Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2026-03-26 21:06:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Thu Mar 26 21:06:57 2026 rev:121 rq:1342581 version:5.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2023-12-22 22:40:37.234429604 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.8177/yast2-firstboot.changes    
    2026-03-27 06:53:13.299163402 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 09:00:28 UTC 2026 - Michal Filka <[email protected]>
+
+- jsc#PED-14507
+  - Removed reference to update-desktop-files from spec file 
+  - 5.0.2
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-5.0.1.tar.bz2

New:
----
  yast2-firstboot-5.0.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.ZVClKn/_old  2026-03-27 06:53:13.915188835 +0100
+++ /var/tmp/diff_new_pack.ZVClKn/_new  2026-03-27 06:53:13.919189000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # 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-firstboot
-Version:        5.0.1
+Version:        5.0.2
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 License:        GPL-2.0-only
@@ -28,7 +28,6 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxslt
 BuildRequires:  ruby
-BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
 # UI::Wizards::Layout
 Requires:       yast2 >= 4.3.16

++++++ yast2-firstboot-5.0.1.tar.bz2 -> yast2-firstboot-5.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-5.0.1/.github/workflows/ci.yml 
new/yast2-firstboot-5.0.2/.github/workflows/ci.yml
--- old/yast2-firstboot-5.0.1/.github/workflows/ci.yml  2023-12-22 
13:06:13.000000000 +0100
+++ new/yast2-firstboot-5.0.2/.github/workflows/ci.yml  2026-03-25 
18:31:58.000000000 +0100
@@ -61,6 +61,9 @@
         run: rake check:rubocop
 
   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-firstboot-5.0.1/.github/workflows/submit.yml 
new/yast2-firstboot-5.0.2/.github/workflows/submit.yml
--- old/yast2-firstboot-5.0.1/.github/workflows/submit.yml      1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-firstboot-5.0.2/.github/workflows/submit.yml      2026-03-25 
18:31:58.000000000 +0100
@@ -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-firstboot-5.0.1/README.md 
new/yast2-firstboot-5.0.2/README.md
--- old/yast2-firstboot-5.0.1/README.md 2023-12-22 13:06:13.000000000 +0100
+++ new/yast2-firstboot-5.0.2/README.md 2026-03-25 18:31:58.000000000 +0100
@@ -3,8 +3,7 @@
 
 [![Workflow 
Status](https://github.com/yast/yast-firstboot/workflows/CI/badge.svg?branch=master)](
 https://github.com/yast/yast-firstboot/actions?query=branch%3Amaster)
-[![Jenkins 
Status](https://ci.opensuse.org/buildStatus/icon?job=yast-yast-firstboot-master)](
-https://ci.opensuse.org/view/Yast/job/yast-yast-firstboot-master/)
+[![OBS](https://github.com/yast/yast-firstboot/actions/workflows/submit.yml/badge.svg)](https://github.com/yast/yast-firstboot/actions/workflows/submit.yml)
 [![Coverage 
Status](https://coveralls.io/repos/github/yast/yast-firstboot/badge.svg?branch=master)](
 https://coveralls.io/github/yast/yast-firstboot?branch=master)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-5.0.1/doc/testing_wsl.md 
new/yast2-firstboot-5.0.2/doc/testing_wsl.md
--- old/yast2-firstboot-5.0.1/doc/testing_wsl.md        2023-12-22 
13:06:13.000000000 +0100
+++ new/yast2-firstboot-5.0.2/doc/testing_wsl.md        2026-03-25 
18:31:58.000000000 +0100
@@ -1,19 +1,108 @@
-## Testing WSL Changes
+## Testing the WSL Changes
 
-This document serve as reminder how is the optimal way to test changes done 
for WSL firstboot as working with
-windows server can be linux unfriendly and we would like to test without any 
mocking to get the best results.
+This document describes how to test the firstboot workflow in Microsoft Windows
+using the WSL (Windows Subsystem for Linux) support. You can test the changes 
in
+a Linux machine but ideally we would like to test them without any mocking to
+get the best results.
 
-### Creating Testing APPX
+If you are not familiar with WSL then check the [WSL
+documentation](https://learn.microsoft.com/en-us/windows/wsl/).
 
-The easiest way is to use OBS. Find the target release for WSL image like 
`SUSE:SLE-15-SP6:Update:WSL`
-and branch there `kiwi-images-wsl` that is responsible for creation of appx. 
In your branch create package
-yast2-firstboot ( as it is usually inherited from target and does not live in 
WSL subproject ) and copy there
-modified sources with rake tarball. It is also mandatory to link or branch 
package `wsl-appx` as it ensures
-that certificate used for appx matches with the one used in kiwi.
-Another important think is to ensure that certificate for home repo is valid 
and not outdated. To check it use
-`osc signkey --sslcert home:...` and if it is invalid use `osc signkey 
--sslcert --create home:...`.
+### WSL Installation
+
+There a two versions of WSL, WSL1 and WSL2. The WSL2 is newer and is the 
default
+installed version. In general it should work better and should be preferred.
+
+Unfortunately the WSL2 does not work in some virtualization environments. If 
you
+run your Windows instance in a VirtualBox VM then you will get an error. In 
that
+case you should switch to WSL1.
+
+See more details about the WSL versions and their differences in the
+[documentation](
+https://learn.microsoft.com/en-us/windows/wsl/compare-versions#comparing-wsl-1-and-wsl-2).
+
+#### Hints
+
+In Windows 10 install the [Microsoft
+Terminal](https://apps.microsoft.com/detail/9n0dx20hk701) application. In
+Windows 11 it is installed by default.
+
+It has several nice features like tabs, full screen mode or font
+resizing. It feels more close to the usual Linux terminals, it is much better
+than a plain PowerShell window...
+
+#### Installing WSL1
+
+If you want to explicitly use WSL1 then first run these commands in Terminal or
+PowerShell:
+
+- Start the `wsl --install --no-distribution` command
+- Reboot the system
+- Windows 11 by default do not install WSL1, run `OptionalFeatures.exe` and
+  select "Windows Subsystem for Linux", then reboot. This is not needed in
+  Windows 10.
+- Run `wsl --set-default-version 1`
+
+Then continue in the WSL2 installation section below.
+
+#### Installing WSL2
+
+The WSL2 is the default version, if you want to install WSL1 then first run the
+commands in the previous section.
+
+Install the official SLE15-SP6 image:
+
+    wsl --install -d SUSE-Linux-Enterprise-15-SP6
+
+This will download and install the SLE15-SP6 image and then start the WSL
+machine. At the first run it starts the firstboot workflow.
+
+If you want to start the machine later then either find it in the start menu or
+just run `wsl` command in Terminal or select the SLE15-SP6 Terminal profile.
+
+### Testing Firstboot
+
+If you install the SUSE-Linux-Enterprise-15-SP6 then it runs automatically the
+firstboot workflow at the first start.
+
+If you want to test your modified package then abort it at the very first
+"Welcome" screen and install an updated package using `rpm` or `zypper`.
+
+To start the firstboot workflow again then just run:
+
+    /usr/lib/YaST2/startup/YaST2.Firstboot
+
+### Creating a Testing APPX
+
+In most cases you can simply update the yast2-firstboot RPM package (see the
+previous section). But if you really need to build your own WSL image then it 
is
+possible.
+
+The WSL uses the standard APPX format which is used for distributing the normal
+Windows applications. An APPX file is basically a ZIP archive so you can easily
+inspect it when needed. A WSL APPX image contains a tarball with complete Linux
+root tree.
+
+The easiest way to build your own WSL image is to use OBS. Find the target
+release for WSL image like `SUSE:SLE-15-SP6:Update:WSL` and branch there
+`kiwi-images-wsl` that is responsible for creation of APPX.
+
+In your branch create package yast2-firstboot (as it is usually inherited from
+target and does not live in WSL subproject) and copy there modified sources
+generated with `rake tarball`.
+
+It is also mandatory to link or branch package `wsl-appx` as it ensures that
+the certificate used for the APPX image matches with the one used in kiwi.
+
+Another important thing is to ensure that the certificate for your home
+repository is valid and not outdated. Check it with the `osc signkey --sslcert
+home:...` command and if it is invalid then use `osc signkey --sslcert --create
+home:...` to create a new certificate.
 
 ### Installing Modified APPX
 
-Just follow instructions at https://en.opensuse.org/WSL/Manual_Installation
-Appx installer reports quite useless error when there is any issue, so use 
help at https://en.opensuse.org/WSL/Debugging_Hints
+Just follow [these
+instructions](https://en.opensuse.org/WSL/Manual_Installation).
+
+If the APPX installer fails then check these [debugging
+hints](https://en.opensuse.org/WSL/Debugging_Hints).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-5.0.1/package/yast2-firstboot.changes 
new/yast2-firstboot-5.0.2/package/yast2-firstboot.changes
--- old/yast2-firstboot-5.0.1/package/yast2-firstboot.changes   2023-12-22 
13:06:13.000000000 +0100
+++ new/yast2-firstboot-5.0.2/package/yast2-firstboot.changes   2026-03-25 
18:31:58.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Mar 10 09:00:28 UTC 2026 - Michal Filka <[email protected]>
+
+- jsc#PED-14507
+  - Removed reference to update-desktop-files from spec file 
+  - 5.0.2
+-------------------------------------------------------------------
 Thu Dec 14 20:38:43 UTC 2023 - Josef Reidinger <[email protected]>
 
 - Allow selecting WSL systemd pattern (jsc#PED-5644, jsc#PED-5099)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-5.0.1/package/yast2-firstboot.spec 
new/yast2-firstboot-5.0.2/package/yast2-firstboot.spec
--- old/yast2-firstboot-5.0.1/package/yast2-firstboot.spec      2023-12-22 
13:06:13.000000000 +0100
+++ new/yast2-firstboot-5.0.2/package/yast2-firstboot.spec      2026-03-25 
18:31:58.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        5.0.1
+Version:        5.0.2
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 License:        GPL-2.0-only
@@ -28,7 +28,6 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxslt
 BuildRequires:  ruby
-BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
 # UI::Wizards::Layout
 Requires:       yast2 >= 4.3.16

Reply via email to