commit yast2-firstboot for openSUSE:Factory

2023-12-22 Thread Source-Sync
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 2023-12-22 22:40:35

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.28375 (New)


Package is "yast2-firstboot"

Fri Dec 22 22:40:35 2023 rev:120 rq:1134619 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2023-10-20 23:17:50.564874733 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.28375/yast2-firstboot.changes   
2023-12-22 22:40:37.234429604 +0100
@@ -1,0 +2,6 @@
+Thu Dec 14 20:38:43 UTC 2023 - Josef Reidinger 
+
+- Allow selecting WSL systemd pattern (jsc#PED-5644, jsc#PED-5099)
+- 5.0.1
+
+---

Old:

  yast2-firstboot-5.0.0.tar.bz2

New:

  yast2-firstboot-5.0.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.dnW2d7/_old  2023-12-22 22:40:38.130462572 +0100
+++ /var/tmp/diff_new_pack.dnW2d7/_new  2023-12-22 22:40:38.130462572 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-5.0.0.tar.bz2 -> yast2-firstboot-5.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-5.0.0/.github/workflows/ci.yml 
new/yast2-firstboot-5.0.1/.github/workflows/ci.yml
--- old/yast2-firstboot-5.0.0/.github/workflows/ci.yml  2023-10-18 
23:15:41.0 +0200
+++ new/yast2-firstboot-5.0.1/.github/workflows/ci.yml  2023-12-22 
13:06:13.0 +0100
@@ -1,9 +1,8 @@
-
 # See 
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
 
 name: CI
 
-on: [push, pull_request]
+on: [ push, pull_request ]
 
 jobs:
   Tests:
@@ -12,36 +11,36 @@
 strategy:
   fail-fast: false
   matrix:
-distro:  [ "tumbleweed", "leap_latest" ]
+distro: [ "tumbleweed" ]
 
 container:
   image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
+  - name: Git Checkout
+uses: actions/checkout@v2
 
-- name: Git Checkout
-  uses: actions/checkout@v2
-
-- name: Install Dependencies
-  run: zypper --non-interactive install --no-recommends 
yast2-configuration-management yast2-users
-
-# just for easier debugging...
-- name: Inspect Installed Packages
-  run: rpm -qa | sort
-
-- name: Unit Tests
-  run: rake test:unit
-  # enable code coverage reporting
-  env:
-COVERAGE: 1
-
-# send the coverage report to coveralls.io
-- name: Coveralls Report
-  # send it only from the TW build to avoid duplicate submits
-  if: ${{ matrix.distro == 'tumbleweed' }}
-  uses: coverallsapp/github-action@master
-  with:
-github-token: ${{ secrets.GITHUB_TOKEN }}
+  - name: Install Dependencies
+run: zypper --non-interactive install --no-recommends
+  yast2-configuration-management yast2-users
+
+  # just for easier debugging...
+  - name: Inspect Installed Packages
+run: rpm -qa | sort
+
+  - name: Unit Tests
+run: rake test:unit
+# enable code coverage reporting
+env:
+  COVERAGE: 1
+
+  # send the coverage report to coveralls.io
+  - name: Coveralls Report
+# send it only from the TW build to avoid duplicate submits
+if: ${{ matrix.distro == 'tumbleweed' }}
+uses: coverallsapp/github-action@master
+with:
+  github-token: ${{ secrets.GITHUB_TOKEN }}
 
   Rubocop:
 runs-on: ubuntu-latest
@@ -49,18 +48,17 @@
 strategy:
   fail-fast: false
   matrix:
-distro: [ "leap_latest" ]
+distro: [ "tumbleweed" ]
 
 container:
   image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
+  - name: Git Checkout
+uses: actions/checkout@v2
 
-- name: Git Checkout
-  uses: actions/checkout@v2
-
-- name: Rubocop
-  run: rake check:rubocop
+  - name: Rubocop
+run: rake check:rubocop
 
   Package:
 runs-on: ubuntu-latest
@@ -68,25 +66,24 @@
 strategy:
   fail-fast: false
   matrix:
-distro:  [ "tumbleweed", "leap_latest" ]
+distro: [ "tumbleweed" ]
 
 container:
   image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
+  - name: Git Checkout
+uses: actions/checkout@v2
 
-- name: Git Checkout
-  

commit yast2-firstboot for openSUSE:Factory

2023-10-20 Thread Source-Sync
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 2023-10-20 23:16:54

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1945 (New)


Package is "yast2-firstboot"

Fri Oct 20 23:16:54 2023 rev:119 rq:1119033 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2023-07-30 20:57:29.699121026 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1945/yast2-firstboot.changes
2023-10-20 23:17:50.564874733 +0200
@@ -1,0 +2,5 @@
+Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger 
+
+- 5.0.0 (bsc#1185510)
+
+---

Old:

  yast2-firstboot-4.6.1.tar.bz2

New:

  yast2-firstboot-5.0.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.89o4aX/_old  2023-10-20 23:17:51.116894873 +0200
+++ /var/tmp/diff_new_pack.89o4aX/_new  2023-10-20 23:17:51.116894873 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.6.1
+Version:5.0.0
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.6.1.tar.bz2 -> yast2-firstboot-5.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.6.1/package/yast2-firstboot.changes 
new/yast2-firstboot-5.0.0/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.6.1/package/yast2-firstboot.changes   2023-07-27 
12:37:07.0 +0200
+++ new/yast2-firstboot-5.0.0/package/yast2-firstboot.changes   2023-10-18 
23:15:41.0 +0200
@@ -1,4 +1,9 @@
 ---
+Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger 
+
+- 5.0.0 (bsc#1185510)
+
+---
 Thu Jul 27 08:28:30 UTC 2023 - José Iván López González 
 
 - Adapt users client to the changes in yast2-users (related to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.6.1/package/yast2-firstboot.spec 
new/yast2-firstboot-5.0.0/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.6.1/package/yast2-firstboot.spec  2023-07-27 
12:37:07.0 +0200
+++ new/yast2-firstboot-5.0.0/package/yast2-firstboot.spec  2023-10-18 
23:15:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.6.1
+Version:5.0.0
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only


commit yast2-firstboot for openSUSE:Factory

2023-07-30 Thread Source-Sync
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 2023-07-30 20:57:25

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.32662 (New)


Package is "yast2-firstboot"

Sun Jul 30 20:57:25 2023 rev:118 rq:1101050 version:4.6.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2023-03-04 22:43:07.675726794 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.32662/yast2-firstboot.changes   
2023-07-30 20:57:29.699121026 +0200
@@ -1,0 +2,13 @@
+Thu Jul 27 08:28:30 UTC 2023 - José Iván López González 
+
+- Adapt users client to the changes in yast2-users (related to
+  bsc#1206627).
+- 4.6.1
+
+---
+Mon Mar 13 09:42:19 UTC 2023 - Ladislav Slezák 
+
+- Removed unnecessary executable flag from several files
+  (bsc#1209094)
+
+---

Old:

  yast2-firstboot-4.6.0.tar.bz2

New:

  yast2-firstboot-4.6.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.s0PAAN/_old  2023-07-30 20:57:30.443125443 +0200
+++ /var/tmp/diff_new_pack.s0PAAN/_new  2023-07-30 20:57:30.447125467 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.6.0
+Version:4.6.1
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -47,6 +47,9 @@
 Supplements:autoyast(firstboot)
 BuildArch:  noarch
 
+# New API for Y2Users::CommitConfig
+Conflicts:  yast2-users < 4.6.3
+
 %description
 The YaST firstboot utility runs after installation is completed.  It
 guides the user through a series of steps that allows for easier

++ yast2-firstboot-4.6.0.tar.bz2 -> yast2-firstboot-4.6.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.6.0/.github/workflows/ci.yml 
new/yast2-firstboot-4.6.1/.github/workflows/ci.yml
--- old/yast2-firstboot-4.6.0/.github/workflows/ci.yml  2023-03-03 
15:52:07.0 +0100
+++ new/yast2-firstboot-4.6.1/.github/workflows/ci.yml  2023-07-27 
12:37:07.0 +0200
@@ -23,7 +23,7 @@
   uses: actions/checkout@v2
 
 - name: Install Dependencies
-  run: zypper --non-interactive install --no-recommends 
yast2-configuration-management
+  run: zypper --non-interactive install --no-recommends 
yast2-configuration-management yast2-users
 
 # just for easier debugging...
 - name: Inspect Installed Packages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.6.0/package/yast2-firstboot.changes 
new/yast2-firstboot-4.6.1/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.6.0/package/yast2-firstboot.changes   2023-03-03 
15:52:07.0 +0100
+++ new/yast2-firstboot-4.6.1/package/yast2-firstboot.changes   2023-07-27 
12:37:07.0 +0200
@@ -1,4 +1,17 @@
 ---
+Thu Jul 27 08:28:30 UTC 2023 - José Iván López González 
+
+- Adapt users client to the changes in yast2-users (related to
+  bsc#1206627).
+- 4.6.1
+
+---
+Mon Mar 13 09:42:19 UTC 2023 - Ladislav Slezák 
+
+- Removed unnecessary executable flag from several files
+  (bsc#1209094)
+
+---
 Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák 
 
 - Bump version to 4.6.0 (bsc#1208913)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.6.0/package/yast2-firstboot.spec 
new/yast2-firstboot-4.6.1/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.6.0/package/yast2-firstboot.spec  2023-03-03 
15:52:07.0 +0100
+++ new/yast2-firstboot-4.6.1/package/yast2-firstboot.spec  2023-07-27 
12:37:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.6.0
+Version:4.6.1
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -47,6 +47,9 @@
 Supplements:autoyast(firstboot)
 BuildArch:  noarch
 
+# New API for Y2Users::CommitConfig
+Conflicts: yast2-users < 4.6.3
+
 %description
 The YaST firstboot utility runs after installation is completed.  It
 guides the user through a series of steps that allows for easier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit yast2-firstboot for openSUSE:Factory

2023-03-06 Thread Source-Sync
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 2023-03-04 22:42:45

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.31432 (New)


Package is "yast2-firstboot"

Sat Mar  4 22:42:45 2023 rev:117 rq:1069220 version:4.6.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2022-10-28 19:29:22.438584284 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.31432/yast2-firstboot.changes   
2023-03-04 22:43:07.675726794 +0100
@@ -1,0 +2,5 @@
+Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák 
+
+- Bump version to 4.6.0 (bsc#1208913)
+
+---

Old:

  yast2-firstboot-4.5.5.tar.bz2

New:

  yast2-firstboot-4.6.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.mAqije/_old  2023-03-04 22:43:08.279729697 +0100
+++ /var/tmp/diff_new_pack.mAqije/_new  2023-03-04 22:43:08.283729716 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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-firstboot
-Version:4.5.5
+Version:4.6.0
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -60,7 +60,6 @@
 
 %package wsl
 Summary:YaST2 firstboot settings for WSL images
-Group:  System/YaST
 
 Requires:   %{name} = %{version}
 

++ yast2-firstboot-4.5.5.tar.bz2 -> yast2-firstboot-4.6.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.5/package/yast2-firstboot.changes 
new/yast2-firstboot-4.6.0/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.5.5/package/yast2-firstboot.changes   2022-10-27 
11:05:12.0 +0200
+++ new/yast2-firstboot-4.6.0/package/yast2-firstboot.changes   2023-03-03 
15:52:07.0 +0100
@@ -1,4 +1,9 @@
 ---
+Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák 
+
+- Bump version to 4.6.0 (bsc#1208913)
+
+---
 Thu Oct 27 08:21:44 UTC 2022 - Josef Reidinger 
 
 - Compute properly dependencies of WSL GUI pattern (jsc#PM-3439)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.5/package/yast2-firstboot.spec 
new/yast2-firstboot-4.6.0/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.5.5/package/yast2-firstboot.spec  2022-10-27 
11:05:12.0 +0200
+++ new/yast2-firstboot-4.6.0/package/yast2-firstboot.spec  2023-03-03 
15:52:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.5
+Version:4.6.0
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only


commit yast2-firstboot for openSUSE:Factory

2022-10-28 Thread Source-Sync
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 2022-10-28 19:29:14

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2275 (New)


Package is "yast2-firstboot"

Fri Oct 28 19:29:14 2022 rev:116 rq:1031499 version:4.5.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2022-10-22 14:12:46.184692881 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2275/yast2-firstboot.changes
2022-10-28 19:29:22.438584284 +0200
@@ -1,0 +2,6 @@
+Thu Oct 27 08:21:44 UTC 2022 - Josef Reidinger 
+
+- Compute properly dependencies of WSL GUI pattern (jsc#PM-3439)
+- 4.5.5
+
+---

Old:

  yast2-firstboot-4.5.4.tar.bz2

New:

  yast2-firstboot-4.5.5.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.vsrV4O/_old  2022-10-28 19:29:23.238588296 +0200
+++ /var/tmp/diff_new_pack.vsrV4O/_new  2022-10-28 19:29:23.242588316 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.4
+Version:4.5.5
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.5.4.tar.bz2 -> yast2-firstboot-4.5.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.4/package/yast2-firstboot.changes 
new/yast2-firstboot-4.5.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.5.4/package/yast2-firstboot.changes   2022-10-21 
11:27:11.0 +0200
+++ new/yast2-firstboot-4.5.5/package/yast2-firstboot.changes   2022-10-27 
11:05:12.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Oct 27 08:21:44 UTC 2022 - Josef Reidinger 
+
+- Compute properly dependencies of WSL GUI pattern (jsc#PM-3439)
+- 4.5.5
+
+---
 Wed Oct 19 08:09:57 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
 
 - Add client to select product in WSL (jsc#PED-1380).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.4/package/yast2-firstboot.spec 
new/yast2-firstboot-4.5.5/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.5.4/package/yast2-firstboot.spec  2022-10-21 
11:27:11.0 +0200
+++ new/yast2-firstboot-4.5.5/package/yast2-firstboot.spec  2022-10-27 
11:05:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.4
+Version:4.5.5
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.4/src/lib/y2firstboot/clients/wsl.rb 
new/yast2-firstboot-4.5.5/src/lib/y2firstboot/clients/wsl.rb
--- old/yast2-firstboot-4.5.4/src/lib/y2firstboot/clients/wsl.rb
2022-10-21 11:27:11.0 +0200
+++ new/yast2-firstboot-4.5.5/src/lib/y2firstboot/clients/wsl.rb
2022-10-27 11:05:12.0 +0200
@@ -42,6 +42,8 @@
 setup_machine_id
 switch_product
 install_patterns
+# and now call just once solver to compute deps of new software
+Yast::Pkg.PkgSolve(false)
 
 :next
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.4/test/y2firstboot/clients/wsl_test.rb 
new/yast2-firstboot-4.5.5/test/y2firstboot/clients/wsl_test.rb
--- old/yast2-firstboot-4.5.4/test/y2firstboot/clients/wsl_test.rb  
2022-10-21 11:27:11.0 +0200
+++ new/yast2-firstboot-4.5.5/test/y2firstboot/clients/wsl_test.rb  
2022-10-27 11:05:12.0 +0200
@@ -46,6 +46,7 @@
 
   allow(Yast::Pkg).to receive(:ResolvableRemove)
   allow(Yast::Pkg).to receive(:ResolvableInstall)
+  allow(Yast::Pkg).to receive(:PkgSolve)
 end
 
 let(:going_back) { nil }
@@ -175,6 +176,12 @@
   subject.run
 end
   end
+
+  it "always call solver just once to compute properly dependencies of 
changes" do
+expect(Yast::Pkg).to receive(:PkgSolve).with(false)
+
+subject.run
+  end
 end
   end
 end


commit yast2-firstboot for openSUSE:Factory

2022-10-22 Thread Source-Sync
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 2022-10-22 14:12:26

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2275 (New)


Package is "yast2-firstboot"

Sat Oct 22 14:12:26 2022 rev:115 rq:1030340 version:4.5.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2022-08-23 14:26:37.411223058 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2275/yast2-firstboot.changes
2022-10-22 14:12:46.184692881 +0200
@@ -1,0 +2,7 @@
+Wed Oct 19 08:09:57 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Add client to select product in WSL (jsc#PED-1380).
+- Allow installing WSL GUI pattern (jsc#PM-3439).
+- 4.5.4
+
+---

Old:

  yast2-firstboot-4.5.3.tar.bz2

New:

  yast2-firstboot-4.5.4.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.03x0Ca/_old  2022-10-22 14:12:46.752694227 +0200
+++ /var/tmp/diff_new_pack.03x0Ca/_new  2022-10-22 14:12:46.756694237 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.3
+Version:4.5.4
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -78,6 +78,7 @@
 # registration and +1 for next line and then here change false to true
 sed -i '/registration/,+1s/false/true/' control/firstboot.xml
 sed -i '/registration/,+1s/false/true/' wsl/firstboot.ycontrol.xml
+sed -i '/firstboot_wsl_product_selection/,+1s/false/true/' 
wsl/firstboot.ycontrol.xml
 %endif
 
 %install

++ yast2-firstboot-4.5.3.tar.bz2 -> yast2-firstboot-4.5.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.3/package/yast2-firstboot.changes 
new/yast2-firstboot-4.5.4/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.5.3/package/yast2-firstboot.changes   2022-08-11 
13:23:45.0 +0200
+++ new/yast2-firstboot-4.5.4/package/yast2-firstboot.changes   2022-10-21 
11:27:11.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Oct 19 08:09:57 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Add client to select product in WSL (jsc#PED-1380).
+- Allow installing WSL GUI pattern (jsc#PM-3439).
+- 4.5.4
+
+---
 Wed Aug 10 13:59:28 UTC 2022 - David Diaz 
 
 - Do not skip client for root password automatically if
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.3/package/yast2-firstboot.spec 
new/yast2-firstboot-4.5.4/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.5.3/package/yast2-firstboot.spec  2022-08-11 
13:23:45.0 +0200
+++ new/yast2-firstboot-4.5.4/package/yast2-firstboot.spec  2022-10-21 
11:27:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.3
+Version:4.5.4
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -77,6 +77,7 @@
 # registration and +1 for next line and then here change false to true
 sed -i '/registration/,+1s/false/true/' control/firstboot.xml
 sed -i '/registration/,+1s/false/true/' wsl/firstboot.ycontrol.xml
+sed -i '/firstboot_wsl_product_selection/,+1s/false/true/' 
wsl/firstboot.ycontrol.xml
 %endif
 
 %install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.3/src/Makefile.am 
new/yast2-firstboot-4.5.4/src/Makefile.am
--- old/yast2-firstboot-4.5.3/src/Makefile.am   2022-08-11 13:23:45.0 
+0200
+++ new/yast2-firstboot-4.5.4/src/Makefile.am   2022-10-21 11:27:11.0 
+0200
@@ -26,7 +26,8 @@
   clients/firstboot_root.rb \
   clients/firstboot_user.rb \
   clients/firstboot_configuration_management.rb \
-  clients/firstboot_wsl.rb
+  clients/firstboot_wsl.rb \
+  clients/firstboot_wsl_product_selection.rb
 
 yncludedir = @yncludedir@/firstboot
 ynclude_DATA = \
@@ -50,7 +51,16 @@
   lib/y2firstboot/clients/root.rb \
   lib/y2firstboot/clients/user.rb \
   lib/y2firstboot/clients/licenses.rb \
-  lib/y2firstboot/clients/wsl.rb
+  lib/y2firstboot/clients/wsl.rb \
+  lib/y2firstboot/clients/wsl_product_selection.rb
+
+ylibdir = "${yast2dir}/lib/y2firstboot"
+ylib_DATA = \
+  lib/y2firstboot/wsl_config.rb
+
+ylibdialogsdir = "${yast2dir}/lib/y2firstboot/dialogs"
+ylibdialogs_DATA = \
+  lib/y2firstboot/dialogs/wsl_product_selection.rb
 
 symbolicdir = 

commit yast2-firstboot for openSUSE:Factory

2022-08-23 Thread Source-Sync
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 2022-08-23 14:25:56

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2083 (New)


Package is "yast2-firstboot"

Tue Aug 23 14:25:56 2022 rev:114 rq:994517 version:4.5.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2022-04-28 23:07:17.136642868 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2083/yast2-firstboot.changes
2022-08-23 14:26:37.411223058 +0200
@@ -1,0 +2,7 @@
+Wed Aug 10 13:59:28 UTC 2022 - David Diaz 
+
+- Do not skip client for root password automatically if
+  the user password has not been set yet (bsc#1202228).
+- 4.5.3
+
+---

Old:

  yast2-firstboot-4.5.2.tar.bz2

New:

  yast2-firstboot-4.5.3.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.fSO74Y/_old  2022-08-23 14:26:38.599225673 +0200
+++ /var/tmp/diff_new_pack.fSO74Y/_new  2022-08-23 14:26:38.603225682 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.2
+Version:4.5.3
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.5.2.tar.bz2 -> yast2-firstboot-4.5.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.2/README.md 
new/yast2-firstboot-4.5.3/README.md
--- old/yast2-firstboot-4.5.2/README.md 2022-04-26 18:24:19.0 +0200
+++ new/yast2-firstboot-4.5.3/README.md 2022-08-11 13:23:45.0 +0200
@@ -16,6 +16,14 @@
 systems to match their needs, e.g., language, network settings, root password,
 etc.
 
+See:
+
+- [YaST Firstboot][oswiki] on the openSUSE wiki
+- [Deploying Customized Preinstallations][slesdoc] in the SLES15-SP4 
Deployment Guide
+
+[oswiki]: https://en.opensuse.org/YaST_Firstboot
+[slesdoc]: 
https://documentation.suse.com/sles/15-SP4/html/SLES-all/cha-deployment-firstboot.html
+
 The workflow is defined in a
 [control file](control/firstboot.xml),
 which uses the same format as the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.2/package/yast2-firstboot.changes 
new/yast2-firstboot-4.5.3/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.5.2/package/yast2-firstboot.changes   2022-04-26 
18:24:19.0 +0200
+++ new/yast2-firstboot-4.5.3/package/yast2-firstboot.changes   2022-08-11 
13:23:45.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Aug 10 13:59:28 UTC 2022 - David Diaz 
+
+- Do not skip client for root password automatically if
+  the user password has not been set yet (bsc#1202228).
+- 4.5.3
+
+---
 Tue Apr 26 15:46:12 UTC 2022 - Ladislav Slez??k 
 
 - Fixed POT file comments (bsc#1198220)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.2/package/yast2-firstboot.spec 
new/yast2-firstboot-4.5.3/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.5.2/package/yast2-firstboot.spec  2022-04-26 
18:24:19.0 +0200
+++ new/yast2-firstboot-4.5.3/package/yast2-firstboot.spec  2022-08-11 
13:23:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.2
+Version:4.5.3
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.2/src/lib/y2firstboot/clients/root.rb 
new/yast2-firstboot-4.5.3/src/lib/y2firstboot/clients/root.rb
--- old/yast2-firstboot-4.5.2/src/lib/y2firstboot/clients/root.rb   
2022-04-26 18:24:19.0 +0200
+++ new/yast2-firstboot-4.5.3/src/lib/y2firstboot/clients/root.rb   
2022-08-11 13:23:45.0 +0200
@@ -70,7 +70,11 @@
   #
   # @return [Boolean]
   def root_password_from_user?
-Y2Firstboot::Clients::User.user_password == 
Y2Firstboot::Clients::User.root_password
+user_password = Y2Firstboot::Clients::User.user_password
+
+return false unless user_password
+
+user_password == Y2Firstboot::Clients::User.root_password
   end
 
   # Writes the config to the system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.2/test/y2firstboot/clients/root_test.rb 

commit yast2-firstboot for openSUSE:Factory

2022-04-28 Thread Source-Sync
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 2022-04-28 23:07:13

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1538 (New)


Package is "yast2-firstboot"

Thu Apr 28 23:07:13 2022 rev:113 rq:972949 version:4.5.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2022-04-13 21:05:01.536568102 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1538/yast2-firstboot.changes
2022-04-28 23:07:17.136642868 +0200
@@ -1,0 +2,7 @@
+Tue Apr 26 15:46:12 UTC 2022 - Ladislav Slez??k 
+
+- Fixed POT file comments (bsc#1198220)
+- Removed .glade workaround for translations
+- 4.5.2
+
+---

Old:

  yast2-firstboot-4.5.1.tar.bz2

New:

  yast2-firstboot-4.5.2.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.a0s3SV/_old  2022-04-28 23:07:17.720643504 +0200
+++ /var/tmp/diff_new_pack.a0s3SV/_new  2022-04-28 23:07:17.724643509 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.1
+Version:4.5.2
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -77,7 +77,7 @@
 # lets explain this sed. At first it is address which match line with name
 # registration and +1 for next line and then here change false to true
 sed -i '/registration/,+1s/false/true/' control/firstboot.xml
-sed -i '/registration/,+1s/false/true/' wsl/firstboot.xml
+sed -i '/registration/,+1s/false/true/' wsl/firstboot.ycontrol.xml
 %endif
 
 %install
@@ -88,7 +88,7 @@
 
 mkdir -p %{buildroot}%{yast_ydatadir}
 
-install -m 644 wsl/firstboot.xml 
%{buildroot}%{_sysconfdir}/YaST2/firstboot-wsl.xml
+install -m 644 wsl/firstboot.ycontrol.xml 
%{buildroot}%{_sysconfdir}/YaST2/firstboot-wsl.xml
 install -m 644 wsl/welcome.txt %{buildroot}%{yast_ydatadir}
 
 %check

++ yast2-firstboot-4.5.1.tar.bz2 -> yast2-firstboot-4.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.1/POTCOMMENTS 
new/yast2-firstboot-4.5.2/POTCOMMENTS
--- old/yast2-firstboot-4.5.1/POTCOMMENTS   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-firstboot-4.5.2/POTCOMMENTS   2022-04-26 18:24:19.0 
+0200
@@ -0,0 +1 @@
+TRANSLATORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.1/control/firstboot.glade 
new/yast2-firstboot-4.5.2/control/firstboot.glade
--- old/yast2-firstboot-4.5.1/control/firstboot.glade   2022-04-28 
23:07:17.948643753 +0200
+++ new/yast2-firstboot-4.5.2/control/firstboot.glade   1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-symbolic link to firstboot.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.1/control/firstboot.ycontrol.xml 
new/yast2-firstboot-4.5.2/control/firstboot.ycontrol.xml
--- old/yast2-firstboot-4.5.1/control/firstboot.ycontrol.xml1970-01-01 
01:00:00.0 +0100
+++ new/yast2-firstboot-4.5.2/control/firstboot.ycontrol.xml2022-04-28 
23:07:17.968643775 +0200
@@ -0,0 +1 @@
+symbolic link to firstboot.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.5.1/package/yast2-firstboot.changes 
new/yast2-firstboot-4.5.2/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.5.1/package/yast2-firstboot.changes   2022-04-12 
13:34:13.0 +0200
+++ new/yast2-firstboot-4.5.2/package/yast2-firstboot.changes   2022-04-26 
18:24:19.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Apr 26 15:46:12 UTC 2022 - Ladislav Slez??k 
+
+- Fixed POT file comments (bsc#1198220)
+- Removed .glade workaround for translations
+- 4.5.2
+
+---
 Mon Apr 11 14:44:06 UTC 2022 - Ladislav Slez??k 
 
 - Extract the translatable texts also from the wsl/firstboot.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.5.1/package/yast2-firstboot.spec 
new/yast2-firstboot-4.5.2/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.5.1/package/yast2-firstboot.spec  2022-04-12 
13:34:13.0 +0200
+++ new/yast2-firstboot-4.5.2/package/yast2-firstboot.spec  2022-04-26 
18:24:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.5.1
+Version:4.5.2
 Release:0
 Summary:YaST2 

commit yast2-firstboot for openSUSE:Factory

2022-04-13 Thread Source-Sync
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 2022-04-13 21:04:29

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1900 (New)


Package is "yast2-firstboot"

Wed Apr 13 21:04:29 2022 rev:112 rq:969453 version:4.5.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2022-02-22 21:18:14.258286742 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1900/yast2-firstboot.changes
2022-04-13 21:05:01.536568102 +0200
@@ -1,0 +2,12 @@
+Mon Apr 11 14:44:06 UTC 2022 - Ladislav Slez??k 
+
+- Extract the translatable texts also from the wsl/firstboot.xml
+  file (bsc#1197965)
+- 4.5.1
+
+---
+Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k 
+
+- Bump version to 4.5.0 (bsc#1198109)
+
+---

Old:

  yast2-firstboot-4.4.8.tar.bz2

New:

  yast2-firstboot-4.5.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.EmCn3b/_old  2022-04-13 21:05:02.528568895 +0200
+++ /var/tmp/diff_new_pack.EmCn3b/_new  2022-04-13 21:05:02.536568901 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.8
+Version:4.5.1
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.4.8.tar.bz2 -> yast2-firstboot-4.5.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.8/package/yast2-firstboot.changes 
new/yast2-firstboot-4.5.1/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.8/package/yast2-firstboot.changes   2022-02-21 
17:51:49.0 +0100
+++ new/yast2-firstboot-4.5.1/package/yast2-firstboot.changes   2022-04-12 
13:34:13.0 +0200
@@ -1,4 +1,16 @@
 ---
+Mon Apr 11 14:44:06 UTC 2022 - Ladislav Slez??k 
+
+- Extract the translatable texts also from the wsl/firstboot.xml
+  file (bsc#1197965)
+- 4.5.1
+
+---
+Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k 
+
+- Bump version to 4.5.0 (bsc#1198109)
+
+---
 Mon Feb 21 15:44:30 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
 
 - Registration step is always enabled for SLE, even when running
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.8/package/yast2-firstboot.spec 
new/yast2-firstboot-4.5.1/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.8/package/yast2-firstboot.spec  2022-02-21 
17:51:49.0 +0100
+++ new/yast2-firstboot-4.5.1/package/yast2-firstboot.spec  2022-04-12 
13:34:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.8
+Version:4.5.1
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.8/wsl/firstboot.glade 
new/yast2-firstboot-4.5.1/wsl/firstboot.glade
--- old/yast2-firstboot-4.4.8/wsl/firstboot.glade   1970-01-01 
01:00:00.0 +0100
+++ new/yast2-firstboot-4.5.1/wsl/firstboot.glade   2022-04-13 
21:05:02.752569074 +0200
@@ -0,0 +1 @@
+symbolic link to firstboot.xml


commit yast2-firstboot for openSUSE:Factory

2022-02-22 Thread Source-Sync
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 2022-02-22 21:17:53

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1958 (New)


Package is "yast2-firstboot"

Tue Feb 22 21:17:53 2022 rev:111 rq:956535 version:4.4.8

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2022-01-21 01:25:00.586755997 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1958/yast2-firstboot.changes
2022-02-22 21:18:14.258286742 +0100
@@ -1,0 +2,7 @@
+Mon Feb 21 15:44:30 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Registration step is always enabled for SLE, even when running
+  in WSL (bsc#1195776).
+- 4.4.8
+
+---

Old:

  yast2-firstboot-4.4.7.tar.bz2

New:

  yast2-firstboot-4.4.8.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.nZkQts/_old  2022-02-22 21:18:14.694286821 +0100
+++ /var/tmp/diff_new_pack.nZkQts/_new  2022-02-22 21:18:14.702286823 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.7
+Version:4.4.8
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -77,6 +77,7 @@
 # lets explain this sed. At first it is address which match line with name
 # registration and +1 for next line and then here change false to true
 sed -i '/registration/,+1s/false/true/' control/firstboot.xml
+sed -i '/registration/,+1s/false/true/' wsl/firstboot.xml
 %endif
 
 %install

++ yast2-firstboot-4.4.7.tar.bz2 -> yast2-firstboot-4.4.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.7/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.8/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.7/package/yast2-firstboot.changes   2022-01-18 
12:41:50.0 +0100
+++ new/yast2-firstboot-4.4.8/package/yast2-firstboot.changes   2022-02-21 
17:51:49.0 +0100
@@ -1,4 +1,11 @@
 ---
+Mon Feb 21 15:44:30 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Registration step is always enabled for SLE, even when running
+  in WSL (bsc#1195776).
+- 4.4.8
+
+---
 Mon Jan 17 11:41:43 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
 
 - Add client to configure settings for WSL images (jsc#SLE-20413).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.7/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.8/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.7/package/yast2-firstboot.spec  2022-01-18 
12:41:50.0 +0100
+++ new/yast2-firstboot-4.4.8/package/yast2-firstboot.spec  2022-02-21 
17:51:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.7
+Version:4.4.8
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -76,6 +76,7 @@
 # lets explain this sed. At first it is address which match line with name
 # registration and +1 for next line and then here change false to true
 sed -i '/registration/,+1s/false/true/' control/firstboot.xml
+sed -i '/registration/,+1s/false/true/' wsl/firstboot.xml
 %endif
 
 %install


commit yast2-firstboot for openSUSE:Factory

2022-01-20 Thread Source-Sync
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 2022-01-21 01:24:56

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1938 (New)


Package is "yast2-firstboot"

Fri Jan 21 01:24:56 2022 rev:110 rq:947208 version:4.4.7

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-11-15 15:26:03.073817631 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1938/yast2-firstboot.changes
2022-01-21 01:25:00.586755997 +0100
@@ -1,0 +2,8 @@
+Mon Jan 17 11:41:43 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Add client to configure settings for WSL images (jsc#SLE-20413).
+- Provide a yast2-firstboot-wsl subpackage to deploy specific
+  firstboot config for WSL.
+- 4.4.7
+
+---

Old:

  yast2-firstboot-4.4.6.tar.bz2

New:

  yast2-firstboot-4.4.7.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.MCdFYO/_old  2022-01-21 01:25:01.042752871 +0100
+++ /var/tmp/diff_new_pack.MCdFYO/_new  2022-01-21 01:25:01.046752843 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# 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-firstboot
-Version:4.4.6
+Version:4.4.7
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -58,6 +58,15 @@
 however some last steps like root password and user logins have to be
 created to personalize the system.
 
+%package wsl
+Summary:YaST2 firstboot settings for WSL images
+Group:  System/YaST
+
+Requires:   %{name} = %{version}
+
+%description wsl
+YaST2 firstboot settings for WSL images
+
 %prep
 %setup -q
 
@@ -76,6 +85,11 @@
 
 mkdir -p %{buildroot}%{_datadir}/firstboot/scripts
 
+mkdir -p %{buildroot}%{yast_ydatadir}
+
+install -m 644 wsl/firstboot.xml 
%{buildroot}%{_sysconfdir}/YaST2/firstboot-wsl.xml
+install -m 644 wsl/welcome.txt %{buildroot}%{yast_ydatadir}
+
 %check
 # verify defaults for registration
 ruby -r rexml/document -e '
@@ -94,6 +108,12 @@
 %post
 %{fillup_only -n firstboot}
 
+%post wsl
+sed -i -E 's/(FIRSTBOOT_CONTROL_FILE=).+/\1"\/etc\/YaST2\/firstboot-wsl.xml"/' 
/etc/sysconfig/firstboot
+
+%postun wsl
+sed -i -E 's/(FIRSTBOOT_CONTROL_FILE=).+/\1""/' /etc/sysconfig/firstboot
+
 %files
 %license COPYING
 %doc %{yast_docdir}
@@ -108,6 +128,11 @@
 %{_datadir}/firstboot
 %{_datadir}/autoinstall
 %{_datadir}/icons/hicolor/*/apps/yast-firstboot*
-%{_sysconfdir}/YaST2
+%dir %{_sysconfdir}/YaST2
+%{_sysconfdir}/YaST2/firstboot.xml
+
+%files wsl
+%{_sysconfdir}/YaST2/firstboot-wsl.xml
+%{yast_ydatadir}/welcome.txt
 
 %changelog

++ yast2-firstboot-4.4.6.tar.bz2 -> yast2-firstboot-4.4.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.6/.github/workflows/ci.yml 
new/yast2-firstboot-4.4.7/.github/workflows/ci.yml
--- old/yast2-firstboot-4.4.6/.github/workflows/ci.yml  2021-11-15 
10:07:10.0 +0100
+++ new/yast2-firstboot-4.4.7/.github/workflows/ci.yml  2022-01-18 
12:41:50.0 +0100
@@ -8,8 +8,14 @@
 jobs:
   Tests:
 runs-on: ubuntu-latest
+
+strategy:
+  fail-fast: false
+  matrix:
+distro:  [ "tumbleweed", "leap_latest" ]
+
 container:
-  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+  image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
 
@@ -31,14 +37,22 @@
 
 # send the coverage report to coveralls.io
 - name: Coveralls Report
+  # send it only from the TW build to avoid duplicate submits
+  if: ${{ matrix.distro == 'tumbleweed' }}
   uses: coverallsapp/github-action@master
   with:
 github-token: ${{ secrets.GITHUB_TOKEN }}
 
   Rubocop:
 runs-on: ubuntu-latest
+
+strategy:
+  fail-fast: false
+  matrix:
+distro: [ "leap_latest" ]
+
 container:
-  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+  image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
 steps:
 
@@ -50,8 +64,14 @@
 
   Package:
 runs-on: ubuntu-latest
+
+strategy:
+  fail-fast: false
+  matrix:
+distro:  [ "tumbleweed", "leap_latest" ]
+
 container:
-  image: 

commit yast2-firstboot for openSUSE:Factory

2021-11-15 Thread Source-Sync
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 2021-11-15 15:24:55

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1890 (New)


Package is "yast2-firstboot"

Mon Nov 15 15:24:55 2021 rev:109 rq:931496 version:4.4.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-09-26 21:48:57.670797412 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1890/yast2-firstboot.changes
2021-11-15 15:26:03.073817631 +0100
@@ -1,0 +2,6 @@
+Wed Sep 29 12:43:04 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Adap clients to changes in Y2Users API (related to jsc#SLE-20592)
+- 4.4.6
+
+---

Old:

  yast2-firstboot-4.4.5.tar.bz2

New:

  yast2-firstboot-4.4.6.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.C7YyWY/_old  2021-11-15 15:26:03.745817819 +0100
+++ /var/tmp/diff_new_pack.C7YyWY/_new  2021-11-15 15:26:03.749817821 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.5
+Version:4.4.6
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.4.5.tar.bz2 -> yast2-firstboot-4.4.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.5/.github/workflows/ci.yml 
new/yast2-firstboot-4.4.6/.github/workflows/ci.yml
--- old/yast2-firstboot-4.4.5/.github/workflows/ci.yml  2021-09-22 
16:52:42.0 +0200
+++ new/yast2-firstboot-4.4.6/.github/workflows/ci.yml  2021-11-15 
10:07:10.0 +0100
@@ -8,7 +8,8 @@
 jobs:
   Tests:
 runs-on: ubuntu-latest
-container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+container:
+  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
 steps:
 
@@ -36,7 +37,8 @@
 
   Rubocop:
 runs-on: ubuntu-latest
-container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+container:
+  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
 steps:
 
@@ -48,7 +50,8 @@
 
   Package:
 runs-on: ubuntu-latest
-container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+container:
+  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
 steps:
 
@@ -67,7 +70,8 @@
 
   Yardoc:
 runs-on: ubuntu-latest
-container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+container:
+  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
 steps:
 
@@ -81,7 +85,8 @@
   # checks into one job avoids that overhead
   Checks:
 runs-on: ubuntu-latest
-container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+container:
+  image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
 steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.5/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.6/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.5/package/yast2-firstboot.changes   2021-09-22 
16:52:42.0 +0200
+++ new/yast2-firstboot-4.4.6/package/yast2-firstboot.changes   2021-11-15 
10:07:10.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Sep 29 12:43:04 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Adap clients to changes in Y2Users API (related to jsc#SLE-20592)
+- 4.4.6
+
+---
 Tue Sep 22 14:07:55 UTC 2021 - Scott Bradnick 
 
 - Adding check for WSL so that 'systemd start syslog.socket' isn't run
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.5/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.6/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.5/package/yast2-firstboot.spec  2021-09-22 
16:52:42.0 +0200
+++ new/yast2-firstboot-4.4.6/package/yast2-firstboot.spec  2021-11-15 
10:07:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.5
+Version:4.4.6
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.5/src/lib/y2firstboot/clients/user.rb 
new/yast2-firstboot-4.4.6/src/lib/y2firstboot/clients/user.rb
--- 

commit yast2-firstboot for openSUSE:Factory

2021-09-26 Thread Source-Sync
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 2021-09-26 21:48:20

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1899 (New)


Package is "yast2-firstboot"

Sun Sep 26 21:48:20 2021 rev:108 rq:920896 version:4.4.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-08-16 10:12:54.239005719 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1899/yast2-firstboot.changes
2021-09-26 21:48:57.670797412 +0200
@@ -1,0 +2,7 @@
+Tue Sep 22 14:07:55 UTC 2021 - Scott Bradnick 
+
+- Adding check for WSL so that 'systemd start syslog.socket' isn't run
+  for every run of YaST2.Firstboot (related to bsc#1190789).
+- 4.4.5
+
+---

Old:

  yast2-firstboot-4.4.4.tar.bz2

New:

  yast2-firstboot-4.4.5.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.hxrLOf/_old  2021-09-26 21:48:58.122797915 +0200
+++ /var/tmp/diff_new_pack.hxrLOf/_new  2021-09-26 21:48:58.126797920 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.4
+Version:4.4.5
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.4.4.tar.bz2 -> yast2-firstboot-4.4.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.4/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.4/package/yast2-firstboot.changes   2021-08-12 
18:05:55.0 +0200
+++ new/yast2-firstboot-4.4.5/package/yast2-firstboot.changes   2021-09-22 
16:52:42.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Sep 22 14:07:55 UTC 2021 - Scott Bradnick 
+
+- Adding check for WSL so that 'systemd start syslog.socket' isn't run
+  for every run of YaST2.Firstboot (related to bsc#1190789).
+- 4.4.5
+
+---
 Tue Aug 10 16:29:28 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
 
 - Move the home directory when the user login is modified in the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.4/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.5/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.4/package/yast2-firstboot.spec  2021-08-12 
18:05:55.0 +0200
+++ new/yast2-firstboot-4.4.5/package/yast2-firstboot.spec  2021-09-22 
16:52:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.4
+Version:4.4.5
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.4/scripts/Firstboot-Stage/S02-logging 
new/yast2-firstboot-4.4.5/scripts/Firstboot-Stage/S02-logging
--- old/yast2-firstboot-4.4.4/scripts/Firstboot-Stage/S02-logging   
2021-08-12 18:05:55.0 +0200
+++ new/yast2-firstboot-4.4.5/scripts/Firstboot-Stage/S02-logging   
2021-09-22 16:52:42.0 +0200
@@ -3,9 +3,14 @@
 log "==="
 
 #=
-# 3) start syslog daemon
+# 3) start syslog daemon (when required)
 #-
-/usr/bin/systemctl start syslog.socket
+if [[ $(/usr/bin/systemd-detect-virt) == 'wsl' ]];
+then
+   log "Running in WSL, not using systemctl."
+else
+   /usr/bin/systemctl start syslog.socket
+fi
 
 #=
 # 3.1) set debug and logging options


commit yast2-firstboot for openSUSE:Factory

2021-08-16 Thread Source-Sync
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 2021-08-16 10:08:28

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1899 (New)


Package is "yast2-firstboot"

Mon Aug 16 10:08:28 2021 rev:107 rq:911854 version:4.4.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-07-13 22:36:53.862388251 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1899/yast2-firstboot.changes
2021-08-16 10:12:54.239005719 +0200
@@ -1,0 +2,7 @@
+Tue Aug 10 16:29:28 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Move the home directory when the user login is modified in the
+  client for creating a user (related to bsc#1188612).
+- 4.4.4
+
+---

Old:

  yast2-firstboot-4.4.3.tar.bz2

New:

  yast2-firstboot-4.4.4.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.gvCAF7/_old  2021-08-16 10:12:54.651005236 +0200
+++ /var/tmp/diff_new_pack.gvCAF7/_new  2021-08-16 10:12:54.651005236 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.3
+Version:4.4.4
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.4.3.tar.bz2 -> yast2-firstboot-4.4.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.3/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.4/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.3/package/yast2-firstboot.changes   2021-07-09 
15:37:09.0 +0200
+++ new/yast2-firstboot-4.4.4/package/yast2-firstboot.changes   2021-08-12 
18:05:55.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Aug 10 16:29:28 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Move the home directory when the user login is modified in the
+  client for creating a user (related to bsc#1188612).
+- 4.4.4
+
+---
 Fri Jul  9 11:59:31 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
 
 - Remember plain passwords in order to provide a clean navigation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.3/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.4/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.3/package/yast2-firstboot.spec  2021-07-09 
15:37:09.0 +0200
+++ new/yast2-firstboot-4.4.4/package/yast2-firstboot.spec  2021-08-12 
18:05:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.3
+Version:4.4.4
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.3/src/lib/y2firstboot/clients/user.rb 
new/yast2-firstboot-4.4.4/src/lib/y2firstboot/clients/user.rb
--- old/yast2-firstboot-4.4.3/src/lib/y2firstboot/clients/user.rb   
2021-07-09 15:37:09.0 +0200
+++ new/yast2-firstboot-4.4.4/src/lib/y2firstboot/clients/user.rb   
2021-08-12 18:05:55.0 +0200
@@ -22,6 +22,7 @@
 require "y2users/linux/writer"
 require "y2users/config_manager"
 require "users/dialogs/inst_user_first"
+require "pathname"
 
 module Y2Firstboot
   module Clients
@@ -62,6 +63,7 @@
 result = Yast::InstUserFirstDialog.new(config, user: user).run
 
 if result == :next
+  update_user
   write_config
   save_values
 end
@@ -71,6 +73,17 @@
 
 private
 
+  # Updates user values, if needed
+  #
+  # For example, the home directory is modified to keep it on sync with 
the user name.
+  def update_user
+home_path = Pathname.new(user.home || "")
+
+return if user.home.nil? || user.name == home_path.basename.to_s
+
+user.home = home_path.dirname.join(user.name).to_s
+  end
+
   # Writes config to the system
   def write_config
 writer = Y2Users::Linux::Writer.new(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.3/test/y2firstboot/clients/user_test.rb 
new/yast2-firstboot-4.4.4/test/y2firstboot/clients/user_test.rb
--- old/yast2-firstboot-4.4.3/test/y2firstboot/clients/user_test.rb 
2021-07-09 15:37:09.0 +0200
+++ new/yast2-firstboot-4.4.4/test/y2firstboot/clients/user_test.rb 
2021-08-12 

commit yast2-firstboot for openSUSE:Factory

2021-07-13 Thread Source-Sync
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 2021-07-13 22:36:50

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2625 (New)


Package is "yast2-firstboot"

Tue Jul 13 22:36:50 2021 rev:106 rq:905297 version:4.4.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-07-02 13:26:48.101070357 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2625/yast2-firstboot.changes
2021-07-13 22:36:53.862388251 +0200
@@ -1,0 +2,8 @@
+Fri Jul  9 11:59:31 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Remember plain passwords in order to provide a clean navigation
+  through the firstboot dialogs when going back and forward.
+- Skip client for root password when needed (bsc#1188068).
+- 4.4.3
+
+---

Old:

  yast2-firstboot-4.4.2.tar.bz2

New:

  yast2-firstboot-4.4.3.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.IJ5Cj6/_old  2021-07-13 22:36:54.318384579 +0200
+++ /var/tmp/diff_new_pack.IJ5Cj6/_new  2021-07-13 22:36:54.318384579 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.2
+Version:4.4.3
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.4.2.tar.bz2 -> yast2-firstboot-4.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.2/.rubocop.yml 
new/yast2-firstboot-4.4.3/.rubocop.yml
--- old/yast2-firstboot-4.4.2/.rubocop.yml  2021-06-30 15:47:16.0 
+0200
+++ new/yast2-firstboot-4.4.3/.rubocop.yml  2021-07-09 15:37:09.0 
+0200
@@ -12,6 +12,8 @@
 
 Metrics/BlockLength:
   Max: 90
+  Exclude:
+- 'test/**/*.rb'
 
 # Configuration parameters: CountComments.
 Metrics/MethodLength:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.2/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.3/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.2/package/yast2-firstboot.changes   2021-06-30 
15:47:16.0 +0200
+++ new/yast2-firstboot-4.4.3/package/yast2-firstboot.changes   2021-07-09 
15:37:09.0 +0200
@@ -1,4 +1,12 @@
 ---
+Fri Jul  9 11:59:31 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez 
+
+- Remember plain passwords in order to provide a clean navigation
+  through the firstboot dialogs when going back and forward.
+- Skip client for root password when needed (bsc#1188068).
+- 4.4.3
+
+---
 Thu Jun 17 07:43:12 UTC 2021 - David Diaz 
 
 - Adapt code to Y2Users (part of jsc#PM-2620).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.2/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.3/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.2/package/yast2-firstboot.spec  2021-06-30 
15:47:16.0 +0200
+++ new/yast2-firstboot-4.4.3/package/yast2-firstboot.spec  2021-07-09 
15:37:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.2
+Version:4.4.3
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.2/src/lib/y2firstboot/clients/root.rb 
new/yast2-firstboot-4.4.3/src/lib/y2firstboot/clients/root.rb
--- old/yast2-firstboot-4.4.2/src/lib/y2firstboot/clients/root.rb   
2021-06-30 15:47:16.0 +0200
+++ new/yast2-firstboot-4.4.3/src/lib/y2firstboot/clients/root.rb   
2021-07-09 15:37:09.0 +0200
@@ -1,8 +1,4 @@
-#!/usr/bin/env ruby
-#
-# encoding: utf-8
-
-# Copyright (c) [2016] SUSE LLC
+# Copyright (c) [2016-2021] SUSE LLC
 #
 # All Rights Reserved.
 #
@@ -21,51 +17,92 @@
 # To contact SUSE LLC about this file by physical or electronic mail, you may
 # find current contact information at www.suse.com.
 
+require "yast"
 require "y2users/password"
 require "y2users/linux/writer"
 require "y2users/config_manager"
-require "y2users/clients/inst_root_first"
+require "users/dialogs/inst_root_first"
+require "y2firstboot/clients/user"
+
+Yast.import "GetInstArgs"
 
 module Y2Firstboot
   module Clients
 # Client for setting the root password
-class Root < Y2Users::Clients::InstRootFirst
-  # Overload 

commit yast2-firstboot for openSUSE:Factory

2021-07-02 Thread Source-Sync
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 2021-07-02 13:26:32

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2625 (New)


Package is "yast2-firstboot"

Fri Jul  2 13:26:32 2021 rev:105 rq:903243 version:4.4.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-05-20 19:23:15.538394182 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2625/yast2-firstboot.changes
2021-07-02 13:26:48.101070357 +0200
@@ -1,0 +2,6 @@
+Thu Jun 17 07:43:12 UTC 2021 - David Diaz 
+
+- Adapt code to Y2Users (part of jsc#PM-2620).
+- 4.4.2
+
+---

Old:

  yast2-firstboot-4.4.1.tar.bz2

New:

  yast2-firstboot-4.4.2.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.fn1gha/_old  2021-07-02 13:26:48.57704 +0200
+++ /var/tmp/diff_new_pack.fn1gha/_new  2021-07-02 13:26:48.581066633 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.1
+Version:4.4.2
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.4.1.tar.bz2 -> yast2-firstboot-4.4.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.1/README.md 
new/yast2-firstboot-4.4.2/README.md
--- old/yast2-firstboot-4.4.1/README.md 2021-05-19 17:22:27.0 +0200
+++ new/yast2-firstboot-4.4.2/README.md 2021-06-30 15:47:16.0 +0200
@@ -60,4 +60,4 @@
 
 If you have any question, feel free to ask at the [development mailing
 list](http://lists.opensuse.org/yast-devel/) or at the
-[#yast](https://webchat.freenode.net/?channels=%23yast) IRC channel on 
freenode.
+[#yast](https://web.libera.chat/#yast) IRC channel on libera.chat.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.1/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.2/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.1/package/yast2-firstboot.changes   2021-05-19 
17:22:27.0 +0200
+++ new/yast2-firstboot-4.4.2/package/yast2-firstboot.changes   2021-06-30 
15:47:16.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jun 17 07:43:12 UTC 2021 - David Diaz 
+
+- Adapt code to Y2Users (part of jsc#PM-2620).
+- 4.4.2
+
+---
 Sun May 16 08:11:46 UTC 2021 - Dirk M??ller 
 
 - only list specific files installed in common directories (metainfo,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.1/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.2/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.1/package/yast2-firstboot.spec  2021-05-19 
17:22:27.0 +0200
+++ new/yast2-firstboot-4.4.2/package/yast2-firstboot.spec  2021-06-30 
15:47:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.1
+Version:4.4.2
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.1/src/lib/y2firstboot/clients/hostname.rb 
new/yast2-firstboot-4.4.2/src/lib/y2firstboot/clients/hostname.rb
--- old/yast2-firstboot-4.4.1/src/lib/y2firstboot/clients/hostname.rb   
2021-05-19 17:22:27.0 +0200
+++ new/yast2-firstboot-4.4.2/src/lib/y2firstboot/clients/hostname.rb   
2021-06-30 15:47:16.0 +0200
@@ -88,13 +88,17 @@
 
 private
 
+  def really_abort_inst
+Popup.ConfirmAbort(:incomplete)
+  end
+
   def hostname_dialog
 @hn_settings = InitSettings()
 
 functions = {
   "init"  => fun_ref(method(:InitHnWidget), "void (string)"),
   "store" => fun_ref(method(:StoreHnWidget), "void (string, map)"),
-  :abort  => fun_ref(method(:ReallyAbortInst), "boolean ()")
+  :abort  => fun_ref(method(:really_abort_inst), "boolean ()")
 }
 contents = HSquash(
   # Frame label
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.1/src/lib/y2firstboot/clients/root.rb 
new/yast2-firstboot-4.4.2/src/lib/y2firstboot/clients/root.rb
--- old/yast2-firstboot-4.4.1/src/lib/y2firstboot/clients/root.rb   
2021-05-19 17:22:27.0 +0200
+++ 

commit yast2-firstboot for openSUSE:Factory

2021-05-20 Thread Source-Sync
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 2021-05-20 19:23:08

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2988 (New)


Package is "yast2-firstboot"

Thu May 20 19:23:08 2021 rev:104 rq:894398 version:4.4.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-05-02 18:36:13.140921480 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2988/yast2-firstboot.changes
2021-05-20 19:23:15.538394182 +0200
@@ -1,0 +2,8 @@
+Sun May 16 08:11:46 UTC 2021 - Dirk M??ller 
+
+- only list specific files installed in common directories (metainfo,
+  icons, fillupdir)
+
+- 4.4.1 (bsc#1186066, bsc#1184786)
+
+---

Old:

  yast2-firstboot-4.4.0.tar.bz2

New:

  yast2-firstboot-4.4.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.iRjV9o/_old  2021-05-20 19:23:16.162391543 +0200
+++ /var/tmp/diff_new_pack.iRjV9o/_new  2021-05-20 19:23:16.166391525 +0200
@@ -17,39 +17,34 @@
 
 
 Name:   yast2-firstboot
-Version:4.4.0
+Version:4.4.1
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
 Group:  System/YaST
 URL:https://github.com/yast/yast-firstboot
-
 Source0:%{name}-%{version}.tar.bz2
-
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxslt
 BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
-
-PreReq: %fillup_prereq
 # UI::Wizards::Layout
 Requires:   yast2 >= 4.3.16
+# Use Yast::Lan.write_config to write hostname changes
+Requires:   yast2-configuration-management >= 4.1.3
 # Language::SwitchToEnglishIfNeeded
 # new keyboard client code layout needed
 Requires:   yast2-country >= 4.3.10
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:   yast2-installation >= 4.1.2
-# Use Yast::Lan.write_config to write hostname changes
-Requires:   yast2-configuration-management >= 4.1.3
 Requires:   yast2-network >= 4.3.34
 Requires:   yast2-ruby-bindings >= 1.0.0
-
+PreReq: %fillup_prereq
 # bsc #1165646
 Recommends: (icewm if libyui-qt)
-
 Supplements:autoyast(firstboot)
-
 BuildArch:  noarch
 
 %description
@@ -79,7 +74,7 @@
 %yast_install
 %yast_metainfo
 
-mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
+mkdir -p %{buildroot}%{_datadir}/firstboot/scripts
 
 %check
 # verify defaults for registration
@@ -100,20 +95,19 @@
 %{fillup_only -n firstboot}
 
 %files
+%license COPYING
+%doc %{yast_docdir}
 %{yast_ystartupdir}
 %{yast_clientdir}
 %{yast_libdir}
 %{yast_yncludedir}
 %{yast_moduledir}
 %{yast_scrconfdir}
-%{_fillupdir}
+%{yast_schemadir}
+%{_fillupdir}/sysconfig.firstboot
 %{_datadir}/firstboot
-%doc %{yast_docdir}
-%license COPYING
-%{_sysconfdir}/YaST2
 %{_datadir}/autoinstall
-%{yast_schemadir}
-%{yast_icondir}
-%{yast_metainfodir}
+%{_datadir}/icons/hicolor/*/apps/yast-firstboot*
+%{_sysconfdir}/YaST2
 
 %changelog

++ yast2-firstboot-4.4.0.tar.bz2 -> yast2-firstboot-4.4.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.0/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.1/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.0/package/yast2-firstboot.changes   2021-04-30 
18:15:27.0 +0200
+++ new/yast2-firstboot-4.4.1/package/yast2-firstboot.changes   2021-05-19 
17:22:27.0 +0200
@@ -1,4 +1,12 @@
 ---
+Sun May 16 08:11:46 UTC 2021 - Dirk M??ller 
+
+- only list specific files installed in common directories (metainfo,
+  icons, fillupdir)
+
+- 4.4.1 (bsc#1186066, bsc#1184786)
+
+---
 Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k 
 
 - 4.4.0 (bsc#1185510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.0/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.1/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.0/package/yast2-firstboot.spec  2021-04-30 
18:15:27.0 +0200
+++ new/yast2-firstboot-4.4.1/package/yast2-firstboot.spec  2021-05-19 
17:22:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # 

commit yast2-firstboot for openSUSE:Factory

2021-05-02 Thread Source-Sync
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 2021-05-02 18:35:37

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.1947 (New)


Package is "yast2-firstboot"

Sun May  2 18:35:37 2021 rev:103 rq:889589 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-04-01 14:16:26.671907643 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.1947/yast2-firstboot.changes
2021-05-02 18:36:13.140921480 +0200
@@ -1,0 +2,5 @@
+Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k 
+
+- 4.4.0 (bsc#1185510)
+
+---

Old:

  yast2-firstboot-4.3.11.tar.bz2

New:

  yast2-firstboot-4.4.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.UETztc/_old  2021-05-02 18:36:13.612919469 +0200
+++ /var/tmp/diff_new_pack.UETztc/_new  2021-05-02 18:36:13.616919451 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.3.11
+Version:4.4.0
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.3.11.tar.bz2 -> yast2-firstboot-4.4.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.11/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.0/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.11/package/yast2-firstboot.changes  2021-03-30 
16:21:18.0 +0200
+++ new/yast2-firstboot-4.4.0/package/yast2-firstboot.changes   2021-04-30 
18:15:27.0 +0200
@@ -1,4 +1,9 @@
 ---
+Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k 
+
+- 4.4.0 (bsc#1185510)
+
+---
 Tue Mar 30 12:19:47 UTC 2021 - Josef Reidinger 
 
 - Revert adding starting YaST2 Control Center after first boot as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.11/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.0/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.11/package/yast2-firstboot.spec 2021-03-30 
16:21:18.0 +0200
+++ new/yast2-firstboot-4.4.0/package/yast2-firstboot.spec  2021-04-30 
18:15:27.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.11
+Version:4.4.0
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST


commit yast2-firstboot for openSUSE:Factory

2021-04-01 Thread Source-Sync
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 2021-04-01 14:16:10

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2401 (New)


Package is "yast2-firstboot"

Thu Apr  1 14:16:10 2021 rev:102 rq:882180 version:4.3.11

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-12-15 12:32:56.608124022 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2401/yast2-firstboot.changes
2021-04-01 14:16:26.671907643 +0200
@@ -1,0 +2,8 @@
+Tue Mar 30 12:19:47 UTC 2021 - Josef Reidinger 
+
+- Revert adding starting YaST2 Control Center after first boot as
+  it does not have production quality and just confuse users
+  (bsc#1180266)
+- 4.3.11
+
+---

Old:

  yast2-firstboot-4.3.10.tar.bz2

New:

  yast2-firstboot-4.3.11.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.dZFyLQ/_old  2021-04-01 14:16:27.071908103 +0200
+++ /var/tmp/diff_new_pack.dZFyLQ/_new  2021-04-01 14:16:27.071908103 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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-firstboot
-Version:4.3.10
+Version:4.3.11
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.3.10.tar.bz2 -> yast2-firstboot-4.3.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.10/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.11/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.10/package/yast2-firstboot.changes  2020-12-14 
14:21:29.0 +0100
+++ new/yast2-firstboot-4.3.11/package/yast2-firstboot.changes  2021-03-30 
16:21:18.0 +0200
@@ -1,4 +1,12 @@
 ---
+Tue Mar 30 12:19:47 UTC 2021 - Josef Reidinger 
+
+- Revert adding starting YaST2 Control Center after first boot as
+  it does not have production quality and just confuse users
+  (bsc#1180266)
+- 4.3.11
+
+---
 Mon Dec 14 12:54:19 UTC 2020 - Knut Anderssen 
 
 - Map the current static hostname only to the primary IP address
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.10/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.11/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.10/package/yast2-firstboot.spec 2020-12-14 
14:21:29.0 +0100
+++ new/yast2-firstboot-4.3.11/package/yast2-firstboot.spec 2021-03-30 
16:21:18.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.10
+Version:4.3.11
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.10/src/clients/firstboot_finish.rb 
new/yast2-firstboot-4.3.11/src/clients/firstboot_finish.rb
--- old/yast2-firstboot-4.3.10/src/clients/firstboot_finish.rb  2020-12-14 
14:21:29.0 +0100
+++ new/yast2-firstboot-4.3.11/src/clients/firstboot_finish.rb  2021-03-30 
16:21:18.0 +0200
@@ -45,25 +45,8 @@
 
   @display = UI.GetDisplayInfo
 
-  if !Package.Installed("yast2-control-center")
-Firstboot.show_y2cc_checkbox = false
-  end
-
   @space = Ops.get_boolean(@display, "TextMode", true) ? 1 : 3
 
-  # Check box: Should the YaST2 control center automatically
-  # be started after this part of the installation is done?
-  # Translators: About 40 characters max,
-  # use newlines for longer translations.
-  @check_box_start_y2cc = Empty()
-  if Firstboot.show_y2cc_checkbox
-@check_box_start_y2cc = CheckBox(
-  Id(:start_y2cc),
-  _(" YaST Control Center"),
-  false
-)
-  end
-
   # caption for dialog "Congratulation Dialog"
   @caption = _("Configuration Completed")
 
@@ -101,37 +84,22 @@
   RichText(@finish_text),
   HSpacing(Ops.multiply(2, @space))
 ),
-VSpacing(@space),
-@check_box_start_y2cc,
 VSpacing(2)
   )
 
-  # help 1/4 for dialog "Congratulation 

commit yast2-firstboot for openSUSE:Factory

2020-12-09 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-12-09 22:11:14

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2328 (New)


Package is "yast2-firstboot"

Wed Dec  9 22:11:14 2020 rev:100 rq:853529 version:4.3.9

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-11-23 16:26:14.780479102 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2328/yast2-firstboot.changes
2020-12-09 22:11:15.747057376 +0100
@@ -1,0 +2,9 @@
+Fri Dec  4 16:12:43 UTC 2020 - Stefan Schubert 
+
+- Fix: Starting YaST2 Control Center if the flag SHOW_Y2CC_CHECKBOX
+  has been set in /etc/sysconfig/firstboot and the user has
+  selected it while the firstboot installation workflow
+  (bsc#1178834).
+- 4.3.9
+
+---

Old:

  yast2-firstboot-4.3.8.tar.bz2

New:

  yast2-firstboot-4.3.9.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.shHg7M/_old  2020-12-09 22:11:16.231057866 +0100
+++ /var/tmp/diff_new_pack.shHg7M/_new  2020-12-09 22:11:16.235057870 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.3.8
+Version:4.3.9
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.3.8.tar.bz2 -> yast2-firstboot-4.3.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.8/control/firstboot.xml 
new/yast2-firstboot-4.3.9/control/firstboot.xml
--- old/yast2-firstboot-4.3.8/control/firstboot.xml 2020-11-16 
11:18:24.0 +0100
+++ new/yast2-firstboot-4.3.9/control/firstboot.xml 2020-12-07 
09:59:34.0 +0100
@@ -172,7 +172,7 @@
 
 
 Finish Setup
-inst_congratulate
+firstboot_finish
 no
 yes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.8/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.9/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.8/package/yast2-firstboot.changes   2020-11-16 
11:18:24.0 +0100
+++ new/yast2-firstboot-4.3.9/package/yast2-firstboot.changes   2020-12-07 
09:59:34.0 +0100
@@ -1,4 +1,13 @@
 ---
+Fri Dec  4 16:12:43 UTC 2020 - Stefan Schubert 
+
+- Fix: Starting YaST2 Control Center if the flag SHOW_Y2CC_CHECKBOX
+  has been set in /etc/sysconfig/firstboot and the user has
+  selected it while the firstboot installation workflow
+  (bsc#1178834).
+- 4.3.9
+
+---
 Mon Nov 16 09:18:59 UTC 2020 - Knut Anderssen 
 
 - Removed duplicated lan client from the firstboot control file and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.8/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.9/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.8/package/yast2-firstboot.spec  2020-11-16 
11:18:24.0 +0100
+++ new/yast2-firstboot-4.3.9/package/yast2-firstboot.spec  2020-12-07 
09:59:34.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.8
+Version:4.3.9
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.8/src/clients/firstboot_finish.rb 
new/yast2-firstboot-4.3.9/src/clients/firstboot_finish.rb
--- old/yast2-firstboot-4.3.8/src/clients/firstboot_finish.rb   2020-11-16 
11:18:24.0 +0100
+++ new/yast2-firstboot-4.3.9/src/clients/firstboot_finish.rb   2020-12-07 
09:59:34.0 +0100
@@ -30,7 +30,6 @@
 module Yast
   class FirstbootFinishClient < Client
 def main
-  Yast.import "Pkg"
   Yast.import "UI"
   textdomain "firstboot"
 
@@ -42,13 +41,12 @@
   Yast.import "Label"
   Yast.import "Firstboot"
   Yast.import "GetInstArgs"
+  Yast.import "Package"
 
   @display = UI.GetDisplayInfo
 
-  if !Ops.get_boolean(@display, "TextMode", true)
-if !Pkg.IsProvided("yast2-control-center")
-  Firstboot.show_y2cc_checkbox = false
-end
+  if !Package.Installed("yast2-control-center")
+Firstboot.show_y2cc_checkbox = false
   end
 
   @space = 

[opensuse-commit] commit yast2-firstboot for openSUSE:Factory

2020-11-23 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-11-23 15:33:18

Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-firstboot.new.5913 (New)


Package is "yast2-firstboot"

Mon Nov 23 15:33:18 2020 rev:99 rq:848836 version:4.3.8

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-10-23 12:19:48.748575841 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.5913/yast2-firstboot.changes
2020-11-23 16:26:14.780479102 +0100
@@ -1,0 +2,8 @@
+Mon Nov 16 09:18:59 UTC 2020 - Knut Anderssen 
+
+- Removed duplicated lan client from the firstboot control file and
+  modified the firstboot_dhcp_setup client using the installation
+  dhcp setup client directly (bsc#1177797)
+- 4.3.8
+
+---

Old:

  yast2-firstboot-4.3.7.tar.bz2

New:

  yast2-firstboot-4.3.8.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.AHEkT3/_old  2020-11-23 16:26:15.228480247 +0100
+++ /var/tmp/diff_new_pack.AHEkT3/_new  2020-11-23 16:26:15.228480247 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.3.7
+Version:4.3.8
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.3.7.tar.bz2 -> yast2-firstboot-4.3.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.7/control/firstboot.xml 
new/yast2-firstboot-4.3.8/control/firstboot.xml
--- old/yast2-firstboot-4.3.7/control/firstboot.xml 2020-10-19 
21:37:15.0 +0200
+++ new/yast2-firstboot-4.3.8/control/firstboot.xml 2020-11-16 
11:18:24.0 +0100
@@ -115,6 +115,13 @@
 Network
 inst_lan
 false
+
+
 
  
 Automatic Configuration
@@ -137,11 +144,6 @@
 firstboot_desktop
 
 
-Network
-inst_lan
-false
-
-
 Users
 true
 firstboot_user
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.7/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.8/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.7/package/yast2-firstboot.changes   2020-10-19 
21:37:15.0 +0200
+++ new/yast2-firstboot-4.3.8/package/yast2-firstboot.changes   2020-11-16 
11:18:24.0 +0100
@@ -1,4 +1,12 @@
 ---
+Mon Nov 16 09:18:59 UTC 2020 - Knut Anderssen 
+
+- Removed duplicated lan client from the firstboot control file and
+  modified the firstboot_dhcp_setup client using the installation
+  dhcp setup client directly (bsc#1177797)
+- 4.3.8
+
+---
 Mon Oct 19 12:51:29 UTC 2020 - Josef Reidinger 
 
 - Adapt to changes done in ntp-client (bsc#1177797)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.7/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.8/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.7/package/yast2-firstboot.spec  2020-10-19 
21:37:15.0 +0200
+++ new/yast2-firstboot-4.3.8/package/yast2-firstboot.spec  2020-11-16 
11:18:24.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.7
+Version:4.3.8
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.7/src/clients/firstboot_setup_dhcp.rb 
new/yast2-firstboot-4.3.8/src/clients/firstboot_setup_dhcp.rb
--- old/yast2-firstboot-4.3.7/src/clients/firstboot_setup_dhcp.rb   
2020-10-19 21:37:15.0 +0200
+++ new/yast2-firstboot-4.3.8/src/clients/firstboot_setup_dhcp.rb   
2020-11-16 11:18:24.0 +0100
@@ -1,6 +1,3 @@
-require "yast"
-require "network/network_autoconfiguration"
+require "network/clients/inst_setup_dhcp"
 
-Yast::NetworkAutoconfiguration.instance.configure_dhcp
-
-:next
+Yast::SetupDhcp.instance.main
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List