commit yast2-firstboot for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-10-23 12:19:35

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


Package is "yast2-firstboot"

Fri Oct 23 12:19:35 2020 rev:98 rq:842629 version:4.3.7

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-10-18 16:23:52.904556530 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3463/yast2-firstboot.changes
2020-10-23 12:19:48.748575841 +0200
@@ -1,0 +2,6 @@
+Mon Oct 19 12:51:29 UTC 2020 - Josef Reidinger 
+
+- Adapt to changes done in ntp-client (bsc#1177797)
+- 4.3.7
+
+---

Old:

  yast2-firstboot-4.3.6.tar.bz2

New:

  yast2-firstboot-4.3.7.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.bNtToD/_old  2020-10-23 12:19:49.520576385 +0200
+++ /var/tmp/diff_new_pack.bNtToD/_new  2020-10-23 12:19:49.524576388 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.3.6
+Version:4.3.7
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.3.6.tar.bz2 -> yast2-firstboot-4.3.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.6/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.7/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.6/package/yast2-firstboot.changes   2020-10-15 
10:15:44.0 +0200
+++ new/yast2-firstboot-4.3.7/package/yast2-firstboot.changes   2020-10-19 
21:37:15.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Oct 19 12:51:29 UTC 2020 - Josef Reidinger 
+
+- Adapt to changes done in ntp-client (bsc#1177797)
+- 4.3.7
+
+---
 Thu Oct 15 07:58:45 UTC 2020 - Steffen Winterfeldt 
 
 - use regular keyboard client for firstboot_keyboard (bsc#1174856)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.6/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.7/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.6/package/yast2-firstboot.spec  2020-10-15 
10:15:44.0 +0200
+++ new/yast2-firstboot-4.3.7/package/yast2-firstboot.spec  2020-10-19 
21:37:15.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.6
+Version:4.3.7
 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.6/src/clients/firstboot_ntp.rb 
new/yast2-firstboot-4.3.7/src/clients/firstboot_ntp.rb
--- old/yast2-firstboot-4.3.6/src/clients/firstboot_ntp.rb  2020-10-15 
10:15:44.0 +0200
+++ new/yast2-firstboot-4.3.7/src/clients/firstboot_ntp.rb  2020-10-19 
21:37:15.0 +0200
@@ -23,6 +23,9 @@
 # Author   : Jiri Suchomel 
 # Purpose  : NTP configuration sequence to be run during firstboot
 #
+
+require "y2ntp_client/dialog/main"
+
 module Yast
   class FirstbootNtpClient < Client
 def main
@@ -31,7 +34,6 @@
   Yast.import "Progress"
   Yast.import "Wizard"
 
-  Yast.include self, "ntp-client/wizards.rb"
 
   @progress_orig = Progress.set(false)
 
@@ -39,7 +41,7 @@
 
   NtpClient.Read
 
-  @ret = SimpleSequence()
+  @ret = Y2NtpClient::Dialog::Main.new.run
   NtpClient.Write if @ret == :next
 
   Progress.set(@progress_orig)




commit yast2-firstboot for openSUSE:Factory

2020-10-18 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-10-18 16:23:37

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


Package is "yast2-firstboot"

Sun Oct 18 16:23:37 2020 rev:97 rq:841873 version:4.3.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-09-25 16:28:15.267716051 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3486/yast2-firstboot.changes
2020-10-18 16:23:52.904556530 +0200
@@ -1,0 +2,6 @@
+Thu Oct 15 07:58:45 UTC 2020 - Steffen Winterfeldt 
+
+- use regular keyboard client for firstboot_keyboard (bsc#1174856)
+- 4.3.6
+
+---

Old:

  yast2-firstboot-4.3.5.tar.bz2

New:

  yast2-firstboot-4.3.6.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.df7t98/_old  2020-10-18 16:23:54.388557191 +0200
+++ /var/tmp/diff_new_pack.df7t98/_new  2020-10-18 16:23:54.392557192 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.3.5
+Version:4.3.6
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -36,7 +36,8 @@
 # UI::Wizards::Layout
 Requires:   yast2 >= 4.3.16
 # Language::SwitchToEnglishIfNeeded
-Requires:   yast2-country >= 2.19.5
+# 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

++ yast2-firstboot-4.3.5.tar.bz2 -> yast2-firstboot-4.3.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.5/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.6/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.5/package/yast2-firstboot.changes   2020-09-22 
12:14:10.0 +0200
+++ new/yast2-firstboot-4.3.6/package/yast2-firstboot.changes   2020-10-15 
10:15:44.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Oct 15 07:58:45 UTC 2020 - Steffen Winterfeldt 
+
+- use regular keyboard client for firstboot_keyboard (bsc#1174856)
+- 4.3.6
+
+---
 Tue Sep 22 10:09:33 UTC 2020 - Steffen Winterfeldt 
 
 - add test field to language & keyboard module (bsc#1174856)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.5/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.6/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.5/package/yast2-firstboot.spec  2020-09-22 
12:14:10.0 +0200
+++ new/yast2-firstboot-4.3.6/package/yast2-firstboot.spec  2020-10-15 
10:15:44.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.5
+Version:4.3.6
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
@@ -35,7 +35,8 @@
 # UI::Wizards::Layout
 Requires:   yast2 >= 4.3.16
 # Language::SwitchToEnglishIfNeeded
-Requires:   yast2-country >= 2.19.5
+# 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.5/src/clients/firstboot_keyboard.rb 
new/yast2-firstboot-4.3.6/src/clients/firstboot_keyboard.rb
--- old/yast2-firstboot-4.3.5/src/clients/firstboot_keyboard.rb 2020-09-22 
12:14:10.0 +0200
+++ new/yast2-firstboot-4.3.6/src/clients/firstboot_keyboard.rb 2020-10-15 
10:15:44.0 +0200
@@ -1,55 +1,3 @@
-# encoding: utf-8
+require "y2keyboard/clients/keyboard"
 
-# 
--
-# Copyright (c) 2012 Novell, Inc. All Rights Reserved.
-#
-#
-# This program is free software; you can redistribute it and/or modify it under
-# the terms of version 2 of the GNU General Public License as published by the
-# Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more 
details.
-#
-# You should have received a copy of the GNU 

commit yast2-firstboot for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-09-25 16:25:15

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


Package is "yast2-firstboot"

Fri Sep 25 16:25:15 2020 rev:96 rq:836060 version:4.3.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-08-14 13:09:12.161207308 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.4249/yast2-firstboot.changes
2020-09-25 16:28:15.267716051 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 10:09:33 UTC 2020 - Steffen Winterfeldt 
+
+- add test field to language & keyboard module (bsc#1174856)
+- 4.3.5
+
+---

Old:

  yast2-firstboot-4.3.4.tar.bz2

New:

  yast2-firstboot-4.3.5.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.GA0X9q/_old  2020-09-25 16:28:16.431717081 +0200
+++ /var/tmp/diff_new_pack.GA0X9q/_new  2020-09-25 16:28:16.435717084 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   yast2-firstboot
-Version:4.3.4
+Version:4.3.5
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
 Group:  System/YaST
-Url:https://github.com/yast/yast-firstboot
+URL:https://github.com/yast/yast-firstboot
 
 Source0:%{name}-%{version}.tar.bz2
 

++ yast2-firstboot-4.3.4.tar.bz2 -> yast2-firstboot-4.3.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.4/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.4/package/yast2-firstboot.changes   2020-08-12 
12:08:24.0 +0200
+++ new/yast2-firstboot-4.3.5/package/yast2-firstboot.changes   2020-09-22 
12:14:10.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Sep 22 10:09:33 UTC 2020 - Steffen Winterfeldt 
+
+- add test field to language & keyboard module (bsc#1174856)
+- 4.3.5
+
+---
 Mon Aug 10 17:15:51 CEST 2020 - sch...@suse.de
 
 - AutoYaST: Added supplements: autoyast(firstboot) into the spec file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.4/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.5/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.4/package/yast2-firstboot.spec  2020-08-12 
12:08:24.0 +0200
+++ new/yast2-firstboot-4.3.5/package/yast2-firstboot.spec  2020-09-22 
12:14:10.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.4
+Version:4.3.5
 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.4/src/clients/firstboot_language_keyboard.rb 
new/yast2-firstboot-4.3.5/src/clients/firstboot_language_keyboard.rb
--- old/yast2-firstboot-4.3.4/src/clients/firstboot_language_keyboard.rb
2020-08-12 12:08:24.0 +0200
+++ new/yast2-firstboot-4.3.5/src/clients/firstboot_language_keyboard.rb
2020-09-22 12:14:10.0 +0200
@@ -102,6 +102,12 @@
   HSquash(Icon.Simple("yast-keyboard")),
   HSpacing(2),
   Left(@keyboardsel)
+),
+VSpacing(1),
+HBox(
+  HSquash(Icon.Simple("yast-keyboard")),
+  HSpacing(2),
+  Left(InputField(Opt(:hstretch), _("")))
 )
   )
 ),




commit yast2-firstboot for openSUSE:Factory

2020-08-14 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-08-14 13:09:10

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


Package is "yast2-firstboot"

Fri Aug 14 13:09:10 2020 rev:95 rq:825979 version:4.3.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-07-27 17:37:03.582807280 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3399/yast2-firstboot.changes
2020-08-14 13:09:12.161207308 +0200
@@ -1,0 +2,8 @@
+Mon Aug 10 17:15:51 CEST 2020 - sch...@suse.de
+
+- AutoYaST: Added supplements: autoyast(firstboot) into the spec file
+  in order to install this packages if the section has been defined
+  in the AY configuration file (bsc#1146494).
+- 4.3.4
+
+---

Old:

  yast2-firstboot-4.3.3.tar.bz2

New:

  yast2-firstboot-4.3.4.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.h9pFeq/_old  2020-08-14 13:09:12.721207521 +0200
+++ /var/tmp/diff_new_pack.h9pFeq/_new  2020-08-14 13:09:12.725207522 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.3.3
+Version:4.3.4
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -47,6 +47,8 @@
 # bsc #1165646
 Recommends: (icewm if libyui-qt)
 
+Supplements:autoyast(firstboot)
+
 BuildArch:  noarch
 
 %description

++ yast2-firstboot-4.3.3.tar.bz2 -> yast2-firstboot-4.3.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.3/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.4/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.3/package/yast2-firstboot.changes   2020-07-27 
12:54:00.0 +0200
+++ new/yast2-firstboot-4.3.4/package/yast2-firstboot.changes   2020-08-12 
12:08:24.0 +0200
@@ -1,4 +1,12 @@
 ---
+Mon Aug 10 17:15:51 CEST 2020 - sch...@suse.de
+
+- AutoYaST: Added supplements: autoyast(firstboot) into the spec file
+  in order to install this packages if the section has been defined
+  in the AY configuration file (bsc#1146494).
+- 4.3.4
+
+---
 Mon Jul 27 09:05:35 UTC 2020 - Josef Reidinger 
 
 - Handle exceptions when parsing xml file (related to bsc#1170886)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.3/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.4/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.3/package/yast2-firstboot.spec  2020-07-27 
12:54:00.0 +0200
+++ new/yast2-firstboot-4.3.4/package/yast2-firstboot.spec  2020-08-12 
12:08:24.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.3
+Version:4.3.4
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
@@ -46,6 +46,8 @@
 # bsc #1165646
 Recommends: (icewm if libyui-qt)
 
+Supplements:autoyast(firstboot)
+
 BuildArch:  noarch
 
 %description




commit yast2-firstboot for openSUSE:Factory

2020-07-27 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-07-27 17:36:51

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


Package is "yast2-firstboot"

Mon Jul 27 17:36:51 2020 rev:94 rq:822961 version:4.3.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-07-21 15:48:30.068155524 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3592/yast2-firstboot.changes
2020-07-27 17:37:03.582807280 +0200
@@ -1,0 +2,13 @@
+Mon Jul 27 09:05:35 UTC 2020 - Josef Reidinger 
+
+- Handle exceptions when parsing xml file (related to bsc#1170886)
+- 4.3.3
+
+---
+Thu Jul 23 14:27:02 UTC 2020 - José Iván López González 
+
+- Configure the wizard layout according to the product features.
+- Related to jsc#PM-1998.
+- 4.3.2
+
+---

Old:

  yast2-firstboot-4.3.1.tar.bz2

New:

  yast2-firstboot-4.3.3.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.MZOits/_old  2020-07-27 17:37:04.358808036 +0200
+++ /var/tmp/diff_new_pack.MZOits/_new  2020-07-27 17:37:04.362808040 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.3.1
+Version:4.3.3
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -33,8 +33,8 @@
 BuildRequires:  yast2-devtools >= 4.2.2
 
 PreReq: %fillup_prereq
-# yast2/NeworkDevices -> yast2/NetworkInterfaces
-Requires:   yast2 >= 2.16.23
+# UI::Wizards::Layout
+Requires:   yast2 >= 4.3.16
 # Language::SwitchToEnglishIfNeeded
 Requires:   yast2-country >= 2.19.5
 # Rely on the YaST2-Firstboot.service for halting the system on failure

++ yast2-firstboot-4.3.1.tar.bz2 -> yast2-firstboot-4.3.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.1/control/firstboot.xml 
new/yast2-firstboot-4.3.3/control/firstboot.xml
--- old/yast2-firstboot-4.3.1/control/firstboot.xml 2020-07-17 
14:16:51.0 +0200
+++ new/yast2-firstboot-4.3.3/control/firstboot.xml 2020-07-27 
12:54:00.0 +0200
@@ -10,6 +10,11 @@
 
 firstboot
 
+   
+
 
 

false
 
+   
+   
+
+   
+   
+   steps
+   false
+   
+

 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.3.1/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.3/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.1/package/yast2-firstboot.changes   2020-07-17 
14:16:51.0 +0200
+++ new/yast2-firstboot-4.3.3/package/yast2-firstboot.changes   2020-07-27 
12:54:00.0 +0200
@@ -1,4 +1,17 @@
 ---
+Mon Jul 27 09:05:35 UTC 2020 - Josef Reidinger 
+
+- Handle exceptions when parsing xml file (related to bsc#1170886)
+- 4.3.3
+
+---
+Thu Jul 23 14:27:02 UTC 2020 - José Iván López González 
+
+- Configure the wizard layout according to the product features.
+- Related to jsc#PM-1998.
+- 4.3.2
+
+---
 Thu Jul 16 09:15:57 UTC 2020 - Knut Anderssen 
 
 - Fix firsboot_hostname client crash (bsc#1173298)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.1/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.3/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.1/package/yast2-firstboot.spec  2020-07-17 
14:16:51.0 +0200
+++ new/yast2-firstboot-4.3.3/package/yast2-firstboot.spec  2020-07-27 
12:54:00.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.3.1
+Version:4.3.3
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
@@ -32,8 +32,8 @@
 BuildRequires:  ruby
 
 PreReq: %fillup_prereq
-# yast2/NeworkDevices -> yast2/NetworkInterfaces
-Requires:   yast2 >= 2.16.23
+# UI::Wizards::Layout
+Requires:   yast2 >= 4.3.16
 # Language::SwitchToEnglishIfNeeded
 Requires:   yast2-country >= 2.19.5
 # Rely on the YaST2-Firstboot.service for halting the system on failure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.1/src/clients/firstboot.rb 

commit yast2-firstboot for openSUSE:Factory

2020-07-21 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-07-21 15:46:38

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


Package is "yast2-firstboot"

Tue Jul 21 15:46:38 2020 rev:93 rq:821503 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-05-09 19:51:24.440715900 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3592/yast2-firstboot.changes
2020-07-21 15:48:30.068155524 +0200
@@ -1,0 +2,6 @@
+Thu Jul 16 09:15:57 UTC 2020 - Knut Anderssen 
+
+- Fix firsboot_hostname client crash (bsc#1173298)
+- 4.3.1
+
+---

Old:

  yast2-firstboot-4.3.0.tar.bz2

New:

  yast2-firstboot-4.3.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.1UyVPN/_old  2020-07-21 15:48:31.192156913 +0200
+++ /var/tmp/diff_new_pack.1UyVPN/_new  2020-07-21 15:48:31.196156918 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.3.0
+Version:4.3.1
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -39,9 +39,9 @@
 Requires:   yast2-country >= 2.19.5
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:   yast2-installation >= 4.1.2
-# Updated DNS API (unneeded write_hostname= method does not exist anymore)
+# Use Yast::Lan.write_config to write hostname changes
 Requires:   yast2-configuration-management >= 4.1.3
-Requires:   yast2-network >= 4.2.14
+Requires:   yast2-network >= 4.3.13
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 # bsc #1165646

++ yast2-firstboot-4.3.0.tar.bz2 -> yast2-firstboot-4.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.0/.rubocop.yml 
new/yast2-firstboot-4.3.1/.rubocop.yml
--- old/yast2-firstboot-4.3.0/.rubocop.yml  2020-05-07 18:06:03.0 
+0200
+++ new/yast2-firstboot-4.3.1/.rubocop.yml  2020-07-17 14:16:51.0 
+0200
@@ -1,17 +1,25 @@
 # use the shared YaST defaults
 inherit_from:
-  /usr/share/YaST2/data/devtools/data/rubocop_yast_style.yml
+  /usr/share/YaST2/data/devtools/data/rubocop-0.71.0_yast_style.yml
+
+# We need to be sure that everything works fine before enabling it
+Style/FrozenStringLiteralComment:
+  Enabled: false
 
 # Don't enforce any particular name for block params
 SingleLineBlockParams:
   Enabled: false
 
-# Enforce if/unless at the end only for really short lines
-Style/IfUnlessModifier:
-  MaxLineLength: 60
+Metrics/BlockLength:
+  Max: 90
+
+# Configuration parameters: CountComments.
+Metrics/MethodLength:
+  Max: 40
 
 AllCops:
   Exclude:
+- 'package/*.spec'
 - 'src/modules/**/*'
 - 'src/include/**/*'
 - 'testsuite/**/*'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.0/.yardopts 
new/yast2-firstboot-4.3.1/.yardopts
--- old/yast2-firstboot-4.3.0/.yardopts 1970-01-01 01:00:00.0 +0100
+++ new/yast2-firstboot-4.3.1/.yardopts 2020-07-17 14:16:51.0 +0200
@@ -0,0 +1,7 @@
+--no-private
+--markup markdown
+--protected
+--readme README.md
+--output-dir ./doc/autodocs
+--files *.md
+src/**/*.rb
Binary files old/yast2-firstboot-4.3.0/doc/images/installer_vs_firstboot.png 
and new/yast2-firstboot-4.3.1/doc/images/installer_vs_firstboot.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.3.0/doc/installer_and_firstboot.md 
new/yast2-firstboot-4.3.1/doc/installer_and_firstboot.md
--- old/yast2-firstboot-4.3.0/doc/installer_and_firstboot.md1970-01-01 
01:00:00.0 +0100
+++ new/yast2-firstboot-4.3.1/doc/installer_and_firstboot.md2020-07-17 
14:16:51.0 +0200
@@ -0,0 +1,79 @@
+# YaST Installer and First-boot
+
+YaST provides a *first-boot* utility that allows to configure the system 
during the first boot after the installation. That *first-boot* works as an 
installer extensions that guides the user through a series of steps.
+
+Although *first-boot* is conceptually received as an installer extension, this 
part of YaST is frequently forgotten when some re-branding is performed to the 
SUSE/openSUSE installer. Because of that, currently we do not experience a 
similar look when we use the YaST installer and the *first-boot*.
+
+![SLE installer Vs first-boot](images/installer_vs_firstboot.png)
+
+## Layout Configuration
+
+YaST installer allows to tweak the windows layout. Basically it allows to 

commit yast2-firstboot for openSUSE:Factory

2020-05-09 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-05-09 19:51:15

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


Package is "yast2-firstboot"

Sat May  9 19:51:15 2020 rev:92 rq:801316 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-04-15 20:07:35.834150125 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2738/yast2-firstboot.changes
2020-05-09 19:51:24.440715900 +0200
@@ -1,0 +2,7 @@
+Thu May  7 11:05:20 UTC 2020 - Josef Reidinger 
+
+- Autoyast schema: Allow optional types for string and map objects
+  (bsc#1170886)
+- 4.3.0
+
+---

Old:

  yast2-firstboot-4.2.14.tar.bz2

New:

  yast2-firstboot-4.3.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.6oQiRx/_old  2020-05-09 19:51:24.912716913 +0200
+++ /var/tmp/diff_new_pack.6oQiRx/_new  2020-05-09 19:51:24.916716922 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.14
+Version:4.3.0
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.14.tar.bz2 -> yast2-firstboot-4.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.14/package/yast2-firstboot.changes 
new/yast2-firstboot-4.3.0/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.14/package/yast2-firstboot.changes  2020-04-08 
17:45:12.0 +0200
+++ new/yast2-firstboot-4.3.0/package/yast2-firstboot.changes   2020-05-07 
18:06:03.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu May  7 11:05:20 UTC 2020 - Josef Reidinger 
+
+- Autoyast schema: Allow optional types for string and map objects
+  (bsc#1170886)
+- 4.3.0
+
+---
 Wed Apr  8 15:15:32 UTC 2020 - Stefan Hundhammer 
 
 - Recommend icewm if graphical installation (bsc#1165646)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.14/package/yast2-firstboot.spec 
new/yast2-firstboot-4.3.0/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.14/package/yast2-firstboot.spec 2020-04-08 
17:45:12.0 +0200
+++ new/yast2-firstboot-4.3.0/package/yast2-firstboot.spec  2020-05-07 
18:06:03.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.14
+Version:4.3.0
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.14/src/autoyast-rnc/firstboot.rnc 
new/yast2-firstboot-4.3.0/src/autoyast-rnc/firstboot.rnc
--- old/yast2-firstboot-4.2.14/src/autoyast-rnc/firstboot.rnc   2020-04-08 
17:45:12.0 +0200
+++ new/yast2-firstboot-4.3.0/src/autoyast-rnc/firstboot.rnc2020-05-07 
18:06:03.0 +0200
@@ -2,7 +2,10 @@
 namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0;
 namespace config = "http://www.suse.com/1.0/configns;
 
+include "common.rnc"
+
 firstboot = element firstboot {
+MAP,
 element firstboot_enabled { BOOLEAN }?
 }
 




commit yast2-firstboot for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-04-15 20:05:06

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


Package is "yast2-firstboot"

Wed Apr 15 20:05:06 2020 rev:91 rq:792498 version:4.2.14

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-03-22 14:16:18.522023649 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2738/yast2-firstboot.changes
2020-04-15 20:07:35.834150125 +0200
@@ -1,0 +2,6 @@
+Wed Apr  8 15:15:32 UTC 2020 - Stefan Hundhammer 
+
+- Recommend icewm if graphical installation (bsc#1165646)
+- 4.2.14
+
+---

Old:

  yast2-firstboot-4.2.13.tar.bz2

New:

  yast2-firstboot-4.2.14.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.6PJwkb/_old  2020-04-15 20:07:36.602150648 +0200
+++ /var/tmp/diff_new_pack.6PJwkb/_new  2020-04-15 20:07:36.606150650 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.13
+Version:4.2.14
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -44,6 +44,9 @@
 Requires:   yast2-network >= 4.2.14
 Requires:   yast2-ruby-bindings >= 1.0.0
 
+# bsc #1165646
+Recommends: (icewm if libyui-qt)
+
 BuildArch:  noarch
 
 %description

++ yast2-firstboot-4.2.13.tar.bz2 -> yast2-firstboot-4.2.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.13/.travis.yml 
new/yast2-firstboot-4.2.14/.travis.yml
--- old/yast2-firstboot-4.2.13/.travis.yml  2020-03-18 15:05:41.0 
+0100
+++ new/yast2-firstboot-4.2.14/.travis.yml  2020-04-08 17:45:12.0 
+0200
@@ -11,4 +11,4 @@
 script:
   # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
   # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
-  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-firstboot-image yast-travis-ruby
+  - docker run -it -e TRAVIS=1 --privileged -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-firstboot-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.13/CONTRIBUTING.md 
new/yast2-firstboot-4.2.14/CONTRIBUTING.md
--- old/yast2-firstboot-4.2.13/CONTRIBUTING.md  2020-03-18 15:05:41.0 
+0100
+++ new/yast2-firstboot-4.2.14/CONTRIBUTING.md  1970-01-01 01:00:00.0 
+0100
@@ -1,89 +0,0 @@
-YaST Contribution Guidelines
-
-
-YaST is an open source project and as such it welcomes all kinds of
-contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and the YaST 
maintainers.
-
-There are two main forms of contribution: reporting bugs and performing code
-changes.
-
-Bug Reports

-
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided=openSUSE+Factory=YaST2)
-or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
-registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
-if you don't have an account yet.)
-
-When creating a bug report, please follow our [bug reporting
-guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
-
-We can't guarantee that every bug will be fixed, but we'll try.
-
-Code Changes
-
-
-We welcome all kinds of code contributions, from simple bug fixes to 
significant
-refactorings and implementation of new features. However, before making any
-non-trivial contribution, get in touch with us first — this can prevent wasted
-effort on both sides. Also, have a look at our [development
-documentation](http://en.opensuse.org/openSUSE:YaST_development).
-
-To send us your code change, use GitHub pull requests. The workflow is as
-follows:
-
-  1. Fork the project.
-
-  2. Create a topic branch based on `master`.
-
-  3. Implement your change, including tests (if possible). Make sure you adhere
- to the [Ruby style
- guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
-
-  4. Update the package version (in `packages/*.spec`, usually by
- `rake version:bump`) and add a new entry to the `package/*.changes` file
- (by `osc vc package`).  
- For bigger changes or changes which need longer discussion it is advised 
to
- add this as a separate last commit so it can be easily updated when 
another
- change is 

commit yast2-firstboot for openSUSE:Factory

2020-03-22 Thread root
Hello community,

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

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


Package is "yast2-firstboot"

Sun Mar 22 14:16:16 2020 rev:90 rq:786196 version:4.2.13

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-03-16 10:17:52.459575896 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3160/yast2-firstboot.changes
2020-03-22 14:16:18.522023649 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 17:17:22 UTC 2020 - Josef Reidinger 
+
+- Enable by default registration on SLE (bsc#1162846)
+- 4.2.13
+
+---

Old:

  yast2-firstboot-4.2.12.tar.bz2

New:

  yast2-firstboot-4.2.13.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.hCHiOg/_old  2020-03-22 14:16:19.078024005 +0100
+++ /var/tmp/diff_new_pack.hCHiOg/_new  2020-03-22 14:16:19.082024007 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.12
+Version:4.2.13
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -28,6 +28,7 @@
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
+BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
 
@@ -61,6 +62,12 @@
 
 %build
 %yast_build
+# enable registration by default on SLE (bsc#1162846)
+%if !0%{?is_opensuse}
+# 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
+%endif
 
 %install
 %yast_install
@@ -68,6 +75,21 @@
 
 mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
 
+%check
+# verify defaults for registration
+ruby -r rexml/document -e '
+  %if !0%{?is_opensuse}
+expected = "true"
+  %else
+expected = "false"
+  %endif
+  document = REXML::Document.new(File.new("control/firstboot.xml"))
+  # get value of enabled element in registration module in control.xml to 
verify it has expected value
+  if 
document.root.elements["//module[name[text()=\"registration\"]]"].elements["enabled"].get_text
 != expected
+STDERR.puts "Wrong default for registration module"
+exit 1
+  end'
+
 %post
 %{fillup_only -n firstboot}
 

++ yast2-firstboot-4.2.12.tar.bz2 -> yast2-firstboot-4.2.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.12/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.13/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.12/package/yast2-firstboot.changes  2020-03-13 
15:04:19.0 +0100
+++ new/yast2-firstboot-4.2.13/package/yast2-firstboot.changes  2020-03-18 
15:05:41.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Mar 17 17:17:22 UTC 2020 - Josef Reidinger 
+
+- Enable by default registration on SLE (bsc#1162846)
+- 4.2.13
+
+---
 Fri Mar 13 13:15:39 UTC 2020 - Josef Reidinger 
 
 - remember the keyboard selection in the keyboard language dialog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.12/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.13/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.12/package/yast2-firstboot.spec 2020-03-13 
15:04:19.0 +0100
+++ new/yast2-firstboot-4.2.13/package/yast2-firstboot.spec 2020-03-18 
15:05:41.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.12
+Version:4.2.13
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
@@ -29,6 +29,7 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 BuildRequires:  yast2-devtools >= 4.2.2
+BuildRequires:  ruby
 
 PreReq: %fillup_prereq
 # yast2/NeworkDevices -> yast2/NetworkInterfaces
@@ -60,6 +61,12 @@
 
 %build
 %yast_build
+# enable registration by default on SLE (bsc#1162846)
+%if !0%{?is_opensuse}
+# 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
+%endif
 
 %install
 %yast_install
@@ -67,6 +74,20 @@
 
 mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
 
+%check
+# verify defaults for registration
+ruby -r rexml/document -e '
+  %if 

commit yast2-firstboot for openSUSE:Factory

2020-03-16 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-03-16 10:17:09

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


Package is "yast2-firstboot"

Mon Mar 16 10:17:09 2020 rev:89 rq:784657 version:4.2.12

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-03-01 21:27:22.732479065 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3160/yast2-firstboot.changes
2020-03-16 10:17:52.459575896 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:15:39 UTC 2020 - Josef Reidinger 
+
+- remember the keyboard selection in the keyboard language dialog
+  when the language is selected after the keyboard (bsc#1160164)
+- 4.2.12
+
+---

Old:

  yast2-firstboot-4.2.11.tar.bz2

New:

  yast2-firstboot-4.2.12.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.vFybz6/_old  2020-03-16 10:17:53.283576232 +0100
+++ /var/tmp/diff_new_pack.vFybz6/_new  2020-03-16 10:17:53.283576232 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.11
+Version:4.2.12
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.11.tar.bz2 -> yast2-firstboot-4.2.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.11/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.12/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.11/package/yast2-firstboot.changes  2020-02-26 
14:50:11.0 +0100
+++ new/yast2-firstboot-4.2.12/package/yast2-firstboot.changes  2020-03-13 
15:04:19.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Mar 13 13:15:39 UTC 2020 - Josef Reidinger 
+
+- remember the keyboard selection in the keyboard language dialog
+  when the language is selected after the keyboard (bsc#1160164)
+- 4.2.12
+
+---
 Wed Feb 26 13:28:25 UTC 2020 - Josef Reidinger 
 
 - Fix disabled finish button (bsc#1163100)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.11/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.12/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.11/package/yast2-firstboot.spec 2020-02-26 
14:50:11.0 +0100
+++ new/yast2-firstboot-4.2.12/package/yast2-firstboot.spec 2020-03-13 
15:04:19.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.11
+Version:4.2.12
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.11/src/clients/firstboot_language_keyboard.rb 
new/yast2-firstboot-4.2.12/src/clients/firstboot_language_keyboard.rb
--- old/yast2-firstboot-4.2.11/src/clients/firstboot_language_keyboard.rb   
2020-02-26 14:50:11.0 +0100
+++ new/yast2-firstboot-4.2.12/src/clients/firstboot_language_keyboard.rb   
2020-03-13 15:04:19.0 +0100
@@ -172,6 +172,8 @@
   break
 elsif @ret == :keyboard
   Keyboard.user_decision = true
+  # store keyboard selection to survive even redraw (bsc#1160164)
+  Keyboard.Set(UI.QueryWidget(Id(:keyboard), :Value) || "")
 elsif @ret == :next || @ret == :language
   @language = Convert.to_string(UI.QueryWidget(Id(:language), :Value))
   @keyboard = Convert.to_string(UI.QueryWidget(Id(:keyboard), :Value))




commit yast2-firstboot for openSUSE:Factory

2020-03-01 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-03-01 21:27:04

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


Package is "yast2-firstboot"

Sun Mar  1 21:27:04 2020 rev:88 rq:779427 version:4.2.11

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-01-24 14:10:11.506389735 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.26092/yast2-firstboot.changes   
2020-03-01 21:27:22.732479065 +0100
@@ -1,0 +2,6 @@
+Wed Feb 26 13:28:25 UTC 2020 - Josef Reidinger 
+
+- Fix disabled finish button (bsc#1163100)
+- 4.2.11
+
+---

Old:

  yast2-firstboot-4.2.10.tar.bz2

New:

  yast2-firstboot-4.2.11.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.WHqbjl/_old  2020-03-01 21:27:23.464480551 +0100
+++ /var/tmp/diff_new_pack.WHqbjl/_new  2020-03-01 21:27:23.464480551 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.10
+Version:4.2.11
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.10.tar.bz2 -> yast2-firstboot-4.2.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.10/control/firstboot.xml 
new/yast2-firstboot-4.2.11/control/firstboot.xml
--- old/yast2-firstboot-4.2.10/control/firstboot.xml2020-01-21 
12:14:45.0 +0100
+++ new/yast2-firstboot-4.2.11/control/firstboot.xml2020-02-26 
14:50:11.0 +0100
@@ -158,7 +158,7 @@
 Finish Setup
 inst_congratulate
 no
-no
+yes
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.10/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.11/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.10/package/yast2-firstboot.changes  2020-01-21 
12:14:45.0 +0100
+++ new/yast2-firstboot-4.2.11/package/yast2-firstboot.changes  2020-02-26 
14:50:11.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Feb 26 13:28:25 UTC 2020 - Josef Reidinger 
+
+- Fix disabled finish button (bsc#1163100)
+- 4.2.11
+
+---
 Tue Jan 21 10:56:58 UTC 2020 - Ancor Gonzalez Sosa 
 
 - Fix packaging error (bsc#1161224)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.10/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.11/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.10/package/yast2-firstboot.spec 2020-01-21 
12:14:45.0 +0100
+++ new/yast2-firstboot-4.2.11/package/yast2-firstboot.spec 2020-02-26 
14:50:11.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.10
+Version:4.2.11
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST




commit yast2-firstboot for openSUSE:Factory

2020-01-24 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-01-24 14:10:03

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


Package is "yast2-firstboot"

Fri Jan 24 14:10:03 2020 rev:87 rq:766049 version:4.2.10

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-01-17 16:03:15.880379801 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.26092/yast2-firstboot.changes   
2020-01-24 14:10:11.506389735 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 10:56:58 UTC 2020 - Ancor Gonzalez Sosa 
+
+- Fix packaging error (bsc#1161224)
+- 4.2.10
+
+---

Old:

  yast2-firstboot-4.2.8.tar.bz2

New:

  yast2-firstboot-4.2.10.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.vCR7cw/_old  2020-01-24 14:10:12.038389916 +0100
+++ /var/tmp/diff_new_pack.vCR7cw/_new  2020-01-24 14:10:12.042389917 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.8
+Version:4.2.10
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.8.tar.bz2 -> yast2-firstboot-4.2.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.8/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.10/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.8/package/yast2-firstboot.changes   2020-01-16 
10:45:57.0 +0100
+++ new/yast2-firstboot-4.2.10/package/yast2-firstboot.changes  2020-01-21 
12:14:45.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 21 10:56:58 UTC 2020 - Ancor Gonzalez Sosa 
+
+- Fix packaging error (bsc#1161224)
+- 4.2.10
+
+---
 Tue Jan 14 11:02:28 UTC 2020 - Ludwig Nussel 
 
 - Don't use deprecated Progress.on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.8/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.10/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.8/package/yast2-firstboot.spec  2020-01-16 
10:45:57.0 +0100
+++ new/yast2-firstboot-4.2.10/package/yast2-firstboot.spec 2020-01-21 
12:14:45.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.8
+Version:4.2.10
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.8/src/Makefile.am 
new/yast2-firstboot-4.2.10/src/Makefile.am
--- old/yast2-firstboot-4.2.8/src/Makefile.am   2020-01-16 10:45:57.0 
+0100
+++ new/yast2-firstboot-4.2.10/src/Makefile.am  2020-01-21 12:14:45.0 
+0100
@@ -44,6 +44,7 @@
 ylibclientdir = "${yast2dir}/lib/y2firstboot/clients"
 ylibclient_DATA = \
   lib/y2firstboot/clients/configuration_management.rb \
+  lib/y2firstboot/clients/firstboot_ssh.rb \
   lib/y2firstboot/clients/root.rb \
   lib/y2firstboot/clients/user.rb \
   lib/y2firstboot/clients/licenses.rb




commit yast2-firstboot for openSUSE:Factory

2020-01-17 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-01-17 16:03:10

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


Package is "yast2-firstboot"

Fri Jan 17 16:03:10 2020 rev:86 rq:764913 version:4.2.8

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2020-01-04 19:20:36.993117971 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.26092/yast2-firstboot.changes   
2020-01-17 16:03:15.880379801 +0100
@@ -1,0 +2,22 @@
+Tue Jan 14 11:02:28 UTC 2020 - Ludwig Nussel 
+
+- Don't use deprecated Progress.on
+- Don't allow to go back in congratulate screen
+- Don't try to set keyboard in WSL
+- 4.2.9
+
+---
+Tue Jan 14 08:24:30 UTC 2020 - Josef Reidinger 
+
+- drop starting of hal as it is also obsolete and no longer exist
+  (jsc#SLE-10976)
+- 4.2.8
+
+---
+Mon Jan 13 09:59:21 UTC 2020 - Josef Reidinger 
+
+- drop deprecated network technologies (jsc#SLE-7753)
+- replace rc* and init.d usage by systemd (jsc#SLE-10976)
+- 4.2.7
+
+---

Old:

  yast2-firstboot-4.2.6.tar.bz2

New:

  yast2-firstboot-4.2.8.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.oUAxNv/_old  2020-01-17 16:03:17.708380665 +0100
+++ /var/tmp/diff_new_pack.oUAxNv/_new  2020-01-17 16:03:17.708380665 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.6
+Version:4.2.8
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.6.tar.bz2 -> yast2-firstboot-4.2.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.6/control/firstboot.xml 
new/yast2-firstboot-4.2.8/control/firstboot.xml
--- old/yast2-firstboot-4.2.6/control/firstboot.xml 2019-12-18 
16:57:46.0 +0100
+++ new/yast2-firstboot-4.2.8/control/firstboot.xml 2020-01-16 
10:45:57.0 +0100
@@ -157,6 +157,8 @@
 
 Finish Setup
 inst_congratulate
+no
+no
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.6/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.8/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.6/package/yast2-firstboot.changes   2019-12-18 
16:57:46.0 +0100
+++ new/yast2-firstboot-4.2.8/package/yast2-firstboot.changes   2020-01-16 
10:45:57.0 +0100
@@ -1,4 +1,26 @@
 ---
+Tue Jan 14 11:02:28 UTC 2020 - Ludwig Nussel 
+
+- Don't use deprecated Progress.on
+- Don't allow to go back in congratulate screen
+- Don't try to set keyboard in WSL
+- 4.2.9
+
+---
+Tue Jan 14 08:24:30 UTC 2020 - Josef Reidinger 
+
+- drop starting of hal as it is also obsolete and no longer exist
+  (jsc#SLE-10976)
+- 4.2.8
+
+---
+Mon Jan 13 09:59:21 UTC 2020 - Josef Reidinger 
+
+- drop deprecated network technologies (jsc#SLE-7753)
+- replace rc* and init.d usage by systemd (jsc#SLE-10976)
+- 4.2.7
+
+---
 Wed Dec 18 15:42:53 UTC 2019 - Ancor Gonzalez Sosa 
 
 - Replace outdated "SuSE" spelling (bsc#970809).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.6/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.8/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.6/package/yast2-firstboot.spec  2019-12-18 
16:57:46.0 +0100
+++ new/yast2-firstboot-4.2.8/package/yast2-firstboot.spec  2020-01-16 
10:45:57.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.6
+Version:4.2.8
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' 

commit yast2-firstboot for openSUSE:Factory

2020-01-04 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2020-01-04 19:20:35

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


Package is "yast2-firstboot"

Sat Jan  4 19:20:35 2020 rev:85 rq:757894 version:4.2.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-12-16 17:26:24.823959072 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.6675/yast2-firstboot.changes
2020-01-04 19:20:36.993117971 +0100
@@ -1,0 +2,6 @@
+Wed Dec 18 15:42:53 UTC 2019 - Ancor Gonzalez Sosa 
+
+- Replace outdated "SuSE" spelling (bsc#970809).
+- 4.2.6
+
+---

Old:

  yast2-firstboot-4.2.5.tar.bz2

New:

  yast2-firstboot-4.2.6.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.8gvnmU/_old  2020-01-04 19:20:37.545118216 +0100
+++ /var/tmp/diff_new_pack.8gvnmU/_new  2020-01-04 19:20:37.545118216 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.5
+Version:4.2.6
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.5.tar.bz2 -> yast2-firstboot-4.2.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.5/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.6/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.5/package/yast2-firstboot.changes   2019-12-13 
17:31:27.0 +0100
+++ new/yast2-firstboot-4.2.6/package/yast2-firstboot.changes   2019-12-18 
16:57:46.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Dec 18 15:42:53 UTC 2019 - Ancor Gonzalez Sosa 
+
+- Replace outdated "SuSE" spelling (bsc#970809).
+- 4.2.6
+
+---
 Fri Dec 13 00:11:32 UTC 2019 - David Diaz 
 
 - Improve the "firstboot_licenses" client to give precedence to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.5/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.6/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.5/package/yast2-firstboot.spec  2019-12-13 
17:31:27.0 +0100
+++ new/yast2-firstboot-4.2.6/package/yast2-firstboot.spec  2019-12-18 
16:57:46.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.5
+Version:4.2.6
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.5/src/clients/firstboot_finish.rb 
new/yast2-firstboot-4.2.6/src/clients/firstboot_finish.rb
--- old/yast2-firstboot-4.2.5/src/clients/firstboot_finish.rb   2019-12-13 
17:31:27.0 +0100
+++ new/yast2-firstboot-4.2.6/src/clients/firstboot_finish.rb   2019-12-18 
16:57:46.0 +0100
@@ -76,11 +76,11 @@
   "The installation of  on your machine is 
complete.\nAfter clicking Finish, you can log in to the system.\n"
 ) +
 # congratulation text 3/4
-# Translators: If there exists a SuSE web-page for your language
+# Translators: If there exists a SUSE web-page for your language
 # change the address accordingly. If in doubt leave the original.
 _("Visit us at www.suse.com.") +
 # congratulation text 4/4
-_("Have a lot of fun!Your SuSE Development Team")
+_("Have a lot of fun!Your SUSE Development Team")
 
 
   # If text exists, read it from file instead; it is expected to be 
richtext.
@@ -118,7 +118,7 @@
 _(
   "If you choose the default graphical desktop KDE, you can\n" +
 "adjust some KDE settings to your hardware. Also notice\n" +
-"our SuSE Welcome Dialog.\n"
+"our SUSE Welcome Dialog.\n"
 )
 
   if Firstboot.show_y2cc_checkbox
@@ -126,7 +126,7 @@
 @help = Ops.add(
   @help,
   _(
-"If desired, experts can use the full range of SuSE's 
configuration\n" +
+"If desired, experts can use the full range of SUSE's 
configuration\n" +
   "modules at this time. Check Start YaST Control Center 
and it will start\n" +
   "after Finish. Note: The Control Center does not have a 
back button to\n" +
   "return to this installation sequence.\n"




commit yast2-firstboot for openSUSE:Factory

2019-12-16 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-12-16 17:26:23

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


Package is "yast2-firstboot"

Mon Dec 16 17:26:23 2019 rev:84 rq:756862 version:4.2.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-10-27 13:35:52.492880001 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.4691/yast2-firstboot.changes
2019-12-16 17:26:24.823959072 +0100
@@ -1,0 +2,10 @@
+Fri Dec 13 00:11:32 UTC 2019 - David Diaz 
+
+- Improve the "firstboot_licenses" client to give precedence to
+  the directory argument, allowing to use it multiple times to show
+  different licenses (bsc#1154708).
+- Remove the references to the already dropped automatic
+  configuration feature (FATE#314695).
+- 4.2.5
+
+---

Old:

  yast2-firstboot-4.2.4.tar.bz2

New:

  yast2-firstboot-4.2.5.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.YSsNfw/_old  2019-12-16 17:26:25.219958913 +0100
+++ /var/tmp/diff_new_pack.YSsNfw/_new  2019-12-16 17:26:25.219958913 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.4
+Version:4.2.5
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.4.tar.bz2 -> yast2-firstboot-4.2.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.4/control/firstboot.xml 
new/yast2-firstboot-4.2.5/control/firstboot.xml
--- old/yast2-firstboot-4.2.4/control/firstboot.xml 2019-10-23 
16:56:27.0 +0200
+++ new/yast2-firstboot-4.2.5/control/firstboot.xml 2019-12-13 
17:31:27.0 +0100
@@ -30,35 +30,6 @@
For more variables that can be in this section, look into the control 
file
(/etc/YaST2/control.xml or root directory of installation media)
-->
-
-   
-   
-   
-   
-   ac_label_1
-   yast-lan
-   proposals
-   
-   lan
-   
-   
-   
-   
-   ac_label_2
-   yast-hwinfo
-   proposals
-   
-   printer
-   
-   
-   
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.4/doc/firstboot-section_mod.xml 
new/yast2-firstboot-4.2.5/doc/firstboot-section_mod.xml
--- old/yast2-firstboot-4.2.4/doc/firstboot-section_mod.xml 2019-10-23 
16:56:27.0 +0200
+++ new/yast2-firstboot-4.2.5/doc/firstboot-section_mod.xml 2019-12-13 
17:31:27.0 +0100
@@ -216,23 +216,6 @@
variable in /etc/sysconfig/firstboot.

   
-  
-Using Automatic Configuration
-   
-   Since openSUSE11.0, installer does most part of the system configuration
-   automatically, without user interaction. This feature is also available
-   in firstboot stage. If you have the system installed and only partially
-   configured (e.g. because of different hardware on your computers),
-   enable inst_automatic_configuration step in the firstboot workflow.
-   In the "globals" section of your workflow description file
-   (firstboot.xml), define the steps that should be part of the
-   Automatic Configuration process.
-   
-   
-   For detailed information, see "Automatic Configuration" section of
-   
/usr/share/doc/packages/yast2-installation/control-doc/index.html
 file, part of yast2-installation-devel-doc package.
-   
-  
 
 
   Scripting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.4/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.4/package/yast2-firstboot.changes   2019-10-23 
16:56:27.0 +0200
+++ new/yast2-firstboot-4.2.5/package/yast2-firstboot.changes   2019-12-13 
17:31:27.0 +0100
@@ -1,4 +1,14 @@
 ---
+Fri Dec 13 00:11:32 UTC 2019 - David Diaz 
+
+- Improve the "firstboot_licenses" client to give precedence to
+  the directory argument, allowing to use it multiple times to show
+  different licenses (bsc#1154708).
+- Remove the references to the already dropped automatic
+  configuration feature (FATE#314695).
+- 4.2.5

commit yast2-firstboot for openSUSE:Factory

2019-10-27 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-10-27 13:35:51

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


Package is "yast2-firstboot"

Sun Oct 27 13:35:51 2019 rev:83 rq:742190 version:4.2.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-10-03 14:06:36.448540486 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2990/yast2-firstboot.changes
2019-10-27 13:35:52.492880001 +0100
@@ -1,0 +2,6 @@
+Fri Oct 11 12:08:36 CEST 2019 - sch...@suse.de
+
+- Adapted to refactored Keyboard module (part of bsc#1142957).
+- 4.2.4
+
+---

Old:

  yast2-firstboot-4.2.3.tar.bz2

New:

  yast2-firstboot-4.2.4.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.gT7zdd/_old  2019-10-27 13:35:52.944880577 +0100
+++ /var/tmp/diff_new_pack.gT7zdd/_new  2019-10-27 13:35:52.948880582 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.3
+Version:4.2.4
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.3.tar.bz2 -> yast2-firstboot-4.2.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.3/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.4/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.3/package/yast2-firstboot.changes   2019-10-01 
12:22:34.0 +0200
+++ new/yast2-firstboot-4.2.4/package/yast2-firstboot.changes   2019-10-23 
16:56:27.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Oct 11 12:08:36 CEST 2019 - sch...@suse.de
+
+- Adapted to refactored Keyboard module (part of bsc#1142957).
+- 4.2.4
+
+---
 Tue Oct  1 09:33:02 UTC 2019 - Imobach Gonzalez Sosa 
 
 - Removed call to the already dropped DNS.write_hostname= method
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.3/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.4/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.3/package/yast2-firstboot.spec  2019-10-01 
12:22:34.0 +0200
+++ new/yast2-firstboot-4.2.4/package/yast2-firstboot.spec  2019-10-23 
16:56:27.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.3
+Version:4.2.4
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.3/src/clients/firstboot.rb 
new/yast2-firstboot-4.2.4/src/clients/firstboot.rb
--- old/yast2-firstboot-4.2.3/src/clients/firstboot.rb  2019-10-01 
12:22:34.0 +0200
+++ new/yast2-firstboot-4.2.4/src/clients/firstboot.rb  2019-10-23 
16:56:27.0 +0200
@@ -59,7 +59,7 @@
   # generated yet (the X server started by YaST-Firstboot doesn't seem to
   # be enough to trigger the systemd mechanism that generates it), let's
   # enforce the keyboard map if we are running in graphic mode (bsc#950335)
-  Keyboard.SetX11(Keyboard.current_kbd)
+  Keyboard.Set(Keyboard.current_kbd)
 
   # initialize package callbacks, since some of the modules run in the
   # firstboot workflow expect them to be initialized (bug #335979)




commit yast2-firstboot for openSUSE:Factory

2019-10-03 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-10-03 14:06:31

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


Package is "yast2-firstboot"

Thu Oct  3 14:06:31 2019 rev:82 rq:734264 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-08-30 14:38:51.321446197 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2352/yast2-firstboot.changes
2019-10-03 14:06:36.448540486 +0200
@@ -1,0 +2,7 @@
+Tue Oct  1 09:33:02 UTC 2019 - Imobach Gonzalez Sosa 
+
+- Removed call to the already dropped DNS.write_hostname= method
+  (related to boo#1152627).
+- 4.2.3
+
+---

Old:

  yast2-firstboot-4.2.2.tar.bz2

New:

  yast2-firstboot-4.2.3.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.IoR9sL/_old  2019-10-03 14:06:36.912539292 +0200
+++ /var/tmp/diff_new_pack.IoR9sL/_new  2019-10-03 14:06:36.916539282 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.2
+Version:4.2.3
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only
@@ -38,9 +38,9 @@
 Requires:   yast2-country >= 2.19.5
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:   yast2-installation >= 4.1.2
-# network autoconfiguration
+# Updated DNS API (unneeded write_hostname= method does not exist anymore)
 Requires:   yast2-configuration-management >= 4.1.3
-Requires:   yast2-network >= 3.1.91
+Requires:   yast2-network >= 4.2.14
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 BuildArch:  noarch

++ yast2-firstboot-4.2.2.tar.bz2 -> yast2-firstboot-4.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.2/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.3/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.2/package/yast2-firstboot.changes   2019-08-27 
19:41:44.0 +0200
+++ new/yast2-firstboot-4.2.3/package/yast2-firstboot.changes   2019-10-01 
12:22:34.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Oct  1 09:33:02 UTC 2019 - Imobach Gonzalez Sosa 
+
+- Removed call to the already dropped DNS.write_hostname= method
+  (related to boo#1152627).
+- 4.2.3
+
+---
 Tue Aug 27 18:49:20 CEST 2019 - sch...@suse.de
 
 - Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.2/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.3/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.2/package/yast2-firstboot.spec  2019-08-27 
19:41:44.0 +0200
+++ new/yast2-firstboot-4.2.3/package/yast2-firstboot.spec  2019-10-01 
12:22:34.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.2
+Version:4.2.3
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST
@@ -37,8 +37,8 @@
 Requires:   yast2-country >= 2.19.5
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:   yast2-installation >= 4.1.2
-# network autoconfiguration
-Requires:   yast2-network >= 3.1.91
+# Updated DNS API (unneeded write_hostname= method does not exist anymore)
+Requires:   yast2-network >= 4.2.14
 Requires:   yast2-ruby-bindings >= 1.0.0
 Requires:   yast2-configuration-management >= 4.1.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.2/src/clients/firstboot_hostname.rb 
new/yast2-firstboot-4.2.3/src/clients/firstboot_hostname.rb
--- old/yast2-firstboot-4.2.2/src/clients/firstboot_hostname.rb 2019-08-27 
19:41:44.0 +0200
+++ new/yast2-firstboot-4.2.3/src/clients/firstboot_hostname.rb 2019-10-01 
12:22:34.0 +0200
@@ -67,9 +67,6 @@
 
 # propose settings
 DNS.dhcp_hostname = !Arch.is_laptop
-
-# get default value, from control.xml
-DNS.write_hostname = DNS.DefaultWriteHostname
   end
 
   Wizard.SetDesktopIcon("org.opensuse.yast.DNS")




commit yast2-firstboot for openSUSE:Factory

2019-08-30 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-08-30 14:38:50

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


Package is "yast2-firstboot"

Fri Aug 30 14:38:50 2019 rev:81 rq:726573 version:4.2.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-07-31 14:24:49.694339443 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.7948/yast2-firstboot.changes
2019-08-30 14:38:51.321446197 +0200
@@ -1,0 +2,6 @@
+Tue Aug 27 18:49:20 CEST 2019 - sch...@suse.de
+
+- Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894).
+- 4.2.2
+
+---

Old:

  yast2-firstboot-4.2.1.tar.bz2

New:

  yast2-firstboot-4.2.2.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.KKRU83/_old  2019-08-30 14:38:51.809446109 +0200
+++ /var/tmp/diff_new_pack.KKRU83/_new  2019-08-30 14:38:51.813446108 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.2.1
+Version:4.2.2
 Release:0
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0-only

++ yast2-firstboot-4.2.1.tar.bz2 -> yast2-firstboot-4.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.1/desktop/org.opensuse.yast.Firstboot.desktop 
new/yast2-firstboot-4.2.2/desktop/org.opensuse.yast.Firstboot.desktop
--- old/yast2-firstboot-4.2.1/desktop/org.opensuse.yast.Firstboot.desktop   
2019-07-22 11:09:28.0 +0200
+++ new/yast2-firstboot-4.2.2/desktop/org.opensuse.yast.Firstboot.desktop   
2019-08-27 19:41:44.0 +0200
@@ -13,6 +13,7 @@
 X-SuSE-YaST-Geometry=
 X-SuSE-YaST-SortKey=
 X-SuSE-YaST-AutoInstDataType=map
+X-SuSE-YaST-AutoInstResource=firstboot
 X-SuSE-YaST-AutoInstSchema=firstboot.rnc
 
 Exec=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.1/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.2/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.1/package/yast2-firstboot.changes   2019-07-22 
11:09:28.0 +0200
+++ new/yast2-firstboot-4.2.2/package/yast2-firstboot.changes   2019-08-27 
19:41:44.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Aug 27 18:49:20 CEST 2019 - sch...@suse.de
+
+- Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894).
+- 4.2.2
+
+---
 Mon Jul 15 16:05:34 UTC 2019 - Imobach Gonzalez Sosa 
 
 - Do not rely on the already dropped DNS.proposal_valid method
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.1/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.2/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.1/package/yast2-firstboot.spec  2019-07-22 
11:09:28.0 +0200
+++ new/yast2-firstboot-4.2.2/package/yast2-firstboot.spec  2019-08-27 
19:41:44.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.2.1
+Version:4.2.2
 Release:0
 Summary:YaST2 - Initial System Configuration
 Group:  System/YaST




commit yast2-firstboot for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-07-31 14:24:48

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


Package is "yast2-firstboot"

Wed Jul 31 14:24:48 2019 rev:80 rq:717493 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-05-15 12:23:06.074273185 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.4126/yast2-firstboot.changes
2019-07-31 14:24:49.694339443 +0200
@@ -1,0 +2,15 @@
+Mon Jul 15 16:05:34 UTC 2019 - Imobach Gonzalez Sosa 
+
+- Do not rely on the already dropped DNS.proposal_valid method
+  (related to bsc#1140199).
+- 4.2.1
+
+---
+Sat Jun  8 01:20:29 UTC 2019 - Stasiek Michalski 
+
+- Use new schema of desktop files (boo#1084864)
+- Clean up spec
+- Rename desktop files
+- 4.2.0
+
+---

Old:

  yast2-firstboot-4.1.7.tar.bz2

New:

  yast2-firstboot-4.2.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.x6JlXB/_old  2019-07-31 14:24:50.146338930 +0200
+++ /var/tmp/diff_new_pack.x6JlXB/_new  2019-07-31 14:24:50.150338926 +0200
@@ -12,22 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   yast2-firstboot
-Version:4.1.7
+Version:4.2.1
 Release:0
+Summary:YaST2 - Initial System Configuration
+License:GPL-2.0-only
+Group:  System/YaST
+Url:https://github.com/yast/yast-firstboot
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 
+PreReq: %fillup_prereq
 # yast2/NeworkDevices -> yast2/NetworkInterfaces
 Requires:   yast2 >= 2.16.23
 # Language::SwitchToEnglishIfNeeded
@@ -35,17 +39,11 @@
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:   yast2-installation >= 4.1.2
 # network autoconfiguration
-Requires:   yast2-network >= 3.1.91
-
-BuildArch:  noarch
-
 Requires:   yast2-configuration-management >= 4.1.3
+Requires:   yast2-network >= 3.1.91
 Requires:   yast2-ruby-bindings >= 1.0.0
 
-Summary:YaST2 - Initial System Configuration
-License:GPL-2.0-only
-Group:  System/YaST
-PreReq: %fillup_prereq
+BuildArch:  noarch
 
 %description
 The YaST firstboot utility runs after installation is completed.  It
@@ -59,18 +57,14 @@
 created to personalize the system.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
-
-# Remove the license from the /usr/share/doc/packages directory,
-# it is also included in the /usr/share/licenses directory by using
-# the %license tag.
-rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
+%yast_metainfo
 
 mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
 
@@ -78,37 +72,20 @@
 %{fillup_only -n firstboot}
 
 %files
-%defattr(-,root,root)
-%dir %{yast_ystartupdir}/startup
-%dir %{yast_ystartupdir}/startup/Firstboot-Stage
-%{yast_ystartupdir}/startup/Firstboot-Stage/*
-%{yast_ystartupdir}/startup/YaST2.Firstboot
-%{yast_clientdir}/firstboot_*.rb
-%{yast_clientdir}/firstboot.rb
-%dir %{yast_libdir}
-%dir %{yast_libdir}/y2firstboot
-%dir %{yast_libdir}/y2firstboot/clients
-%{yast_libdir}/y2firstboot/clients/*.rb
-%dir %{yast_yncludedir}
-%dir %{yast_yncludedir}/firstboot
-%{yast_yncludedir}/firstboot/*.rb
-%dir %{yast_moduledir}
-%{yast_moduledir}/Firstboot.*
-%dir %{yast_scrconfdir}
-%{yast_scrconfdir}/*.scr
-%{_fillupdir}/sysconfig.firstboot
-/usr/share/firstboot
+%{yast_ystartupdir}
+%{yast_clientdir}
+%{yast_libdir}
+%{yast_yncludedir}
+%{yast_moduledir}
+%{yast_scrconfdir}
+%{_fillupdir}
+%{_datadir}/firstboot
 %doc %{yast_docdir}
 %license COPYING
-%dir /etc/YaST2/
-/etc/YaST2/*.xml
-%dir /usr/share/autoinstall
-%dir /usr/share/autoinstall/modules
-/usr/share/autoinstall/modules/firstboot.desktop
-%dir %{yast_schemadir}
-%dir %{yast_schemadir}/autoyast
-%dir %{yast_schemadir}/autoyast/rnc
-%{yast_schemadir}/autoyast/rnc/firstboot.rnc
+%{_sysconfdir}/YaST2
+%{_datadir}/autoinstall
+%{yast_schemadir}
 %{yast_icondir}
+%{yast_metainfodir}
 
 %changelog

++ 

commit yast2-firstboot for openSUSE:Factory

2019-05-15 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-05-15 12:23:04

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


Package is "yast2-firstboot"

Wed May 15 12:23:04 2019 rev:79 rq:702830 version:4.1.7

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-04-12 09:12:31.413616683 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.5148/yast2-firstboot.changes
2019-05-15 12:23:06.074273185 +0200
@@ -1,0 +2,10 @@
+Mon May 13 11:31:56 UTC 2019 - David Diaz 
+
+- Update the firstboot.xml template to use the "firstboot_licenses"
+  client for the license agreement.
+- Adapt the "firstboot_licenses" client to cover all possible
+  scenarios: to display the Novell license agreement, the vendor
+  license agreement, both or simply the default one (bsc#1131327).
+- 4.1.7
+
+---

Old:

  yast2-firstboot-4.1.6.tar.bz2

New:

  yast2-firstboot-4.1.7.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.8rTOwB/_old  2019-05-15 12:23:06.590272057 +0200
+++ /var/tmp/diff_new_pack.8rTOwB/_new  2019-05-15 12:23:06.594272048 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   yast2-firstboot
-Version:4.1.6
+Version:4.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-4.1.6.tar.bz2 -> yast2-firstboot-4.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.6/control/firstboot.xml 
new/yast2-firstboot-4.1.7/control/firstboot.xml
--- old/yast2-firstboot-4.1.6/control/firstboot.xml 2019-04-11 
14:19:35.0 +0200
+++ new/yast2-firstboot-4.1.7/control/firstboot.xml 2019-05-13 
16:28:37.0 +0200
@@ -109,7 +109,7 @@
 
 License Agreement
 true
-firstboot_license
+firstboot_licenses
 
 
 Host Name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.1.6/package/yast2-firstboot.changes 
new/yast2-firstboot-4.1.7/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.1.6/package/yast2-firstboot.changes   2019-04-11 
14:19:35.0 +0200
+++ new/yast2-firstboot-4.1.7/package/yast2-firstboot.changes   2019-05-13 
16:28:37.0 +0200
@@ -1,4 +1,14 @@
 ---
+Mon May 13 11:31:56 UTC 2019 - David Diaz 
+
+- Update the firstboot.xml template to use the "firstboot_licenses"
+  client for the license agreement.
+- Adapt the "firstboot_licenses" client to cover all possible
+  scenarios: to display the Novell license agreement, the vendor
+  license agreement, both or simply the default one (bsc#1131327).
+- 4.1.7
+
+---
 Thu Apr 11 09:25:14 UTC 2019 - lnus...@suse.de
 
 - Disable duplicate license dialogs (boo#131301)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.6/package/yast2-firstboot.spec 
new/yast2-firstboot-4.1.7/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.1.6/package/yast2-firstboot.spec  2019-04-11 
14:19:35.0 +0200
+++ new/yast2-firstboot-4.1.7/package/yast2-firstboot.spec  2019-05-13 
16:28:37.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.1.6
+Version:4.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.6/src/Makefile.am 
new/yast2-firstboot-4.1.7/src/Makefile.am
--- old/yast2-firstboot-4.1.6/src/Makefile.am   2019-04-11 14:19:35.0 
+0200
+++ new/yast2-firstboot-4.1.7/src/Makefile.am   2019-05-13 16:28:37.0 
+0200
@@ -45,7 +45,8 @@
 ylibclient_DATA = \
   lib/y2firstboot/clients/configuration_management.rb \
   lib/y2firstboot/clients/root.rb \
-  lib/y2firstboot/clients/user.rb
+  lib/y2firstboot/clients/user.rb \
+  lib/y2firstboot/clients/licenses.rb
 
 symbolicdir = @icondir@/hicolor/symbolic/apps
 symbolic_DATA = \
diff -urN 

commit yast2-firstboot for openSUSE:Factory

2019-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-04-12 09:12:24

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


Package is "yast2-firstboot"

Fri Apr 12 09:12:24 2019 rev:78 rq:693232 version:4.1.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-02-15 09:53:46.639790769 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.27019/yast2-firstboot.changes   
2019-04-12 09:12:31.413616683 +0200
@@ -1,0 +2,7 @@
+Thu Apr 11 09:25:14 UTC 2019 - lnus...@suse.de
+
+- Disable duplicate license dialogs (boo#131301)
+- Initialize product in firstboot (boo#1132189)
+- 4.1.6
+
+---

Old:

  yast2-firstboot-4.1.5.tar.bz2

New:

  yast2-firstboot-4.1.6.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.7v8twc/_old  2019-04-12 09:12:33.797617706 +0200
+++ /var/tmp/diff_new_pack.7v8twc/_new  2019-04-12 09:12:33.801617708 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.1.5
+Version:4.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-4.1.5.tar.bz2 -> yast2-firstboot-4.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.5/Dockerfile 
new/yast2-firstboot-4.1.6/Dockerfile
--- old/yast2-firstboot-4.1.5/Dockerfile2019-02-13 13:24:02.0 
+0100
+++ new/yast2-firstboot-4.1.6/Dockerfile2019-04-11 14:19:35.0 
+0200
@@ -1,4 +1,4 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
   docbook-xsl-stylesheets yast2-configuration-management
 COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.5/control/firstboot.xml 
new/yast2-firstboot-4.1.6/control/firstboot.xml
--- old/yast2-firstboot-4.1.5/control/firstboot.xml 2019-02-13 
13:24:02.0 +0100
+++ new/yast2-firstboot-4.1.6/control/firstboot.xml 2019-04-11 
14:19:35.0 +0200
@@ -107,16 +107,6 @@
 firstboot_welcome
 
 
-License Agreements
-false
-firstboot_licenses
-
-
-License Agreement
-true
-firstboot_license_novell
-
-
 License Agreement
 true
 firstboot_license
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.1.5/package/yast2-firstboot.changes 
new/yast2-firstboot-4.1.6/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.1.5/package/yast2-firstboot.changes   2019-02-13 
13:24:02.0 +0100
+++ new/yast2-firstboot-4.1.6/package/yast2-firstboot.changes   2019-04-11 
14:19:35.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Apr 11 09:25:14 UTC 2019 - lnus...@suse.de
+
+- Disable duplicate license dialogs (boo#131301)
+- Initialize product in firstboot (boo#1132189)
+- 4.1.6
+
+---
 Fri Feb  8 07:25:32 UTC 2019 - Imobach Gonzalez Sosa 
 
 - Support going back when using the yast2-configuration-management
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.5/package/yast2-firstboot.spec 
new/yast2-firstboot-4.1.6/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.1.5/package/yast2-firstboot.spec  2019-02-13 
13:24:02.0 +0100
+++ new/yast2-firstboot-4.1.6/package/yast2-firstboot.spec  2019-04-11 
14:19:35.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.1.5
+Version:4.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.5/src/clients/firstboot.rb 
new/yast2-firstboot-4.1.6/src/clients/firstboot.rb
--- old/yast2-firstboot-4.1.5/src/clients/firstboot.rb  2019-02-13 
13:24:02.0 +0100
+++ new/yast2-firstboot-4.1.6/src/clients/firstboot.rb  2019-04-11 
14:19:35.0 +0200
@@ -35,6 +35,7 @@
   Yast.import "Directory"
   Yast.import "Mode"
   Yast.import "Stage"

commit yast2-firstboot for openSUSE:Factory

2019-02-15 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-02-15 09:53:46

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


Package is "yast2-firstboot"

Fri Feb 15 09:53:46 2019 rev:77 rq:674525 version:4.1.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-02-04 21:11:14.751872633 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.28833/yast2-firstboot.changes   
2019-02-15 09:53:46.639790769 +0100
@@ -1,0 +2,7 @@
+Fri Feb  8 07:25:32 UTC 2019 - Imobach Gonzalez Sosa 
+
+- Support going back when using the yast2-configuration-management
+  module integration (fate#322722).
+- 4.1.5
+
+---

Old:

  yast2-firstboot-4.1.4.tar.bz2

New:

  yast2-firstboot-4.1.5.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.nKYPYu/_old  2019-02-15 09:53:47.803790402 +0100
+++ /var/tmp/diff_new_pack.nKYPYu/_new  2019-02-15 09:53:47.835790392 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.1.4
+Version:4.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +39,7 @@
 
 BuildArch:  noarch
 
-Requires:   yast2-configuration-management >= 4.1.1
+Requires:   yast2-configuration-management >= 4.1.3
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - Initial System Configuration

++ yast2-firstboot-4.1.4.tar.bz2 -> yast2-firstboot-4.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.1.4/package/yast2-firstboot.changes 
new/yast2-firstboot-4.1.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.1.4/package/yast2-firstboot.changes   2019-01-28 
12:15:42.0 +0100
+++ new/yast2-firstboot-4.1.5/package/yast2-firstboot.changes   2019-02-13 
13:24:02.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Feb  8 07:25:32 UTC 2019 - Imobach Gonzalez Sosa 
+
+- Support going back when using the yast2-configuration-management
+  module integration (fate#322722).
+- 4.1.5
+
+---
 Fri Jan 25 14:59:38 UTC 2019 - igonzalezs...@suse.com
 
 - Add integration with the yast2-configuration-management module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.4/package/yast2-firstboot.spec 
new/yast2-firstboot-4.1.5/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.1.4/package/yast2-firstboot.spec  2019-01-28 
12:15:42.0 +0100
+++ new/yast2-firstboot-4.1.5/package/yast2-firstboot.spec  2019-02-13 
13:24:02.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.1.4
+Version:4.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +39,7 @@
 BuildArchitectures:noarch
 
 Requires:   yast2-ruby-bindings >= 1.0.0
-Requires:   yast2-configuration-management >= 4.1.1
+Requires:   yast2-configuration-management >= 4.1.3
 
 Summary:   YaST2 - Initial System Configuration
 PreReq: %fillup_prereq
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.1.4/src/lib/y2firstboot/clients/configuration_management.rb
 
new/yast2-firstboot-4.1.5/src/lib/y2firstboot/clients/configuration_management.rb
--- 
old/yast2-firstboot-4.1.4/src/lib/y2firstboot/clients/configuration_management.rb
   2019-01-28 12:15:42.0 +0100
+++ 
new/yast2-firstboot-4.1.5/src/lib/y2firstboot/clients/configuration_management.rb
   2019-02-13 13:24:02.0 +0100
@@ -20,11 +20,12 @@
 # find current contact information at www.suse.com.
 
 require "yast"
-require "configuration_management/clients/provision"
-require "configuration_management/configurators/base"
+require "y2configuration_management/clients/provision"
+require "y2configuration_management/configurators/base"
 
 Yast.import "ProductFeatures"
 Yast.import "PackageSystem"
+Yast.import "GetInstArgs"
 
 module Y2Firstboot
   module Clients
@@ -32,17 +33,24 @@
 class ConfigurationManagement
   # Runs the client
   def run
-configurator = 
Yast::ConfigurationManagement::Configurators::Base.for(config)
-return :abort unless configurator.prepare
-if 
!Yast::PackageSystem.CheckAndInstallPackages(configurator.packages.fetch("install",
 []))
-  return :abort
-end
-

commit yast2-firstboot for openSUSE:Factory

2019-02-04 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-02-04 21:11:13

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


Package is "yast2-firstboot"

Mon Feb  4 21:11:13 2019 rev:76 rq:669044 version:4.1.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-01-15 09:16:45.790213851 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.28833/yast2-firstboot.changes   
2019-02-04 21:11:14.751872633 +0100
@@ -1,0 +2,7 @@
+Fri Jan 25 14:59:38 UTC 2019 - igonzalezs...@suse.com
+
+- Add integration with the yast2-configuration-management module
+  (fate#322722).
+- 4.1.4
+
+---

Old:

  yast2-firstboot-4.1.3.tar.bz2

New:

  yast2-firstboot-4.1.4.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.KUNrJi/_old  2019-02-04 21:11:15.227872462 +0100
+++ /var/tmp/diff_new_pack.KUNrJi/_new  2019-02-04 21:11:15.231872460 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.1.3
+Version:4.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,7 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-configuration-management >= 4.1.1
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - Initial System Configuration

++ yast2-firstboot-4.1.3.tar.bz2 -> yast2-firstboot-4.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.3/.rubocop.yml 
new/yast2-firstboot-4.1.4/.rubocop.yml
--- old/yast2-firstboot-4.1.3/.rubocop.yml  1970-01-01 01:00:00.0 
+0100
+++ new/yast2-firstboot-4.1.4/.rubocop.yml  2019-01-28 12:15:42.0 
+0100
@@ -0,0 +1,18 @@
+# use the shared YaST defaults
+inherit_from:
+  /usr/share/YaST2/data/devtools/data/rubocop_yast_style.yml
+
+# Don't enforce any particular name for block params
+SingleLineBlockParams:
+  Enabled: false
+
+# Enforce if/unless at the end only for really short lines
+Style/IfUnlessModifier:
+  MaxLineLength: 60
+
+AllCops:
+  Exclude:
+- 'src/modules/**/*'
+- 'src/include/**/*'
+- 'testsuite/**/*'
+- 'src/clients/*'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.3/Dockerfile 
new/yast2-firstboot-4.1.4/Dockerfile
--- old/yast2-firstboot-4.1.3/Dockerfile2019-01-11 17:21:48.0 
+0100
+++ new/yast2-firstboot-4.1.4/Dockerfile2019-01-28 12:15:42.0 
+0100
@@ -1,5 +1,5 @@
 FROM yastdevel/ruby
 RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
-  docbook-xsl-stylesheets
+  docbook-xsl-stylesheets yast2-configuration-management
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.3/Rakefile 
new/yast2-firstboot-4.1.4/Rakefile
--- old/yast2-firstboot-4.1.3/Rakefile  2019-01-11 17:21:48.0 +0100
+++ new/yast2-firstboot-4.1.4/Rakefile  2019-01-28 12:15:42.0 +0100
@@ -1,6 +1,6 @@
 require "yast/rake"
 
 Yast::Tasks.configuration do |conf|
-  #lets ignore license check for now
+  # lets ignore license check for now
   conf.skip_license_check << /.*/
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.1.3/package/yast2-firstboot.changes 
new/yast2-firstboot-4.1.4/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.1.3/package/yast2-firstboot.changes   2019-01-11 
17:21:48.0 +0100
+++ new/yast2-firstboot-4.1.4/package/yast2-firstboot.changes   2019-01-28 
12:15:42.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Jan 25 14:59:38 UTC 2019 - igonzalezs...@suse.com
+
+- Add integration with the yast2-configuration-management module
+  (fate#322722).
+- 4.1.4
+
+---
 Fri Jan 11 16:13:58 UTC 2019 - lsle...@suse.cz
 
 - Fixed textdomain name (bsc#1121643)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.3/package/yast2-firstboot.spec 
new/yast2-firstboot-4.1.4/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.1.3/package/yast2-firstboot.spec  2019-01-11 
17:21:48.0 +0100
+++ new/yast2-firstboot-4.1.4/package/yast2-firstboot.spec  2019-01-28 
12:15:42.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.1.3
+Version:4.1.4
 

commit yast2-firstboot for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-01-15 09:16:45

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


Package is "yast2-firstboot"

Tue Jan 15 09:16:45 2019 rev:75 rq:664718 version:4.1.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2018-12-31 09:42:40.734398915 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.28833/yast2-firstboot.changes   
2019-01-15 09:16:45.790213851 +0100
@@ -1,0 +2,6 @@
+Fri Jan 11 16:13:58 UTC 2019 - lsle...@suse.cz
+
+- Fixed textdomain name (bsc#1121643)
+- 4.1.3
+
+---

Old:

  yast2-firstboot-4.1.2.tar.bz2

New:

  yast2-firstboot-4.1.3.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.YnotII/_old  2019-01-15 09:16:46.182213486 +0100
+++ /var/tmp/diff_new_pack.YnotII/_new  2019-01-15 09:16:46.182213486 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.1.2
+Version:4.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-4.1.2.tar.bz2 -> yast2-firstboot-4.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.1.2/package/yast2-firstboot.changes 
new/yast2-firstboot-4.1.3/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.1.2/package/yast2-firstboot.changes   2018-12-06 
20:28:41.0 +0100
+++ new/yast2-firstboot-4.1.3/package/yast2-firstboot.changes   2019-01-11 
17:21:48.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Jan 11 16:13:58 UTC 2019 - lsle...@suse.cz
+
+- Fixed textdomain name (bsc#1121643)
+- 4.1.3
+
+---
 Thu Dec  6 18:27:25 UTC 2018 - jreidin...@suse.com
 
 - always use absolute path to binaries (bsc#1118291)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.1.2/package/yast2-firstboot.spec 
new/yast2-firstboot-4.1.3/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.1.2/package/yast2-firstboot.spec  2018-12-06 
20:28:41.0 +0100
+++ new/yast2-firstboot-4.1.3/package/yast2-firstboot.spec  2019-01-11 
17:21:48.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.1.2
+Version:4.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.1.2/src/clients/firstboot_hostname.rb 
new/yast2-firstboot-4.1.3/src/clients/firstboot_hostname.rb
--- old/yast2-firstboot-4.1.2/src/clients/firstboot_hostname.rb 2018-12-06 
20:28:41.0 +0100
+++ new/yast2-firstboot-4.1.3/src/clients/firstboot_hostname.rb 2019-01-11 
17:21:48.0 +0100
@@ -32,7 +32,7 @@
 def main
   Yast.import "UI"
 
-  textdomain "network"
+  textdomain "firstboot"
 
   Yast.import "Arch"
   Yast.import "DNS"




commit yast2-firstboot for openSUSE:Factory

2018-12-31 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2018-12-31 09:42:39

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


Package is "yast2-firstboot"

Mon Dec 31 09:42:39 2018 rev:74 rq:655870 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2018-08-10 09:49:09.506210052 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.28833/yast2-firstboot.changes   
2018-12-31 09:42:40.734398915 +0100
@@ -1,0 +2,25 @@
+Thu Dec  6 18:27:25 UTC 2018 - jreidin...@suse.com
+
+- always use absolute path to binaries (bsc#1118291)
+- properly escape shell arguments (bsc#1118291)
+- 4.1.2
+
+---
+Thu Nov 29 14:04:21 CET 2018 - sch...@suse.de
+
+- Added firstboot.rnc file to desktop file. This is needed for
+  building yast2-schema (bnc#1117068).
+- 4.1.1
+
+---
+Sun Nov 25 01:17:41 UTC 2018 - Stasiek Michalski 
+
+- Provide icon with module (boo#1109310)
+- 4.1.0
+
+---
+Mon Aug 20 11:06:37 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---

Old:

  yast2-firstboot-4.0.6.tar.bz2

New:

  yast2-firstboot-4.1.2.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.NE760s/_old  2018-12-31 09:42:41.330398427 +0100
+++ /var/tmp/diff_new_pack.NE760s/_new  2018-12-31 09:42:41.334398424 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.0.6
+Version:4.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,7 +42,7 @@
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - Initial System Configuration
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/YaST
 PreReq: %fillup_prereq
 
@@ -69,7 +69,7 @@
 # Remove the license from the /usr/share/doc/packages directory,
 # it is also included in the /usr/share/licenses directory by using
 # the %license tag.
-rm $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
+rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
 
 mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
 
@@ -108,5 +108,6 @@
 %dir %{yast_schemadir}/autoyast
 %dir %{yast_schemadir}/autoyast/rnc
 %{yast_schemadir}/autoyast/rnc/firstboot.rnc
+%{yast_icondir}
 
 %changelog

++ yast2-firstboot-4.0.6.tar.bz2 -> yast2-firstboot-4.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.6/desktop/firstboot.desktop 
new/yast2-firstboot-4.1.2/desktop/firstboot.desktop
--- old/yast2-firstboot-4.0.6/desktop/firstboot.desktop 2018-08-08 
15:24:39.0 +0200
+++ new/yast2-firstboot-4.1.2/desktop/firstboot.desktop 2018-12-06 
20:28:41.0 +0100
@@ -13,7 +13,7 @@
 X-SuSE-YaST-Geometry=
 X-SuSE-YaST-SortKey=
 X-SuSE-YaST-AutoInstDataType=map
-X-SuSE-YaST-AutoInstSchema=
+X-SuSE-YaST-AutoInstSchema=firstboot.rnc
 
 Exec=
 Icon=yast-firstboot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.0.6/package/yast2-firstboot.changes 
new/yast2-firstboot-4.1.2/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.0.6/package/yast2-firstboot.changes   2018-08-08 
15:24:39.0 +0200
+++ new/yast2-firstboot-4.1.2/package/yast2-firstboot.changes   2018-12-06 
20:28:41.0 +0100
@@ -1,4 +1,29 @@
 ---
+Thu Dec  6 18:27:25 UTC 2018 - jreidin...@suse.com
+
+- always use absolute path to binaries (bsc#1118291)
+- properly escape shell arguments (bsc#1118291)
+- 4.1.2
+
+---
+Thu Nov 29 14:04:21 CET 2018 - sch...@suse.de
+
+- Added firstboot.rnc file to desktop file. This is needed for
+  building yast2-schema (bnc#1117068).
+- 4.1.1
+
+---
+Sun Nov 25 01:17:41 UTC 2018 - Stasiek Michalski 
+
+- Provide icon with module (boo#1109310)
+- 4.1.0
+
+---
+Mon Aug 20 11:06:37 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---
 Wed Aug  8 09:14:49 UTC 2018 - knut.anders...@suse.com
 
 - Import missing GetInstArgs module in firstboot_write client
diff -urN 

commit yast2-firstboot for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2018-08-10 09:49:08

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


Package is "yast2-firstboot"

Fri Aug 10 09:49:08 2018 rev:73 rq:628107 version:4.0.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2018-06-20 15:23:07.739984681 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2018-08-10 09:49:09.506210052 +0200
@@ -1,0 +2,7 @@
+Wed Aug  8 09:14:49 UTC 2018 - knut.anders...@suse.com
+
+- Import missing GetInstArgs module in firstboot_write client
+  (bsc#1104158)
+- 4.0.6
+
+---

Old:

  yast2-firstboot-4.0.5.tar.bz2

New:

  yast2-firstboot-4.0.6.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.tsiPBH/_old  2018-08-10 09:49:09.914210709 +0200
+++ /var/tmp/diff_new_pack.tsiPBH/_new  2018-08-10 09:49:09.914210709 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.0.5
+Version:4.0.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-4.0.5.tar.bz2 -> yast2-firstboot-4.0.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.0.5/package/yast2-firstboot.changes 
new/yast2-firstboot-4.0.6/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.0.5/package/yast2-firstboot.changes   2018-06-12 
17:40:06.0 +0200
+++ new/yast2-firstboot-4.0.6/package/yast2-firstboot.changes   2018-08-08 
15:24:39.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Aug  8 09:14:49 UTC 2018 - knut.anders...@suse.com
+
+- Import missing GetInstArgs module in firstboot_write client
+  (bsc#1104158)
+- 4.0.6
+
+---
 Mon Jun 11 11:10:40 UTC 2018 - knut.anders...@suse.com
 
 - Allow going back from finish step and unified halt (bsc#1095253)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.5/package/yast2-firstboot.spec 
new/yast2-firstboot-4.0.6/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.0.5/package/yast2-firstboot.spec  2018-06-12 
17:40:06.0 +0200
+++ new/yast2-firstboot-4.0.6/package/yast2-firstboot.spec  2018-08-08 
15:24:39.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.0.5
+Version:4.0.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.5/src/clients/firstboot_write.rb 
new/yast2-firstboot-4.0.6/src/clients/firstboot_write.rb
--- old/yast2-firstboot-4.0.5/src/clients/firstboot_write.rb2018-06-12 
17:40:06.0 +0200
+++ new/yast2-firstboot-4.0.6/src/clients/firstboot_write.rb2018-08-08 
15:24:39.0 +0200
@@ -32,6 +32,7 @@
   Yast.import "Directory"
   Yast.import "FileUtils"
   Yast.import "Firstboot"
+  Yast.import "GetInstArgs"
   Yast.import "Keyboard"
   Yast.import "Package"
   Yast.import "Popup"




commit yast2-firstboot for openSUSE:Factory

2018-06-20 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2018-06-20 15:22:57

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


Package is "yast2-firstboot"

Wed Jun 20 15:22:57 2018 rev:72 rq:616348 version:4.0.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2018-03-22 12:11:37.283685470 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2018-06-20 15:23:07.739984681 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 11:10:40 UTC 2018 - knut.anders...@suse.com
+
+- Allow going back from finish step and unified halt (bsc#1095253)
+- 4.0.5
+
+---

Old:

  yast2-firstboot-4.0.4.tar.bz2

New:

  yast2-firstboot-4.0.5.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.yJQEXz/_old  2018-06-20 15:23:09.807909678 +0200
+++ /var/tmp/diff_new_pack.yJQEXz/_new  2018-06-20 15:23:09.811909533 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.0.4
+Version:4.0.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,8 +32,8 @@
 Requires:   yast2 >= 2.16.23
 # Language::SwitchToEnglishIfNeeded
 Requires:   yast2-country >= 2.19.5
-# new version of inst_license
-Requires:   yast2-installation >= 2.19.0
+# Rely on the YaST2-Firstboot.service for halting the system on failure
+Requires:   yast2-installation >= 4.1.2
 # network autoconfiguration
 Requires:   yast2-network >= 3.1.91
 

++ yast2-firstboot-4.0.4.tar.bz2 -> yast2-firstboot-4.0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.0.4/package/yast2-firstboot.changes 
new/yast2-firstboot-4.0.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.0.4/package/yast2-firstboot.changes   2018-03-21 
12:14:38.0 +0100
+++ new/yast2-firstboot-4.0.5/package/yast2-firstboot.changes   2018-06-12 
17:40:06.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Jun 11 11:10:40 UTC 2018 - knut.anders...@suse.com
+
+- Allow going back from finish step and unified halt (bsc#1095253)
+- 4.0.5
+
+---
 Tue Mar 20 16:35:46 UTC 2018 - lsle...@suse.cz
 
 - Added firstboot.glade symlink to include also the firstboot.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.4/package/yast2-firstboot.spec 
new/yast2-firstboot-4.0.5/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.0.4/package/yast2-firstboot.spec  2018-03-21 
12:14:38.0 +0100
+++ new/yast2-firstboot-4.0.5/package/yast2-firstboot.spec  2018-06-12 
17:40:06.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.0.4
+Version:4.0.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,8 +31,8 @@
 Requires:  yast2 >= 2.16.23
 # Language::SwitchToEnglishIfNeeded
 Requires:  yast2-country >= 2.19.5
-# new version of inst_license
-Requires:  yast2-installation >= 2.19.0
+# Rely on the YaST2-Firstboot.service for halting the system on failure
+Requires:  yast2-installation >= 4.1.2
 # network autoconfiguration
 Requires:  yast2-network >= 3.1.91
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.0.4/scripts/Firstboot-Stage/S09-cleanup 
new/yast2-firstboot-4.0.5/scripts/Firstboot-Stage/S09-cleanup
--- old/yast2-firstboot-4.0.4/scripts/Firstboot-Stage/S09-cleanup   
2018-03-21 12:14:38.0 +0100
+++ new/yast2-firstboot-4.0.5/scripts/Firstboot-Stage/S09-cleanup   
2018-06-12 17:40:06.0 +0200
@@ -49,3 +49,12 @@
 rm /var/lib/YaST2/firstboot_reboot_after_finish
 /sbin/reboot
 fi
+
+if [ -e "/var/lib/YaST2/firstboot_halt_after_finish" ] ; then
+log "\tHalting system as requested by firstboot..."
+rm /var/lib/YaST2/firstboot_halt_after_finish
+# Instead of calling halt directly we will rely on systemd
+# failed state, that is OnFailure=shutdown.target in the
+# YaST2-Firstboot.service (bsc#1095251)
+exit 1
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.4/src/clients/firstboot.rb 
new/yast2-firstboot-4.0.5/src/clients/firstboot.rb
--- old/yast2-firstboot-4.0.4/src/clients/firstboot.rb  2018-03-21 
12:14:38.0 +0100
+++ 

commit yast2-firstboot for openSUSE:Factory

2018-03-22 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2018-03-22 12:06:57

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


Package is "yast2-firstboot"

Thu Mar 22 12:06:57 2018 rev:71 rq:589715 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2018-02-09 15:48:14.829880518 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2018-03-22 12:11:37.283685470 +0100
@@ -1,0 +2,8 @@
+Tue Mar 20 16:35:46 UTC 2018 - lsle...@suse.cz
+
+- Added firstboot.glade symlink to include also the firstboot.xml
+  texts in the generated POT file, removed the old Makefile hack
+  (bsc#1085888)
+- 4.0.4
+
+---

Old:

  yast2-firstboot-4.0.3.tar.bz2

New:

  yast2-firstboot-4.0.4.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.sQeJP9/_old  2018-03-22 12:11:38.391645760 +0100
+++ /var/tmp/diff_new_pack.sQeJP9/_new  2018-03-22 12:11:38.403645330 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.0.3
+Version:4.0.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -66,6 +66,11 @@
 %install
 %yast_install
 
+# Remove the license from the /usr/share/doc/packages directory,
+# it is also included in the /usr/share/licenses directory by using
+# the %license tag.
+rm $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
+
 mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
 
 %post
@@ -93,7 +98,7 @@
 %{_fillupdir}/sysconfig.firstboot
 /usr/share/firstboot
 %doc %{yast_docdir}
-%doc COPYING
+%license COPYING
 %dir /etc/YaST2/
 /etc/YaST2/*.xml
 %dir /usr/share/autoinstall

++ yast2-firstboot-4.0.3.tar.bz2 -> yast2-firstboot-4.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.3/configure.in.in 
new/yast2-firstboot-4.0.4/configure.in.in
--- old/yast2-firstboot-4.0.3/configure.in.in   2018-02-08 11:12:40.0 
+0100
+++ new/yast2-firstboot-4.0.4/configure.in.in   2018-03-21 12:14:38.0 
+0100
@@ -9,11 +9,6 @@
 
 AX_CHECK_DOCBOOK
 
-## Nasty hack: xgettext doesn't work for XML files, so let's symlink it
-( cd control; ln -sf firstboot.xml firstboot.glade )
-
-find control -name \*.glade | LC_ALL=C sort > POTFILES
-
 # this module does not have any YCP modules
 # (defined explicitly here as using (@)YAST2-CHECKS-YCP(@) would add yast2-core
 # build dependency back)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.3/control/Makefile.am 
new/yast2-firstboot-4.0.4/control/Makefile.am
--- old/yast2-firstboot-4.0.3/control/Makefile.am   2018-02-08 
11:12:40.0 +0100
+++ new/yast2-firstboot-4.0.4/control/Makefile.am   2018-03-21 
12:14:38.0 +0100
@@ -7,11 +7,7 @@
 
 # Note: The control.glade -> control.xml symlink is required to make xgettext
 # auto-detect the type of this file (glade) so it will extract all
-# .. tags. The symlink is created in the toplevel
-# configure.in.in file upon "autoconf" (via "make -f Makefile.cvs").
-# Unfortunately, CVS doesn't support checking in symlinks - it would duplicate
-# the file. 
-
+# .. tags.
 
 EXTRA_DIST =  $(control_DATA)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.3/control/firstboot.glade 
new/yast2-firstboot-4.0.4/control/firstboot.glade
--- old/yast2-firstboot-4.0.3/control/firstboot.glade   1970-01-01 
01:00:00.0 +0100
+++ new/yast2-firstboot-4.0.4/control/firstboot.glade   2018-03-22 
12:11:38.635637015 +0100
@@ -0,0 +1 @@
+symbolic link to firstboot.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.0.3/package/yast2-firstboot.changes 
new/yast2-firstboot-4.0.4/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.0.3/package/yast2-firstboot.changes   2018-02-08 
11:12:40.0 +0100
+++ new/yast2-firstboot-4.0.4/package/yast2-firstboot.changes   2018-03-21 
12:14:38.0 +0100
@@ -1,4 +1,12 @@
 ---
+Tue Mar 20 16:35:46 UTC 2018 - lsle...@suse.cz
+
+- Added firstboot.glade symlink to include also the firstboot.xml
+  texts in the generated POT file, removed the old Makefile hack
+  (bsc#1085888)
+- 4.0.4
+
+---
 Thu Feb  8 08:38:38 UTC 2018 - jsr...@suse.cz
 
 - adapted to changes in the Language module 

commit yast2-firstboot for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2018-02-09 15:48:13

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


Package is "yast2-firstboot"

Fri Feb  9 15:48:13 2018 rev:70 rq:574130 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2018-01-19 11:53:15.639504020 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2018-02-09 15:48:14.829880518 +0100
@@ -1,0 +2,6 @@
+Thu Feb  8 08:38:38 UTC 2018 - jsr...@suse.cz
+
+- adapted to changes in the Language module (bsc#1079852)
+- 4.0.3
+
+---

Old:

  yast2-firstboot-4.0.2.tar.bz2

New:

  yast2-firstboot-4.0.3.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.yRjCAU/_old  2018-02-09 15:48:15.529855380 +0100
+++ /var/tmp/diff_new_pack.yRjCAU/_new  2018-02-09 15:48:15.533855237 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:4.0.2
+Version:4.0.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-4.0.2.tar.bz2 -> yast2-firstboot-4.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.0.2/package/yast2-firstboot.changes 
new/yast2-firstboot-4.0.3/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.0.2/package/yast2-firstboot.changes   2018-01-16 
09:53:29.0 +0100
+++ new/yast2-firstboot-4.0.3/package/yast2-firstboot.changes   2018-02-08 
11:12:40.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Feb  8 08:38:38 UTC 2018 - jsr...@suse.cz
+
+- adapted to changes in the Language module (bsc#1079852)
+- 4.0.3
+
+---
 Tue Jan 16 09:12:23 CET 2018 - sch...@suse.de
 
 - Do not initialize firstboot in AutoYaST upgrade mode.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.0.2/package/yast2-firstboot.spec 
new/yast2-firstboot-4.0.3/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.0.2/package/yast2-firstboot.spec  2018-01-16 
09:53:29.0 +0100
+++ new/yast2-firstboot-4.0.3/package/yast2-firstboot.spec  2018-02-08 
11:12:40.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-firstboot
-Version:4.0.2
+Version:4.0.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.0.2/src/clients/firstboot_language_keyboard.rb 
new/yast2-firstboot-4.0.3/src/clients/firstboot_language_keyboard.rb
--- old/yast2-firstboot-4.0.2/src/clients/firstboot_language_keyboard.rb
2018-01-16 09:53:29.0 +0100
+++ new/yast2-firstboot-4.0.3/src/clients/firstboot_language_keyboard.rb
2018-02-08 11:12:40.0 +0100
@@ -258,7 +258,7 @@
 
 # install language dependent packages now
 # Language::PackagesModified () does not work here as _on_entry 
variables are not set
-if @language != Language.ReadSysconfigLanguage
+if @language != Language.ReadLocaleConfLanguage
   if !Language.PackagesInit([@language])
 # error message
 Report.Error(




commit yast2-firstboot for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2018-01-19 11:53:04

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


Package is "yast2-firstboot"

Fri Jan 19 11:53:04 2018 rev:69 rq:566223 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-08-25 09:57:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2018-01-19 11:53:15.639504020 +0100
@@ -1,0 +2,21 @@
+Tue Jan 16 09:12:23 CET 2018 - sch...@suse.de
+
+- Do not initialize firstboot in AutoYaST upgrade mode.
+  (Additial fix for bnc#1075744)
+- 4.0.2
+
+---
+Thu Nov 30 17:47:59 UTC 2017 - knut.anders...@suse.com
+
+- Bring back HostnameDialog adding it into firstboot_hostname once
+  it was removed from yast2-network (bsc#1028371, bsc#1070388).
+- 4.0.1
+
+---
+Thu Nov 30 06:38:15 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new
+  %_fillupdir macro (boo#1069468).
+- 4.0.0
+
+---

Old:

  yast2-firstboot-3.1.17.tar.bz2

New:

  yast2-firstboot-4.0.2.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.HXEMGY/_old  2018-01-19 11:53:16.119481398 +0100
+++ /var/tmp/diff_new_pack.HXEMGY/_new  2018-01-19 11:53:16.123481210 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.17
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -90,7 +90,7 @@
 %{yast_moduledir}/Firstboot.*
 %dir %{yast_scrconfdir}
 %{yast_scrconfdir}/*.scr
-/var/adm/fillup-templates/sysconfig.firstboot
+%{_fillupdir}/sysconfig.firstboot
 /usr/share/firstboot
 %doc %{yast_docdir}
 %doc COPYING

++ yast2-firstboot-3.1.17.tar.bz2 -> yast2-firstboot-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.17/.travis.yml 
new/yast2-firstboot-4.0.2/.travis.yml
--- old/yast2-firstboot-3.1.17/.travis.yml  2016-08-24 14:00:13.026225476 
+0200
+++ new/yast2-firstboot-4.0.2/.travis.yml   2018-01-16 09:53:29.0 
+0100
@@ -1,16 +1,14 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
-script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
+  - docker build -t yast-firstboot-image .
+  # list the installed packages (just for easier debugging)
+  - docker run --rm -it yast-firstboot-image rpm -qa | sort
 
+script:
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-firstboot-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.17/Dockerfile 
new/yast2-firstboot-4.0.2/Dockerfile
--- old/yast2-firstboot-3.1.17/Dockerfile   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-firstboot-4.0.2/Dockerfile2018-01-16 09:53:29.0 
+0100
@@ -0,0 +1,5 @@
+FROM yastdevel/ruby
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+  docbook-xsl-stylesheets
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.17/package/yast2-firstboot.changes 
new/yast2-firstboot-4.0.2/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.17/package/yast2-firstboot.changes  2016-08-24 
14:00:13.090225476 +0200
+++ new/yast2-firstboot-4.0.2/package/yast2-firstboot.changes   2018-01-16 
09:53:29.0 +0100
@@ -1,4 +1,25 @@
 ---
+Tue Jan 16 

commit yast2-firstboot for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-08-25 09:57:29

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-08-13 18:30:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2016-08-25 09:57:31.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 11:22:55 UTC 2016 - jreidin...@suse.com
+
+- fix not showing errors as popup in firstboot (bnc#994892)
+- 3.1.17
+
+---

Old:

  yast2-firstboot-3.1.16.tar.bz2

New:

  yast2-firstboot-3.1.17.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.19Puvz/_old  2016-08-25 09:57:32.0 +0200
+++ /var/tmp/diff_new_pack.19Puvz/_new  2016-08-25 09:57:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.16
+Version:3.1.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.16.tar.bz2 -> yast2-firstboot-3.1.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.16/CONTRIBUTING.md 
new/yast2-firstboot-3.1.17/CONTRIBUTING.md
--- old/yast2-firstboot-3.1.16/CONTRIBUTING.md  2016-08-12 17:02:42.0 
+0200
+++ new/yast2-firstboot-3.1.17/CONTRIBUTING.md  2016-08-24 14:00:13.0 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer discussion it is advised 
to
+ add this as a separate last commit so it can be easily updated when 
another
+ change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
  (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
  Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.16/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.17/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.16/package/yast2-firstboot.changes  2016-08-12 
17:02:42.0 +0200
+++ new/yast2-firstboot-3.1.17/package/yast2-firstboot.changes  2016-08-24 
14:00:13.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Aug 24 11:22:55 UTC 2016 - jreidin...@suse.com
+
+- fix not 

commit yast2-firstboot for openSUSE:Factory

2016-08-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-08-13 18:30:50

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-08-12 15:44:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2016-08-13 18:30:56.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 12 14:45:25 UTC 2016 - an...@suse.com
+
+- Faster response when the user skips the creation of a new user
+  (bsc#992245).
+- 3.1.16
+
+---

Old:

  yast2-firstboot-3.1.15.tar.bz2

New:

  yast2-firstboot-3.1.16.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.hb49xD/_old  2016-08-13 18:30:57.0 +0200
+++ /var/tmp/diff_new_pack.hb49xD/_new  2016-08-13 18:30:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.15
+Version:3.1.16
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.15.tar.bz2 -> yast2-firstboot-3.1.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.15/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.16/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.15/package/yast2-firstboot.changes  2016-08-12 
09:12:11.0 +0200
+++ new/yast2-firstboot-3.1.16/package/yast2-firstboot.changes  2016-08-12 
17:02:42.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri Aug 12 14:45:25 UTC 2016 - an...@suse.com
+
+- Faster response when the user skips the creation of a new user
+  (bsc#992245).
+- 3.1.16
+
+---
 Thu Aug 11 11:44:28 UTC 2016 - an...@suse.com
 
 - Reimplemented "create user" and "root password" steps to reuse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.15/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.16/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.15/package/yast2-firstboot.spec 2016-08-12 
09:12:11.0 +0200
+++ new/yast2-firstboot-3.1.16/package/yast2-firstboot.spec 2016-08-12 
17:02:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.15
+Version:3.1.16
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.15/src/lib/y2firstboot/clients/user.rb 
new/yast2-firstboot-3.1.16/src/lib/y2firstboot/clients/user.rb
--- old/yast2-firstboot-3.1.15/src/lib/y2firstboot/clients/user.rb  
2016-08-12 09:12:11.0 +0200
+++ new/yast2-firstboot-3.1.16/src/lib/y2firstboot/clients/user.rb  
2016-08-12 17:02:42.0 +0200
@@ -34,8 +34,9 @@
   end
 
   def run
-dialog_result = Yast::InstUserFirstDialog.new.run
-if dialog_result == :next
+dialog = Yast::InstUserFirstDialog.new
+dialog_result = dialog.run
+if dialog_result == :next && dialog.action == :new_user
   # Change root password if needed
   Yast::UsersSimple.Write
   # Create user




commit yast2-firstboot for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-08-12 15:44:15

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-06-07 23:50:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2016-08-12 15:44:18.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 11 11:44:28 UTC 2016 - an...@suse.com
+
+- Reimplemented "create user" and "root password" steps to reuse
+  the new installation dialogs instead of the obsolete ones.
+- More sensible order for the mentioned steps in the default
+  configuration file.
+- Removed from the default configuration file the obsolete step
+  for configuring authentication.
+- bsc#992245, bsc#991863
+- 3.1.15
+
+---

Old:

  yast2-firstboot-3.1.14.tar.bz2

New:

  yast2-firstboot-3.1.15.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.EOTOM2/_old  2016-08-12 15:44:19.0 +0200
+++ /var/tmp/diff_new_pack.EOTOM2/_new  2016-08-12 15:44:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.14
+Version:3.1.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -79,6 +79,10 @@
 %{yast_ystartupdir}/startup/YaST2.Firstboot
 %{yast_clientdir}/firstboot_*.rb
 %{yast_clientdir}/firstboot.rb
+%dir %{yast_libdir}
+%dir %{yast_libdir}/y2firstboot
+%dir %{yast_libdir}/y2firstboot/clients
+%{yast_libdir}/y2firstboot/clients/*.rb
 %dir %{yast_yncludedir}
 %dir %{yast_yncludedir}/firstboot
 %{yast_yncludedir}/firstboot/*.rb

++ yast2-firstboot-3.1.14.tar.bz2 -> yast2-firstboot-3.1.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.14/control/firstboot.xml 
new/yast2-firstboot-3.1.15/control/firstboot.xml
--- old/yast2-firstboot-3.1.14/control/firstboot.xml2016-06-07 
10:57:03.0 +0200
+++ new/yast2-firstboot-3.1.15/control/firstboot.xml2016-08-12 
09:12:11.0 +0200
@@ -167,19 +167,14 @@
 false
 
 
-Root Password
-true
-inst_root
-
-
 Users
 true
-inst_auth
+firstboot_user
 
 
-Users
+Root Password
 true
-inst_user
+firstboot_root
 
 
 Customer Center
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.14/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.15/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.14/package/yast2-firstboot.changes  2016-06-07 
10:57:03.0 +0200
+++ new/yast2-firstboot-3.1.15/package/yast2-firstboot.changes  2016-08-12 
09:12:11.0 +0200
@@ -1,4 +1,16 @@
 ---
+Thu Aug 11 11:44:28 UTC 2016 - an...@suse.com
+
+- Reimplemented "create user" and "root password" steps to reuse
+  the new installation dialogs instead of the obsolete ones.
+- More sensible order for the mentioned steps in the default
+  configuration file.
+- Removed from the default configuration file the obsolete step
+  for configuring authentication.
+- bsc#992245, bsc#991863
+- 3.1.15
+
+---
 Tue Jun  7 08:11:50 UTC 2016 - igonzalezs...@suse.com
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.14/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.15/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.14/package/yast2-firstboot.spec 2016-06-07 
10:57:03.0 +0200
+++ new/yast2-firstboot-3.1.15/package/yast2-firstboot.spec 2016-08-12 
09:12:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.14
+Version:3.1.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -78,6 +78,10 @@
 %{yast_ystartupdir}/startup/YaST2.Firstboot
 %{yast_clientdir}/firstboot_*.rb
 %{yast_clientdir}/firstboot.rb
+%dir %{yast_libdir}
+%dir %{yast_libdir}/y2firstboot
+%dir 

commit yast2-firstboot for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-06-07 23:50:10

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-05-13 09:24:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2016-06-07 23:50:11.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  7 08:11:50 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.14
+
+---

Old:

  yast2-firstboot-3.1.13.tar.bz2

New:

  yast2-firstboot-3.1.14.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.H19hQ7/_old  2016-06-07 23:50:12.0 +0200
+++ /var/tmp/diff_new_pack.H19hQ7/_new  2016-06-07 23:50:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.13.tar.bz2 -> yast2-firstboot-3.1.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.13/doc/Makefile.am 
new/yast2-firstboot-3.1.14/doc/Makefile.am
--- old/yast2-firstboot-3.1.13/doc/Makefile.am  2016-05-12 17:08:26.0 
+0200
+++ new/yast2-firstboot-3.1.14/doc/Makefile.am  2016-06-07 10:57:03.0 
+0200
@@ -2,7 +2,6 @@
 # Makefile.am doc subdir
 #
 
-SUBDIRS = autodocs
 htmldir = $(docdir)
 xml_files =  $(wildcard *.xml) 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.13/doc/autodocs/Makefile.am 
new/yast2-firstboot-3.1.14/doc/autodocs/Makefile.am
--- old/yast2-firstboot-3.1.13/doc/autodocs/Makefile.am 2016-05-12 
17:08:26.0 +0200
+++ new/yast2-firstboot-3.1.14/doc/autodocs/Makefile.am 1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-# Makefile.am for YCP module .../doc/autodocs
-
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.13/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.14/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.13/package/yast2-firstboot.changes  2016-05-12 
17:08:26.0 +0200
+++ new/yast2-firstboot-3.1.14/package/yast2-firstboot.changes  2016-06-07 
10:57:03.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Jun  7 08:11:50 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.14
+
+---
 Thu May 12 14:09:22 UTC 2016 - igonzalezs...@suse.com
 
 - Remove kbd service restart because it does not exist anymore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.13/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.14/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.13/package/yast2-firstboot.spec 2016-05-12 
17:08:26.0 +0200
+++ new/yast2-firstboot-3.1.14/package/yast2-firstboot.spec 2016-06-07 
10:57:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit yast2-firstboot for openSUSE:Factory

2016-05-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-05-13 09:24:27

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-04-14 13:08:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2016-05-13 09:24:29.0 +0200
@@ -1,0 +2,9 @@
+Thu May 12 14:09:22 UTC 2016 - igonzalezs...@suse.com
+
+- Remove kbd service restart because it does not exist anymore
+  (bsc#974489)
+- Fixed firstboot.xml to call the correct client for registration
+  (bsc#970572) (lsle...@suse.cz)
+- 3.1.13
+
+---

Old:

  yast2-firstboot-3.1.12.tar.bz2

New:

  yast2-firstboot-3.1.13.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.W2oPiR/_old  2016-05-13 09:24:30.0 +0200
+++ /var/tmp/diff_new_pack.W2oPiR/_new  2016-05-13 09:24:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.12
+Version:3.1.13
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.12.tar.bz2 -> yast2-firstboot-3.1.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.12/control/firstboot.xml 
new/yast2-firstboot-3.1.13/control/firstboot.xml
--- old/yast2-firstboot-3.1.12/control/firstboot.xml2016-04-13 
14:52:59.0 +0200
+++ new/yast2-firstboot-3.1.13/control/firstboot.xml2016-05-12 
17:08:26.0 +0200
@@ -183,7 +183,7 @@
 
 
 Customer Center
-inst_suse_register
+registration
 false
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.12/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.13/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.12/package/yast2-firstboot.changes  2016-04-13 
14:52:59.0 +0200
+++ new/yast2-firstboot-3.1.13/package/yast2-firstboot.changes  2016-05-12 
17:08:26.0 +0200
@@ -1,4 +1,13 @@
 ---
+Thu May 12 14:09:22 UTC 2016 - igonzalezs...@suse.com
+
+- Remove kbd service restart because it does not exist anymore
+  (bsc#974489)
+- Fixed firstboot.xml to call the correct client for registration
+  (bsc#970572) (lsle...@suse.cz)
+- 3.1.13
+
+---
 Wed Apr 13 12:48:04 UTC 2016 - jreidin...@suse.com
 
 - Do not overwrite bootloader configuration in first boot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.12/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.13/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.12/package/yast2-firstboot.spec 2016-04-13 
14:52:59.0 +0200
+++ new/yast2-firstboot-3.1.13/package/yast2-firstboot.spec 2016-05-12 
17:08:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.12
+Version:3.1.13
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.12/scripts/Firstboot-Stage/S09-cleanup 
new/yast2-firstboot-3.1.13/scripts/Firstboot-Stage/S09-cleanup
--- old/yast2-firstboot-3.1.12/scripts/Firstboot-Stage/S09-cleanup  
2016-04-13 14:52:59.0 +0200
+++ new/yast2-firstboot-3.1.13/scripts/Firstboot-Stage/S09-cleanup  
2016-05-12 17:08:26.0 +0200
@@ -44,11 +44,6 @@
 
 stop_unicode
 
-if [ -e "/var/lib/YaST2/firstboot_kbd_restart" ] ; then
-/etc/init.d/kbd restart
-rm /var/lib/YaST2/firstboot_kbd_restart
-fi
-
 if [ -e "/var/lib/YaST2/firstboot_reboot_after_finish" ] ; then
 log "\tRebooting system as requested by firstboot..."
 rm /var/lib/YaST2/firstboot_reboot_after_finish
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.12/src/clients/firstboot_keyboard.rb 
new/yast2-firstboot-3.1.13/src/clients/firstboot_keyboard.rb
--- old/yast2-firstboot-3.1.12/src/clients/firstboot_keyboard.rb
2016-04-13 14:52:59.0 +0200
+++ new/yast2-firstboot-3.1.13/src/clients/firstboot_keyboard.rb
2016-05-12 17:08:26.0 +0200
@@ 

commit yast2-firstboot for openSUSE:Factory

2016-04-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-04-14 13:08:27

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-01-05 09:41:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2016-04-14 13:08:28.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 13 12:48:04 UTC 2016 - jreidin...@suse.com
+
+- Do not overwrite bootloader configuration in first boot
+  (related to FATE#317701)
+- 3.1.12
+
+---

Old:

  yast2-firstboot-3.1.11.tar.bz2

New:

  yast2-firstboot-3.1.12.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.7ybMOO/_old  2016-04-14 13:08:29.0 +0200
+++ /var/tmp/diff_new_pack.7ybMOO/_new  2016-04-14 13:08:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,7 +30,6 @@
 
 # yast2/NeworkDevices -> yast2/NetworkInterfaces
 Requires:   yast2 >= 2.16.23
-Requires:   yast2-bootloader
 # Language::SwitchToEnglishIfNeeded
 Requires:   yast2-country >= 2.19.5
 # new version of inst_license

++ yast2-firstboot-3.1.11.tar.bz2 -> yast2-firstboot-3.1.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.11/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.12/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.11/package/yast2-firstboot.changes  2016-01-04 
15:42:10.0 +0100
+++ new/yast2-firstboot-3.1.12/package/yast2-firstboot.changes  2016-04-13 
14:52:59.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Apr 13 12:48:04 UTC 2016 - jreidin...@suse.com
+
+- Do not overwrite bootloader configuration in first boot
+  (related to FATE#317701)
+- 3.1.12
+
+---
 Mon Jan  4 12:50:27 UTC 2016 - an...@suse.com
 
 - Fixed firstboot.xml to call the correct client for LAN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.11/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.12/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.11/package/yast2-firstboot.spec 2016-01-04 
15:42:10.0 +0100
+++ new/yast2-firstboot-3.1.12/package/yast2-firstboot.spec 2016-04-13 
14:52:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,7 +30,6 @@
 
 # yast2/NeworkDevices -> yast2/NetworkInterfaces
 Requires:  yast2 >= 2.16.23
-Requires:  yast2-bootloader
 # Language::SwitchToEnglishIfNeeded
 Requires:  yast2-country >= 2.19.5
 # new version of inst_license
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.11/src/Makefile.am 
new/yast2-firstboot-3.1.12/src/Makefile.am
--- old/yast2-firstboot-3.1.11/src/Makefile.am  2016-01-04 15:42:10.0 
+0100
+++ new/yast2-firstboot-3.1.12/src/Makefile.am  2016-04-13 14:52:59.0 
+0200
@@ -17,7 +17,6 @@
   clients/firstboot_config.rb \
   clients/firstboot_language.rb \
   clients/firstboot_licenses.rb \
-  clients/firstboot_bootloader_reconfigure.rb \
   clients/firstboot_language_keyboard.rb \
   clients/firstboot_license_novell.rb \
   clients/firstboot_network_write.rb \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.11/src/clients/firstboot_bootloader_reconfigure.rb 
new/yast2-firstboot-3.1.12/src/clients/firstboot_bootloader_reconfigure.rb
--- old/yast2-firstboot-3.1.11/src/clients/firstboot_bootloader_reconfigure.rb  
2016-01-04 15:42:10.0 +0100
+++ new/yast2-firstboot-3.1.12/src/clients/firstboot_bootloader_reconfigure.rb  
1970-01-01 01:00:00.0 +0100
@@ -1,99 +0,0 @@
-# encoding: utf-8
-
-# 
--
-# Copyright (c) 2012 Novell, Inc. All Rights Reserved.
-#
-#
-# This program is free software; you can redistribute it and/or modify it under
-# the terms of version 2 of the GNU General Public License as published by the
-# Free Software Foundation.
-#
-# This program is distributed in the hope 

commit yast2-firstboot for openSUSE:Factory

2016-01-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-01-05 09:41:28

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2015-10-20 00:05:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2016-01-05 09:41:59.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan  4 12:50:27 UTC 2016 - an...@suse.com
+
+- Fixed firstboot.xml to call the correct client for LAN
+  configuration (bsc#960081)
+- 3.1.11
+
+---

Old:

  yast2-firstboot-3.1.10.tar.bz2

New:

  yast2-firstboot-3.1.11.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.6FYG29/_old  2016-01-05 09:41:59.0 +0100
+++ /var/tmp/diff_new_pack.6FYG29/_new  2016-01-05 09:41:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.10.tar.bz2 -> yast2-firstboot-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.10/README.md 
new/yast2-firstboot-3.1.11/README.md
--- old/yast2-firstboot-3.1.10/README.md2015-10-16 15:27:11.0 
+0200
+++ new/yast2-firstboot-3.1.11/README.md2016-01-04 15:42:10.0 
+0100
@@ -1,5 +1,58 @@
-# YaST - The Firstboot Module #
+YaST - System Configuration at First-Boot
+=
 
 [![Travis 
Build](https://travis-ci.org/yast/yast-firstboot.svg?branch=master)](https://travis-ci.org/yast/yast-firstboot)
 [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-firstboot-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-firstboot-master/)
 
+Description
+===
+
+This is a special YaST module that allows users to configure pre-installed
+systems to match their needs, e.g., language, network settings, root password,
+etc.
+
+The workflow is defined in a
+[control file](control/firstboot.xml),
+which uses the same format as the
+[Installer control 
file](https://github.com/yast/yast-installation/blob/master/doc/control-file.md).
+The default control file can be found in
+[control directory](control).
+
+More subject-specific pieces of information can be found in the [doc](doc)
+directory.
+
+Development
+===
+
+This module is developed as part of YaST. See the
+[development 
documentation](http://yastgithubio.readthedocs.org/en/latest/development/).
+
+Getting the Sources
+===
+
+To get the source code, clone the GitHub repository:
+
+$ git clone https://github.com/yast/yast-firstboot.git
+
+If you want to contribute into the project you can
+[fork](https://help.github.com/articles/fork-a-repo/) the repository and clone 
your fork.
+
+Testing Environment
+===
+
+##To test your first-boot workflow
+
+1. Install yast2-firstboot package from media or directly from sources at 
GitHub
+2. Copy your firstboot control file to /etc/YaST2/firstboot.xml
+3. Enable first boot at startup `sudo systemctl enable YaST2-Firstboot.service`
+4. Make sure this file exists `sudo touch /var/lib/YaST2/reconfig_system`
+5. Reboot the system
+6. While booting again, YaST2-Firstboot service checks for existence of
+   /var/lib/YaST2/reconfig_system and starts the configuration workflow
+
+Contact
+===
+
+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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.10/control/firstboot.xml 
new/yast2-firstboot-3.1.11/control/firstboot.xml
--- old/yast2-firstboot-3.1.10/control/firstboot.xml2015-10-16 
15:27:11.0 +0200
+++ new/yast2-firstboot-3.1.11/control/firstboot.xml2016-01-04 
15:42:10.0 +0100
@@ -70,15 +70,6 @@
 printer
 
 
-
-firstboot_network
-installation
-  

commit yast2-firstboot for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2015-10-19 22:52:10

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2015-04-18 10:40:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2015-10-20 00:05:58.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 16 12:21:01 UTC 2015 - an...@suse.com
+
+- Fixed to always use the configured keyboard layout (bsc#950335)
+- 3.1.10
+
+---

Old:

  yast2-firstboot-3.1.9.tar.bz2

New:

  yast2-firstboot-3.1.10.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.ucWAfP/_old  2015-10-20 00:05:59.0 +0200
+++ /var/tmp/diff_new_pack.ucWAfP/_new  2015-10-20 00:05:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.9.tar.bz2 -> yast2-firstboot-3.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.9/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.10/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.9/package/yast2-firstboot.changes   2015-04-17 
10:09:29.0 +0200
+++ new/yast2-firstboot-3.1.10/package/yast2-firstboot.changes  2015-10-16 
15:27:11.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Oct 16 12:21:01 UTC 2015 - an...@suse.com
+
+- Fixed to always use the configured keyboard layout (bsc#950335)
+- 3.1.10
+
+---
 Thu Apr 16 10:29:47 CEST 2015 - loci...@suse.com
 
 - Forcing mode "installation" for firstboot to always use the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.9/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.10/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.9/package/yast2-firstboot.spec  2015-04-17 
10:09:29.0 +0200
+++ new/yast2-firstboot-3.1.10/package/yast2-firstboot.spec 2015-10-16 
15:27:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.9/src/clients/firstboot.rb 
new/yast2-firstboot-3.1.10/src/clients/firstboot.rb
--- old/yast2-firstboot-3.1.9/src/clients/firstboot.rb  2015-04-17 
10:09:29.0 +0200
+++ new/yast2-firstboot-3.1.10/src/clients/firstboot.rb 2015-10-16 
15:27:11.0 +0200
@@ -38,7 +38,7 @@
   Yast.import "Firstboot"
   Yast.import "Misc"
   Yast.import "PackageCallbacksInit"
-
+  Yast.import "Keyboard"
 
   Wizard.OpenNextBackStepsDialog
 
@@ -51,6 +51,12 @@
   Report.LogErrors(true)
   Report.LogWarnings(true)
 
+  # Just in case /etc/X11/xorg.conf.d/00-keyboard.conf has not been
+  # generated yet (the X server started by YaST-Firstboot doesn't seem to
+  # be enough to trigger the systemd mechanism that generates it), let's
+  # enforce the keyboard map if we are running in graphic mode (bsc#950335)
+  Keyboard.SetX11(Keyboard.current_kbd)
+
   # initialize package callbacks, since some of the modules run in the
   # firstboot workflow expect them to be initialized (bug #335979)
   PackageCallbacksInit.InitPackageCallbacks




commit yast2-firstboot for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2015-04-18 10:40:39

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2015-02-06 10:23:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2015-04-18 10:40:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 10:29:47 CEST 2015 - loci...@suse.com
+
+- Forcing mode installation for firstboot to always use the
+  correct workflow (bsc#924278)
+- 3.1.9
+
+---

Old:

  yast2-firstboot-3.1.8.tar.bz2

New:

  yast2-firstboot-3.1.9.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.pA2kZx/_old  2015-04-18 10:40:41.0 +0200
+++ /var/tmp/diff_new_pack.pA2kZx/_new  2015-04-18 10:40:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.8
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.8.tar.bz2 - yast2-firstboot-3.1.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.8/CONTRIBUTING.md 
new/yast2-firstboot-3.1.9/CONTRIBUTING.md
--- old/yast2-firstboot-3.1.8/CONTRIBUTING.md   2015-02-05 14:27:09.0 
+0100
+++ new/yast2-firstboot-3.1.9/CONTRIBUTING.md   2015-04-17 10:09:29.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.8/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.9/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.8/package/yast2-firstboot.changes   2015-02-05 
14:27:10.0 +0100
+++ new/yast2-firstboot-3.1.9/package/yast2-firstboot.changes   2015-04-17 
10:09:29.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Apr 16 10:29:47 CEST 2015 - loci...@suse.com
+
+- Forcing mode installation for firstboot to always use the
+  correct workflow (bsc#924278)
+- 3.1.9
+
+---
 Thu Feb  5 09:08:40 UTC 2015 - an...@suse.com
 
 - Fixed the step for host name configuration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.8/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.9/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.8/package/yast2-firstboot.spec  2015-02-05 
14:27:10.0 +0100
+++ new/yast2-firstboot-3.1.9/package/yast2-firstboot.spec  2015-04-17 
10:09:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.8
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.8/src/clients/firstboot.rb 
new/yast2-firstboot-3.1.9/src/clients/firstboot.rb
--- old/yast2-firstboot-3.1.8/src/clients/firstboot.rb  2015-02-05 
14:27:10.0 +0100
+++ new/yast2-firstboot-3.1.9/src/clients/firstboot.rb  2015-04-17 
10:09:29.0 +0200
@@ -42,10 

commit yast2-firstboot for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2015-02-06 10:23:07

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-12-19 09:37:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2015-02-06 10:23:08.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  5 09:08:40 UTC 2015 - an...@suse.com
+
+- Fixed the step for host name configuration
+  (bnc#911952, bnc#802822)
+- 3.1.8
+
+---

Old:

  yast2-firstboot-3.1.7.tar.bz2

New:

  yast2-firstboot-3.1.8.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.vK0at1/_old  2015-02-06 10:23:09.0 +0100
+++ /var/tmp/diff_new_pack.vK0at1/_new  2015-02-06 10:23:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # 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:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.7.tar.bz2 - yast2-firstboot-3.1.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.7/control/firstboot.xml 
new/yast2-firstboot-3.1.8/control/firstboot.xml
--- old/yast2-firstboot-3.1.7/control/firstboot.xml 2014-12-18 
19:37:08.0 +0100
+++ new/yast2-firstboot-3.1.8/control/firstboot.xml 2015-02-05 
14:27:10.0 +0100
@@ -133,7 +133,7 @@
 module
 labelHost Name/label
 enabled config:type=booleanfalse/enabled
-nameinst_hostname/name
+namefirstboot_hostname/name
 /module
 module
 labelNetwork/label
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.7/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.8/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.7/package/yast2-firstboot.changes   2014-12-18 
19:37:08.0 +0100
+++ new/yast2-firstboot-3.1.8/package/yast2-firstboot.changes   2015-02-05 
14:27:10.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Feb  5 09:08:40 UTC 2015 - an...@suse.com
+
+- Fixed the step for host name configuration
+  (bnc#911952, bnc#802822)
+- 3.1.8
+
+---
 Thu Dec 18 18:35:37 UTC 2014 - lsle...@suse.cz
 
 - fixed bashisms in S09-cleanup script (authored by Ledest)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.7/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.8/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.7/package/yast2-firstboot.spec  2014-12-18 
19:37:08.0 +0100
+++ new/yast2-firstboot-3.1.8/package/yast2-firstboot.spec  2015-02-05 
14:27:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.7/src/Makefile.am 
new/yast2-firstboot-3.1.8/src/Makefile.am
--- old/yast2-firstboot-3.1.7/src/Makefile.am   2014-12-18 19:37:08.0 
+0100
+++ new/yast2-firstboot-3.1.8/src/Makefile.am   2015-02-05 14:27:10.0 
+0100
@@ -22,7 +22,8 @@
   clients/firstboot_license_novell.rb \
   clients/firstboot_network_write.rb \
   clients/firstboot_setup_dhcp.rb \
-  clients/firstboot_auto.rb
+  clients/firstboot_auto.rb \
+  clients/firstboot_hostname.rb
 
 yncludedir = @yncludedir@/firstboot
 ynclude_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.7/src/clients/firstboot_hostname.rb 
new/yast2-firstboot-3.1.8/src/clients/firstboot_hostname.rb
--- old/yast2-firstboot-3.1.7/src/clients/firstboot_hostname.rb 1970-01-01 
01:00:00.0 +0100
+++ new/yast2-firstboot-3.1.8/src/clients/firstboot_hostname.rb 2015-02-05 

commit yast2-firstboot for openSUSE:Factory

2014-12-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2014-12-19 09:38:52

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-12-05 21:04:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2014-12-19 09:37:49.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 18 18:35:37 UTC 2014 - lsle...@suse.cz
+
+- fixed bashisms in S09-cleanup script (authored by Ledest)
+- 3.1.7
+
+---

Old:

  yast2-firstboot-3.1.6.tar.bz2

New:

  yast2-firstboot-3.1.7.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.6XLEbo/_old  2014-12-19 09:37:50.0 +0100
+++ /var/tmp/diff_new_pack.6XLEbo/_new  2014-12-19 09:37:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.6.tar.bz2 - yast2-firstboot-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.6/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.7/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.6/package/yast2-firstboot.changes   2014-12-04 
13:32:11.0 +0100
+++ new/yast2-firstboot-3.1.7/package/yast2-firstboot.changes   2014-12-18 
19:37:08.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Dec 18 18:35:37 UTC 2014 - lsle...@suse.cz
+
+- fixed bashisms in S09-cleanup script (authored by Ledest)
+- 3.1.7
+
+---
 Thu Dec  4 09:50:10 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.6/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.7/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.6/package/yast2-firstboot.spec  2014-12-04 
13:32:11.0 +0100
+++ new/yast2-firstboot-3.1.7/package/yast2-firstboot.spec  2014-12-18 
19:37:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.6/scripts/Firstboot-Stage/S09-cleanup 
new/yast2-firstboot-3.1.7/scripts/Firstboot-Stage/S09-cleanup
--- old/yast2-firstboot-3.1.6/scripts/Firstboot-Stage/S09-cleanup   
2014-12-04 13:32:11.0 +0100
+++ new/yast2-firstboot-3.1.7/scripts/Firstboot-Stage/S09-cleanup   
2014-12-18 19:37:08.0 +0100
@@ -8,12 +8,12 @@
 # 13.1) kill shell on second virtual console
 if test ! -z $SPID ; then
log \tkill X-Server with PID: $SPID
-   kill -KILL $SPID /dev/null
+   kill -KILL $SPID /dev/null 21
 fi
 # 13.2) kill VNC server and remove VNC passwd
 if [ ! -z $VNC ] ; then
log \tkill all VNC sessions...
-   killall Xvnc /dev/null
+   killall Xvnc /dev/null 21
rm -fv /root/.vnc/passwd
 fi
 # 13.3) stop network and sshd
@@ -54,5 +54,3 @@
 rm /var/lib/YaST2/firstboot_reboot_after_finish
 /sbin/reboot
 fi
-
-

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-firstboot for openSUSE:Factory

2014-12-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2014-12-05 21:04:35

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-11-19 20:30:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2014-12-05 21:04:29.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 09:50:10 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---

Old:

  yast2-firstboot-3.1.5.tar.bz2

New:

  yast2-firstboot-3.1.6.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.Od00uc/_old  2014-12-05 21:04:30.0 +0100
+++ /var/tmp/diff_new_pack.Od00uc/_new  2014-12-05 21:04:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.5.tar.bz2 - yast2-firstboot-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.5/desktop/firstboot.desktop 
new/yast2-firstboot-3.1.6/desktop/firstboot.desktop
--- old/yast2-firstboot-3.1.5/desktop/firstboot.desktop 2014-11-18 
14:37:10.0 +0100
+++ new/yast2-firstboot-3.1.6/desktop/firstboot.desktop 2014-12-04 
13:32:11.0 +0100
@@ -4,7 +4,6 @@
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
-X-KDE-Library=yast2
 X-SuSE-YaST-Call=firstboot
 
 X-SuSE-YaST-Group=Misc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.5/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.6/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.5/package/yast2-firstboot.changes   2014-11-18 
14:37:10.0 +0100
+++ new/yast2-firstboot-3.1.6/package/yast2-firstboot.changes   2014-12-04 
13:32:11.0 +0100
@@ -1,4 +1,9 @@
 ---
+Thu Dec  4 09:50:10 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---
 Tue Nov 18 12:56:02 UTC 2014 - an...@suse.com
 
 - Added missing module for DHCP (bnc#895359, bnc#904527).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.5/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.6/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.5/package/yast2-firstboot.spec  2014-11-18 
14:37:10.0 +0100
+++ new/yast2-firstboot-3.1.6/package/yast2-firstboot.spec  2014-12-04 
13:32:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-firstboot for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2014-11-19 20:26:45

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-09-19 15:45:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2014-11-19 20:30:34.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 18 12:56:02 UTC 2014 - an...@suse.com
+
+- Added missing module for DHCP (bnc#895359, bnc#904527).
+- Fixed errors in keyboard and language configuration (bnc#904527).
+- 3.1.5
+
+---

Old:

  yast2-firstboot-3.1.4.tar.bz2

New:

  yast2-firstboot-3.1.5.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.RRtIiz/_old  2014-11-19 20:30:37.0 +0100
+++ /var/tmp/diff_new_pack.RRtIiz/_new  2014-11-19 20:30:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.4.tar.bz2 - yast2-firstboot-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.4/.travis.yml 
new/yast2-firstboot-3.1.5/.travis.yml
--- old/yast2-firstboot-3.1.4/.travis.yml   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-firstboot-3.1.5/.travis.yml   2014-11-18 14:37:10.0 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 -g 
yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.4/README.md 
new/yast2-firstboot-3.1.5/README.md
--- old/yast2-firstboot-3.1.4/README.md 1970-01-01 01:00:00.0 +0100
+++ new/yast2-firstboot-3.1.5/README.md 2014-11-18 14:37:10.0 +0100
@@ -0,0 +1,5 @@
+# YaST - The Firstboot Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-firstboot.svg?branch=master)](https://travis-ci.org/yast/yast-firstboot)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-firstboot-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-firstboot-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.4/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.5/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.4/package/yast2-firstboot.changes   2014-09-18 
16:43:12.0 +0200
+++ new/yast2-firstboot-3.1.5/package/yast2-firstboot.changes   2014-11-18 
14:37:10.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Nov 18 12:56:02 UTC 2014 - an...@suse.com
+
+- Added missing module for DHCP (bnc#895359, bnc#904527).
+- Fixed errors in keyboard and language configuration (bnc#904527).
+- 3.1.5
+
+---
 Wed Sep 17 19:09:03 UTC 2014 - mfi...@suse.com
 
 - bnc#895359
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.4/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.5/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.4/package/yast2-firstboot.spec  2014-09-18 
16:43:12.0 +0200
+++ new/yast2-firstboot-3.1.5/package/yast2-firstboot.spec  2014-11-18 
14:37:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.4/src/Makefile.am 
new/yast2-firstboot-3.1.5/src/Makefile.am
--- old/yast2-firstboot-3.1.4/src/Makefile.am   2014-09-18 16:43:12.0 
+0200
+++ new/yast2-firstboot-3.1.5/src/Makefile.am   2014-11-18 14:37:10.0 
+0100
@@ -21,6 +21,7 @@
   clients/firstboot_language_keyboard.rb \
   clients/firstboot_license_novell.rb \
   clients/firstboot_network_write.rb \
+  clients/firstboot_setup_dhcp.rb \
   clients/firstboot_auto.rb
 
 

commit yast2-firstboot for openSUSE:Factory

2014-09-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2014-09-19 13:56:22

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-07-10 09:31:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2014-09-19 15:45:29.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 17 19:09:03 UTC 2014 - mfi...@suse.com
+
+- bnc#895359
+  - added client for nic cards autoconfiguration 
+- 3.1.4
+
+---

Old:

  yast2-firstboot-3.1.3.tar.bz2

New:

  yast2-firstboot-3.1.4.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.Ww75yz/_old  2014-09-19 15:45:31.0 +0200
+++ /var/tmp/diff_new_pack.Ww75yz/_new  2014-09-19 15:45:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +35,8 @@
 Requires:   yast2-country = 2.19.5
 # new version of inst_license
 Requires:   yast2-installation = 2.19.0
+# network autoconfiguration
+Requires:   yast2-network = 3.1.91
 
 BuildArch:  noarch
 

++ yast2-firstboot-3.1.3.tar.bz2 - yast2-firstboot-3.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.3/MAINTAINER 
new/yast2-firstboot-3.1.4/MAINTAINER
--- old/yast2-firstboot-3.1.3/MAINTAINER2014-07-09 17:23:28.0 
+0200
+++ new/yast2-firstboot-3.1.4/MAINTAINER2014-09-18 16:43:12.0 
+0200
@@ -1 +1 @@
-Jiri Suchomel jsuch...@suse.cz
+Deprecated file. Use `osc maintainer yast2-firstboot` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.3/control/firstboot.xml 
new/yast2-firstboot-3.1.4/control/firstboot.xml
--- old/yast2-firstboot-3.1.3/control/firstboot.xml 2014-07-09 
17:23:28.0 +0200
+++ new/yast2-firstboot-3.1.4/control/firstboot.xml 2014-09-18 
16:43:12.0 +0200
@@ -93,7 +93,7 @@
 modules  config:type=list
 module
 labelNetwork Autosetup/label
-namesetup_dhcp/name
+namefirstboot_setup_dhcp/name
 /module
 module
 labelLanguage and Keyboard/label
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.3/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.4/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.3/package/yast2-firstboot.changes   2014-07-09 
17:23:28.0 +0200
+++ new/yast2-firstboot-3.1.4/package/yast2-firstboot.changes   2014-09-18 
16:43:12.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Sep 17 19:09:03 UTC 2014 - mfi...@suse.com
+
+- bnc#895359
+  - added client for nic cards autoconfiguration 
+- 3.1.4
+
+---
 Wed Jul  9 13:59:18 CEST 2014 - sch...@suse.de
 
 - Added gnome-classic to gnome WM. (part of bnc#886367)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.3/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.4/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.3/package/yast2-firstboot.spec  2014-07-09 
17:23:28.0 +0200
+++ new/yast2-firstboot-3.1.4/package/yast2-firstboot.spec  2014-09-18 
16:43:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +35,8 @@
 Requires:  yast2-country = 2.19.5
 # new version of inst_license
 Requires:  yast2-installation = 2.19.0
+# network autoconfiguration
+Requires:  yast2-network = 3.1.91
 
 BuildArchitectures:noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.3/src/clients/firstboot_setup_dhcp.rb 
new/yast2-firstboot-3.1.4/src/clients/firstboot_setup_dhcp.rb
--- old/yast2-firstboot-3.1.3/src/clients/firstboot_setup_dhcp.rb   
1970-01-01 01:00:00.0 +0100
+++ new/yast2-firstboot-3.1.4/src/clients/firstboot_setup_dhcp.rb   
2014-09-18 16:43:12.0 +0200
@@ -0,0 +1,6 @@
+require yast
+require 

commit yast2-firstboot for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2014-07-10 08:17:37

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2014-05-06 17:43:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2014-07-10 09:31:13.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul  9 13:59:18 CEST 2014 - sch...@suse.de
+
+- Added gnome-classic to gnome WM. (part of bnc#886367)
+- 3.1.3
+
+---
+Wed Jul  9 09:55:24 CEST 2014 - sch...@suse.de
+
+- Setting gdm if windowmanger is sle-classic (bnc#886367)
+- 3.1.2
+
+---

Old:

  yast2-firstboot-3.1.1.tar.bz2

New:

  yast2-firstboot-3.1.3.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.exyfpS/_old  2014-07-10 09:31:14.0 +0200
+++ /var/tmp/diff_new_pack.exyfpS/_new  2014-07-10 09:31:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.1
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.1.tar.bz2 - yast2-firstboot-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.1/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.3/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.1/package/yast2-firstboot.changes   2014-05-06 
13:33:53.0 +0200
+++ new/yast2-firstboot-3.1.3/package/yast2-firstboot.changes   2014-07-09 
17:23:28.0 +0200
@@ -1,4 +1,16 @@
 ---
+Wed Jul  9 13:59:18 CEST 2014 - sch...@suse.de
+
+- Added gnome-classic to gnome WM. (part of bnc#886367)
+- 3.1.3
+
+---
+Wed Jul  9 09:55:24 CEST 2014 - sch...@suse.de
+
+- Setting gdm if windowmanger is sle-classic (bnc#886367)
+- 3.1.2
+
+---
 Tue May  6 11:07:48 UTC 2014 - mfi...@suse.com
 
 - bnc#858978
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.1/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.3/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.1/package/yast2-firstboot.spec  2014-05-06 
13:33:53.0 +0200
+++ new/yast2-firstboot-3.1.3/package/yast2-firstboot.spec  2014-07-09 
17:23:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.1
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.1/src/clients/firstboot_write.rb 
new/yast2-firstboot-3.1.3/src/clients/firstboot_write.rb
--- old/yast2-firstboot-3.1.1/src/clients/firstboot_write.rb2014-05-06 
13:33:53.0 +0200
+++ new/yast2-firstboot-3.1.3/src/clients/firstboot_write.rb2014-07-09 
17:23:28.0 +0200
@@ -83,7 +83,8 @@
 
   # Desktop settings
   @default_dm = kdm
-  @default_dm = gdm if Firstboot.default_wm == gnome
+  gnome_window_managers = [gnome, sle-classic, gnome-classic]
+  @default_dm = gdm if 
gnome_window_managers.include?(Firstboot.default_wm)
   if @default_dm == kdm  Package.Installed(kdm) ||
   @default_dm == gdm  Package.Installed(gdm)
 SCR.Write(path(.sysconfig.displaymanager.DISPLAYMANAGER), 
@default_dm)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-firstboot for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2013-10-11 09:05:35

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2013-09-13 14:51:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2013-10-11 09:05:36.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 16:12:24 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+---

Old:

  yast2-firstboot-3.0.1.tar.bz2

New:

  yast2-firstboot-3.1.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.EhiryB/_old  2013-10-11 09:05:40.0 +0200
+++ /var/tmp/diff_new_pack.EhiryB/_new  2013-10-11 09:05:40.0 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   yast2-firstboot
-Version:3.0.1
+Version:3.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-firstboot-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools = 3.0.6
 
 # yast2/NeworkDevices - yast2/NetworkInterfaces
 Requires:   yast2 = 2.16.23
@@ -57,64 +57,46 @@
 created to personalize the system.
 
 %prep
-%setup -n yast2-firstboot-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
+%yast_install
 
 mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %{fillup_only -n firstboot}
 
 %files
 %defattr(-,root,root)
-%dir %{_prefix}/lib/YaST2/startup
-%dir %{_prefix}/lib/YaST2/startup/Firstboot-Stage
-%{_prefix}/lib/YaST2/startup/Firstboot-Stage/*
-%{_prefix}/lib/YaST2/startup/YaST2.Firstboot
-/usr/share/YaST2/clients/firstboot_*.rb
-/usr/share/YaST2/clients/firstboot.rb
-%dir /usr/share/YaST2/include
-%dir /usr/share/YaST2/include/firstboot
-/usr/share/YaST2/include/firstboot/*.rb
-%dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/Firstboot.*
-%dir /usr/share/YaST2/scrconf
-/usr/share/YaST2/scrconf/*.scr
+%dir %{yast_ystartupdir}/startup
+%dir %{yast_ystartupdir}/startup/Firstboot-Stage
+%{yast_ystartupdir}/startup/Firstboot-Stage/*
+%{yast_ystartupdir}/startup/YaST2.Firstboot
+%{yast_clientdir}/firstboot_*.rb
+%{yast_clientdir}/firstboot.rb
+%dir %{yast_yncludedir}
+%dir %{yast_yncludedir}/firstboot
+%{yast_yncludedir}/firstboot/*.rb
+%dir %{yast_moduledir}
+%{yast_moduledir}/Firstboot.*
+%dir %{yast_scrconfdir}
+%{yast_scrconfdir}/*.scr
 /var/adm/fillup-templates/sysconfig.firstboot
 /usr/share/firstboot
-%doc %{_prefix}/share/doc/packages/yast2-firstboot
+%doc %{yast_docdir}
 %doc COPYING
 %dir /etc/YaST2/
 /etc/YaST2/*.xml
 %dir /usr/share/autoinstall
 %dir /usr/share/autoinstall/modules
 /usr/share/autoinstall/modules/firstboot.desktop
-%dir /usr/share/YaST2/schema
-%dir /usr/share/YaST2/schema/autoyast
-%dir /usr/share/YaST2/schema/autoyast/rnc
-/usr/share/YaST2/schema/autoyast/rnc/firstboot.rnc
+%dir %{yast_schemadir}
+%dir %{yast_schemadir}/autoyast
+%dir %{yast_schemadir}/autoyast/rnc
+%{yast_schemadir}/autoyast/rnc/firstboot.rnc
 
 %changelog

++ yast2-firstboot-3.0.1.tar.bz2 - yast2-firstboot-3.1.0.tar.bz2 ++
 15518 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-firstboot-3.0.1/Makefile.am 

commit yast2-firstboot for openSUSE:Factory

2013-09-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2013-09-13 14:51:15

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2013-08-01 11:08:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2013-09-13 14:51:17.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 13 11:57:58 UTC 2013 - lsle...@suse.cz
+
+- properly symlink firstboot.xml file (for collecting translatable
+  strings by make pot)
+- removed obsolete BuildRequires (perl-XML-Writer, sgml-skel,
+  yast2, yast2-installation, yast2-testsuite, yast2-xml)
+- 3.0.1
+
+---

Old:

  yast2-firstboot-3.0.0.tar.bz2

New:

  yast2-firstboot-3.0.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.f65HfQ/_old  2013-09-13 14:51:17.0 +0200
+++ /var/tmp/diff_new_pack.f65HfQ/_new  2013-09-13 14:51:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -25,16 +25,8 @@
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
-BuildRequires:  perl-XML-Writer
-BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools
-BuildRequires:  yast2-testsuite
-BuildRequires:  yast2-xml
-# Internet.ycp moved to yast2.rpm
-BuildRequires:  yast2 = 2.16.6
-# Installation startup scripts
-BuildRequires:  yast2-installation
 
 # yast2/NeworkDevices - yast2/NetworkInterfaces
 Requires:   yast2 = 2.16.23
@@ -98,21 +90,31 @@
 
 %files
 %defattr(-,root,root)
+%dir %{_prefix}/lib/YaST2/startup
 %dir %{_prefix}/lib/YaST2/startup/Firstboot-Stage
 %{_prefix}/lib/YaST2/startup/Firstboot-Stage/*
 %{_prefix}/lib/YaST2/startup/YaST2.Firstboot
 /usr/share/YaST2/clients/firstboot_*.rb
 /usr/share/YaST2/clients/firstboot.rb
+%dir /usr/share/YaST2/include
 %dir /usr/share/YaST2/include/firstboot
 /usr/share/YaST2/include/firstboot/*.rb
+%dir /usr/share/YaST2/modules
 /usr/share/YaST2/modules/Firstboot.*
+%dir /usr/share/YaST2/scrconf
 /usr/share/YaST2/scrconf/*.scr
 /var/adm/fillup-templates/sysconfig.firstboot
 /usr/share/firstboot
 %doc %{_prefix}/share/doc/packages/yast2-firstboot
 %doc COPYING
+%dir /etc/YaST2/
 /etc/YaST2/*.xml
+%dir /usr/share/autoinstall
+%dir /usr/share/autoinstall/modules
 /usr/share/autoinstall/modules/firstboot.desktop
+%dir /usr/share/YaST2/schema
+%dir /usr/share/YaST2/schema/autoyast
+%dir /usr/share/YaST2/schema/autoyast/rnc
 /usr/share/YaST2/schema/autoyast/rnc/firstboot.rnc
 
 %changelog

++ yast2-firstboot-3.0.0.tar.bz2 - yast2-firstboot-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.0.0/Makefile.am 
new/yast2-firstboot-3.0.1/Makefile.am
--- old/yast2-firstboot-3.0.0/Makefile.am   2013-07-31 11:09:21.0 
+0200
+++ new/yast2-firstboot-3.0.1/Makefile.am   2013-09-13 14:27:01.0 
+0200
@@ -193,4 +193,4 @@
test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo
 #  test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox
 # No ./SUBDIRS file found - assuming default: All direct subdirs with 
Makefile.am
-SUBDIRS = agents control desktop doc scripts src testsuite 
+SUBDIRS = agents control desktop doc scripts src 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.0.0/Makefile.am.common 
new/yast2-firstboot-3.0.1/Makefile.am.common
--- old/yast2-firstboot-3.0.0/Makefile.am.common2013-07-31 
11:09:21.0 +0200
+++ new/yast2-firstboot-3.0.1/Makefile.am.common2013-09-13 
14:27:01.0 +0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside . because of cases
 # where ycpchook contains a symlink to .
 # Otherwise . keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS}  ${NEWDEP}
cat ${NEWDEP}  .dep
rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then 

commit yast2-firstboot for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2013-08-01 11:08:12

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2013-07-16 16:28:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2013-08-01 11:08:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:29:10 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-firstboot-2.24.0.tar.bz2

New:

  yast2-firstboot-3.0.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.RIWnWR/_old  2013-08-01 11:08:15.0 +0200
+++ /var/tmp/diff_new_pack.RIWnWR/_new  2013-08-01 11:08:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,6 +46,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Initial System Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -99,10 +101,10 @@
 %dir %{_prefix}/lib/YaST2/startup/Firstboot-Stage
 %{_prefix}/lib/YaST2/startup/Firstboot-Stage/*
 %{_prefix}/lib/YaST2/startup/YaST2.Firstboot
-/usr/share/YaST2/clients/firstboot_*.ycp
-/usr/share/YaST2/clients/firstboot.ycp
+/usr/share/YaST2/clients/firstboot_*.rb
+/usr/share/YaST2/clients/firstboot.rb
 %dir /usr/share/YaST2/include/firstboot
-/usr/share/YaST2/include/firstboot/*.ycp
+/usr/share/YaST2/include/firstboot/*.rb
 /usr/share/YaST2/modules/Firstboot.*
 /usr/share/YaST2/scrconf/*.scr
 /var/adm/fillup-templates/sysconfig.firstboot

++ yast2-firstboot-2.24.0.tar.bz2 - yast2-firstboot-3.0.0.tar.bz2 ++
 9050 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-firstboot for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2013-07-16 16:28:21

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2013-02-21 15:16:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2013-07-16 16:28:22.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  4 11:45:56 UTC 2013 - jreidin...@suse.com
+
+- remove obsolete client product_start
+- 2.24.0
+
+---

Old:

  yast2-firstboot-2.23.1.tar.bz2

New:

  yast2-firstboot-2.24.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.XvlHRz/_old  2013-07-16 16:28:23.0 +0200
+++ /var/tmp/diff_new_pack.XvlHRz/_new  2013-07-16 16:28:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:2.23.1
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-2.23.1.tar.bz2 - yast2-firstboot-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.23.1/VERSION 
new/yast2-firstboot-2.24.0/VERSION
--- old/yast2-firstboot-2.23.1/VERSION  2013-02-21 13:41:31.0 +0100
+++ new/yast2-firstboot-2.24.0/VERSION  2013-07-08 10:35:51.0 +0200
@@ -1 +1 @@
-2.23.1
+2.24.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.23.1/configure 
new/yast2-firstboot-2.24.0/configure
--- old/yast2-firstboot-2.23.1/configure2013-02-21 13:41:42.0 
+0100
+++ new/yast2-firstboot-2.24.0/configure2013-07-11 18:20:40.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-firstboot 2.23.1.
+# Generated by GNU Autoconf 2.69 for yast2-firstboot 2.24.0.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-firstboot'
 PACKAGE_TARNAME='yast2-firstboot'
-PACKAGE_VERSION='2.23.1'
-PACKAGE_STRING='yast2-firstboot 2.23.1'
+PACKAGE_VERSION='2.24.0'
+PACKAGE_STRING='yast2-firstboot 2.24.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1255,7 +1255,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-firstboot 2.23.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-firstboot 2.24.0 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1326,7 +1326,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-firstboot 2.23.1:;;
+ short | recursive ) echo Configuration of yast2-firstboot 2.24.0:;;
esac
   cat \_ACEOF
 
@@ -1406,7 +1406,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-firstboot configure 2.23.1
+yast2-firstboot configure 2.24.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1423,7 +1423,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-firstboot $as_me 2.23.1, which was
+It was created by yast2-firstboot $as_me 2.24.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2362,7 +2362,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-firstboot'
- VERSION='2.23.1'
+ VERSION='2.24.0'
 
 
 cat confdefs.h _ACEOF
@@ -2485,7 +2485,7 @@
 
 
 
-VERSION=2.23.1
+VERSION=2.24.0
 RPMNAME=yast2-firstboot
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
@@ -3523,7 +3523,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-firstboot $as_me 2.23.1, which was
+This file was extended by yast2-firstboot $as_me 2.24.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3576,7 +3576,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-yast2-firstboot config.status 2.23.1
+yast2-firstboot config.status 2.24.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options 

commit yast2-firstboot for openSUSE:Factory

2013-02-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2013-02-21 15:16:29

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


Package is yast2-firstboot, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2012-11-08 21:55:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2013-02-21 15:16:31.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 21 12:50:00 CET 2013 - jsuch...@suse.cz
+
+- remove references to SuSEconfig (bnc#804936)
+- 2.23.1 
+
+---

Old:

  yast2-firstboot-2.23.0.tar.bz2

New:

  yast2-firstboot-2.23.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.nZOzNh/_old  2013-02-21 15:16:39.0 +0100
+++ /var/tmp/diff_new_pack.nZOzNh/_new  2013-02-21 15:16:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # 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:2.23.0
+Version:2.23.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-2.23.0.tar.bz2 - yast2-firstboot-2.23.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.23.0/Makefile.in 
new/yast2-firstboot-2.23.1/Makefile.in
--- old/yast2-firstboot-2.23.0/Makefile.in  2012-11-07 15:12:45.0 
+0100
+++ new/yast2-firstboot-2.23.1/Makefile.in  2013-02-21 13:41:43.0 
+0100
@@ -690,7 +690,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.23.0/VERSION 
new/yast2-firstboot-2.23.1/VERSION
--- old/yast2-firstboot-2.23.0/VERSION  2012-11-07 15:12:32.0 +0100
+++ new/yast2-firstboot-2.23.1/VERSION  2013-02-21 13:41:31.0 +0100
@@ -1 +1 @@
-2.23.0
+2.23.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.23.0/configure 
new/yast2-firstboot-2.23.1/configure
--- old/yast2-firstboot-2.23.0/configure2012-11-07 15:12:44.0 
+0100
+++ new/yast2-firstboot-2.23.1/configure2013-02-21 13:41:42.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-firstboot 2.23.0.
+# Generated by GNU Autoconf 2.69 for yast2-firstboot 2.23.1.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-firstboot'
 PACKAGE_TARNAME='yast2-firstboot'
-PACKAGE_VERSION='2.23.0'
-PACKAGE_STRING='yast2-firstboot 2.23.0'
+PACKAGE_VERSION='2.23.1'
+PACKAGE_STRING='yast2-firstboot 2.23.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1255,7 +1255,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-firstboot 2.23.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-firstboot 2.23.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1326,7 +1326,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-firstboot 2.23.0:;;
+ short | recursive ) echo Configuration of yast2-firstboot 2.23.1:;;
esac
   cat \_ACEOF
 
@@ -1406,7 +1406,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-firstboot configure 2.23.0
+yast2-firstboot configure 2.23.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1423,7 +1423,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-firstboot $as_me 2.23.0, which was
+It was created by yast2-firstboot $as_me 2.23.1, which was
 generated by GNU Autoconf 2.69.  

commit yast2-firstboot for openSUSE:Factory

2012-03-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2012-03-30 14:21:04

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


Package is yast2-firstboot, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2012-01-17 16:17:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2012-03-30 14:21:06.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 29 14:47:01 CEST 2012 - jsuch...@suse.cz
+
+- merged proofed texts
+- 2.22.1 
+
+---

Old:

  yast2-firstboot-2.22.0.tar.bz2

New:

  yast2-firstboot-2.22.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.QTsY5m/_old  2012-03-30 14:21:07.0 +0200
+++ /var/tmp/diff_new_pack.QTsY5m/_new  2012-03-30 14:21:07.0 +0200
@@ -16,17 +16,21 @@
 #
 
 
-
 Name:   yast2-firstboot
-Version:2.22.0
+Version:2.22.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-firstboot-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0
-BuildRequires:  docbook-xsl-stylesheets libxslt perl-XML-Writer sgml-skel 
update-desktop-files yast2-devtools yast2-testsuite yast2-xml
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
+BuildRequires:  yast2-xml
 # Internet.ycp moved to yast2.rpm
 BuildRequires:  yast2 = 2.16.6
 # Installation startup scripts
@@ -43,6 +47,8 @@
 BuildArch:  noarch
 
 Summary:YaST2 - Initial System Configuration
+License:GPL-2.0
+Group:  System/YaST
 PreReq: %fillup_prereq
 
 %description

++ yast2-firstboot-2.22.0.tar.bz2 - yast2-firstboot-2.22.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.22.0/VERSION 
new/yast2-firstboot-2.22.1/VERSION
--- old/yast2-firstboot-2.22.0/VERSION  2012-01-13 09:46:54.0 +0100
+++ new/yast2-firstboot-2.22.1/VERSION  2012-03-29 14:47:08.0 +0200
@@ -1 +1 @@
-2.22.0
+2.22.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/Firstboot.ycp 
new/yast2-firstboot-2.22.1/src/Firstboot.ycp
--- old/yast2-firstboot-2.22.0/src/Firstboot.ycp2012-01-13 
09:45:29.0 +0100
+++ new/yast2-firstboot-2.22.1/src/Firstboot.ycp2012-03-29 
14:46:51.0 +0200
@@ -24,7 +24,7 @@
  * Summary:Firstboot settings, input and output functions
  * Authors:Anas Nashif nas...@suse.de
  *
- * $Id: Firstboot.ycp 57876 2009-07-07 08:09:35Z jsuchome $
+ * $Id: Firstboot.ycp 67176 2012-01-13 10:16:38Z jsuchome $
  *
  * Representation of the configuration of firstboot.
  * Input and output routines.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot.ycp 
new/yast2-firstboot-2.22.1/src/firstboot.ycp
--- old/yast2-firstboot-2.22.0/src/firstboot.ycp2012-01-13 
09:45:23.0 +0100
+++ new/yast2-firstboot-2.22.1/src/firstboot.ycp2012-01-13 
11:16:40.0 +0100
@@ -21,7 +21,7 @@
 /**
  * Maintainer: Jiri Srain jsr...@suse.cz
  *
- * $Id: firstboot.ycp 57876 2009-07-07 08:09:35Z jsuchome $
+ * $Id: firstboot.ycp 67176 2012-01-13 10:16:38Z jsuchome $
  */
 {
 textdomain firstboot;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.22.0/src/firstboot_auto.ycp 
new/yast2-firstboot-2.22.1/src/firstboot_auto.ycp
--- old/yast2-firstboot-2.22.0/src/firstboot_auto.ycp   2012-01-13 
09:44:37.0 +0100
+++ new/yast2-firstboot-2.22.1/src/firstboot_auto.ycp   2012-03-29 
14:46:51.0 +0200
@@ -65,7 +65,8 @@
// text label, describing the check box meaning
// keep in 2 lines with roughly the same length
 _(Check Enable Firstboot Sequence here to start YaST
-firstboot utility on the first boot after configuration)),
+firstboot utility on the first boot after configuration.
+)),
`VSpacing (),
// check box label
`CheckBox (`id (`enable), _(Enable Firstboot Sequence),
@@ -74,7 +75,8 @@
Wizard::CreateDialog();
// help text
Wizard::SetContentsButtons (caption, contents, _(pCheck bEnable 
Firstboot Sequence/b to start YaST firstboot 

commit yast2-firstboot for openSUSE:Factory

2012-01-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2012-01-17 11:36:00

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


Package is yast2-firstboot, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2011-12-21 17:01:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2012-01-17 16:17:32.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 13 11:13:19 CET 2012 - jsuch...@suse.cz
+
+- confirmed license
+- 2.22.0 
+
+---

Old:

  yast2-firstboot-2.21.2.tar.bz2

New:

  yast2-firstboot-2.22.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.NQ8EEH/_old  2012-01-17 16:17:34.0 +0100
+++ /var/tmp/diff_new_pack.NQ8EEH/_new  2012-01-17 16:17:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,17 @@
 #
 
 
+
 Name:   yast2-firstboot
-Version:2.21.2
+Version:2.22.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-firstboot-%{version}.tar.bz2
 
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  libxslt
-BuildRequires:  perl-XML-Writer
-BuildRequires:  sgml-skel
-BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools
-BuildRequires:  yast2-testsuite
-BuildRequires:  yast2-xml
+Group:  System/YaST
+License:GPL-2.0
+BuildRequires:  docbook-xsl-stylesheets libxslt perl-XML-Writer sgml-skel 
update-desktop-files yast2-devtools yast2-testsuite yast2-xml
 # Internet.ycp moved to yast2.rpm
 BuildRequires:  yast2 = 2.16.6
 # Installation startup scripts
@@ -47,8 +43,6 @@
 BuildArch:  noarch
 
 Summary:YaST2 - Initial System Configuration
-License:GPL-2.0+ ; MIT
-Group:  System/YaST
 PreReq: %fillup_prereq
 
 %description
@@ -73,7 +67,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
@@ -109,6 +102,7 @@
 /var/adm/fillup-templates/sysconfig.firstboot
 /usr/share/firstboot
 %doc %{_prefix}/share/doc/packages/yast2-firstboot
+%doc COPYING
 /etc/YaST2/*.xml
 /usr/share/autoinstall/modules/firstboot.desktop
 

++ yast2-firstboot-2.21.2.tar.bz2 - yast2-firstboot-2.22.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.21.2/VERSION 
new/yast2-firstboot-2.22.0/VERSION
--- old/yast2-firstboot-2.21.2/VERSION  2011-09-23 17:18:02.0 +0200
+++ new/yast2-firstboot-2.22.0/VERSION  2012-01-13 09:46:54.0 +0100
@@ -1 +1 @@
-2.21.2
+2.22.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.21.2/configure.in 
new/yast2-firstboot-2.22.0/configure.in
--- old/yast2-firstboot-2.21.2/configure.in 2011-12-15 11:35:22.0 
+0100
+++ new/yast2-firstboot-2.22.0/configure.in 2011-10-05 10:07:00.0 
+0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-firstboot
 dnl
-dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.3 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
 AC_INIT(yast2-firstboot, 2.21.2, http://bugs.opensuse.org/, yast2-firstboot)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.21.2/firstboot.pot 
new/yast2-firstboot-2.22.0/firstboot.pot
--- old/yast2-firstboot-2.21.2/firstboot.pot1970-01-01 01:00:00.0 
+0100
+++ new/yast2-firstboot-2.22.0/firstboot.pot2011-10-05 10:07:06.0 
+0200
@@ -0,0 +1,368 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
+#
+#, fuzzy
+msgid 
+msgstr 
+Project-Id-Version: PACKAGE VERSION\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2011-10-05 10:07+0200\n
+PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
+Last-Translator: FULL 

commit yast2-firstboot for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2011-12-21 17:01:09

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


Package is yast2-firstboot, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2011-10-04 18:01:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2011-12-21 17:01:19.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  7 10:05:06 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.ihbwmW/_old  2011-12-21 17:01:20.0 +0100
+++ /var/tmp/diff_new_pack.ihbwmW/_new  2011-12-21 17:01:20.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-firstboot
 Version:2.21.2
@@ -25,11 +23,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-firstboot-%{version}.tar.bz2
 
-Prefix: /usr
-
-Group:  System/YaST
-License:GPL v2 or later X11/MIT
-BuildRequires:  docbook-xsl-stylesheets libxslt perl-XML-Writer sgml-skel 
update-desktop-files yast2-devtools yast2-testsuite yast2-xml
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
+BuildRequires:  yast2-xml
 # Internet.ycp moved to yast2.rpm
 BuildRequires:  yast2 = 2.16.6
 # Installation startup scripts
@@ -46,6 +47,8 @@
 BuildArch:  noarch
 
 Summary:YaST2 - Initial System Configuration
+License:GPL-2.0+ ; MIT
+Group:  System/YaST
 PreReq: %fillup_prereq
 
 %description
@@ -63,23 +66,23 @@
 %setup -n yast2-firstboot-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -94,9 +97,9 @@
 
 %files
 %defattr(-,root,root)
-%dir %{prefix}/lib/YaST2/startup/Firstboot-Stage
-%{prefix}/lib/YaST2/startup/Firstboot-Stage/*
-%{prefix}/lib/YaST2/startup/YaST2.Firstboot
+%dir %{_prefix}/lib/YaST2/startup/Firstboot-Stage
+%{_prefix}/lib/YaST2/startup/Firstboot-Stage/*
+%{_prefix}/lib/YaST2/startup/YaST2.Firstboot
 /usr/share/YaST2/clients/firstboot_*.ycp
 /usr/share/YaST2/clients/firstboot.ycp
 %dir /usr/share/YaST2/include/firstboot
@@ -105,7 +108,7 @@
 /usr/share/YaST2/scrconf/*.scr
 /var/adm/fillup-templates/sysconfig.firstboot
 /usr/share/firstboot
-%doc %{prefix}/share/doc/packages/yast2-firstboot
+%doc %{_prefix}/share/doc/packages/yast2-firstboot
 /etc/YaST2/*.xml
 /usr/share/autoinstall/modules/firstboot.desktop
 

++ yast2-firstboot-2.21.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.21.2/Makefile.am 
new/yast2-firstboot-2.21.2/Makefile.am
--- old/yast2-firstboot-2.21.2/Makefile.am  2011-09-23 17:18:07.0 
+0200
+++ new/yast2-firstboot-2.21.2/Makefile.am  2011-12-15 11:35:23.0 
+0100
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 

commit yast2-firstboot for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory
checked in at Fri Sep 23 10:37:38 CEST 2011.




--- yast2-firstboot/yast2-firstboot.changes 2011-07-25 15:10:03.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-firstboot/yast2-firstboot.changes
2011-09-22 10:56:03.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep 22 10:55:20 CEST 2011 - jsuch...@suse.cz
+
+- 2.21.1 
+
+---
+Fri Aug  5 12:32:04 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-firstboot-2.21.0.tar.bz2

New:

  yast2-firstboot-2.21.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.XuysX7/_old  2011-09-23 10:37:30.0 +0200
+++ /var/tmp/diff_new_pack.XuysX7/_new  2011-09-23 10:37:30.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-firstboot
-Version:2.21.0
-Release:1
+Version:2.21.1
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-firstboot-2.21.0.tar.bz2
+Source0:yast2-firstboot-2.21.1.tar.bz2
 
 Prefix: /usr
 
@@ -60,7 +60,7 @@
 created to personalize the system.
 
 %prep
-%setup -n yast2-firstboot-2.21.0
+%setup -n yast2-firstboot-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -108,4 +108,5 @@
 %doc %{prefix}/share/doc/packages/yast2-firstboot
 /etc/YaST2/*.xml
 /usr/share/autoinstall/modules/firstboot.desktop
+
 %changelog

++ yast2-firstboot-2.21.0.tar.bz2 - yast2-firstboot-2.21.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.21.0/VERSION 
new/yast2-firstboot-2.21.1/VERSION
--- old/yast2-firstboot-2.21.0/VERSION  2011-07-25 14:59:51.0 +0200
+++ new/yast2-firstboot-2.21.1/VERSION  2011-09-22 10:55:26.0 +0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.21.0/configure 
new/yast2-firstboot-2.21.1/configure
--- old/yast2-firstboot-2.21.0/configure2011-07-25 15:08:20.0 
+0200
+++ new/yast2-firstboot-2.21.1/configure2011-06-23 15:56:46.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-firstboot 2.21.0.
+# Generated by GNU Autoconf 2.68 for yast2-firstboot 2.20.2.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-firstboot'
 PACKAGE_TARNAME='yast2-firstboot'
-PACKAGE_VERSION='2.21.0'
-PACKAGE_STRING='yast2-firstboot 2.21.0'
+PACKAGE_VERSION='2.20.2'
+PACKAGE_STRING='yast2-firstboot 2.20.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-firstboot 2.21.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-firstboot 2.20.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1308,7 +1308,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-firstboot 2.21.0:;;
+ short | recursive ) echo Configuration of yast2-firstboot 2.20.2:;;
esac
   cat \_ACEOF
 
@@ -1388,7 +1388,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-firstboot configure 2.21.0
+yast2-firstboot configure 2.20.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1405,7 +1405,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-firstboot $as_me 2.21.0, which was
+It was created by yast2-firstboot $as_me 2.20.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2335,7 +2335,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-firstboot'
- VERSION='2.21.0'
+ VERSION='2.20.2'
 
 
 cat confdefs.h _ACEOF
@@ -2457,7 +2457,7 @@
 
 
 
-VERSION=2.21.0
+VERSION=2.20.2
 RPMNAME=yast2-firstboot
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
@@ -3499,7 +3499,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-firstboot $as_me 2.21.0, which was
+This file was extended by yast2-firstboot $as_me 2.20.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ 

commit yast2-firstboot for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory
checked in at Mon Jul 25 17:27:36 CEST 2011.




--- yast2-firstboot/yast2-firstboot.changes 2011-02-18 11:34:18.0 
+0100
+++ /mounts/work_src_done/STABLE/yast2-firstboot/yast2-firstboot.changes
2011-07-25 15:10:03.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 22 15:05:22 CEST 2011 - loci...@suse.cz
+
+- Removed obsoleted X-KDE-SubstituteUID from desktop file
+  (bnc#540627)
+- 2.21.0
+
+---

calling whatdependson for head-i586


Old:

  yast2-firstboot-2.20.2.tar.bz2

New:

  yast2-firstboot-2.21.0.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.9ZswoC/_old  2011-07-25 17:27:13.0 +0200
+++ /var/tmp/diff_new_pack.9ZswoC/_new  2011-07-25 17:27:13.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-firstboot
-Version:2.20.2
+Version:2.21.0
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-firstboot-2.20.2.tar.bz2
+Source0:yast2-firstboot-2.21.0.tar.bz2
 
 Prefix: /usr
 
@@ -60,7 +60,7 @@
 created to personalize the system.
 
 %prep
-%setup -n yast2-firstboot-2.20.2
+%setup -n yast2-firstboot-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-firstboot-2.20.2.tar.bz2 - yast2-firstboot-2.21.0.tar.bz2 ++
 4820 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-firstboot-2.20.2/configure.in new/yast2-firstboot-2.21.0/configure.in
--- old/yast2-firstboot-2.20.2/configure.in 2010-01-11 10:03:34.0 
+0100
+++ new/yast2-firstboot-2.21.0/configure.in 2011-07-25 15:08:18.0 
+0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-firstboot, 2.19.2, http://bugs.opensuse.org/, yast2-firstboot)
+AC_INIT(yast2-firstboot, 2.21.0, http://bugs.opensuse.org/, yast2-firstboot)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.19.2
+VERSION=2.21.0
 RPMNAME=yast2-firstboot
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-firstboot-2.20.2/src/data/firstboot.desktop 
new/yast2-firstboot-2.21.0/src/data/firstboot.desktop
--- old/yast2-firstboot-2.20.2/src/data/firstboot.desktop   2010-04-26 
15:20:54.0 +0200
+++ new/yast2-firstboot-2.21.0/src/data/firstboot.desktop   2011-07-22 
15:05:00.0 +0200
@@ -22,5 +22,4 @@
 
 Name=Firstboot Configuration
 GenericName=Enable or disable starting Firstboot sequence
-X-KDE-SubstituteUID=true
 StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-firstboot-2.20.2/VERSION new/yast2-firstboot-2.21.0/VERSION
--- old/yast2-firstboot-2.20.2/VERSION  2011-02-18 11:29:47.0 +0100
+++ new/yast2-firstboot-2.21.0/VERSION  2011-07-25 14:59:51.0 +0200
@@ -1 +1 @@
-2.20.2
+2.21.0






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org