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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes     
2016-01-05 09:41:59.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan  4 12:50:27 UTC 2016 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.6FYG29/_new  2016-01-05 09:41:59.000000000 +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.md        2015-10-16 15:27:11.000000000 
+0200
+++ new/yast2-firstboot-3.1.11/README.md        2016-01-04 15:42:10.000000000 
+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.xml    2015-10-16 
15:27:11.000000000 +0200
+++ new/yast2-firstboot-3.1.11/control/firstboot.xml    2016-01-04 
15:42:10.000000000 +0100
@@ -70,15 +70,6 @@
                 <proposal_module>printer</proposal_module>
             </proposal_modules>
         </proposal>
-        <proposal>
-            <name>firstboot_network</name>
-            <mode>installation</mode>
-            <stage>firstboot</stage>
-            <label>Network Configuration</label>
-            <proposal_modules config:type="list">
-                <proposal_module>lan</proposal_module>
-            </proposal_modules>
-        </proposal>
     </proposals>
     <workflows  config:type="list">
         <workflow>
@@ -147,9 +138,8 @@
                 </module>
                 <module>
                     <label>Network</label>
-                    <name>inst_proposal</name>
+                    <name>inst_lan</name>
                     <enabled config:type="boolean">false</enabled>
-                    <proposal>firstboot_network</proposal>
                 </module>
                  <module>
                     <label>Automatic Configuration</label>
@@ -173,9 +163,8 @@
                 </module>
                 <module>
                     <label>Network</label>
-                    <name>inst_proposal</name>
+                    <name>inst_lan</name>
                     <enabled config:type="boolean">false</enabled>
-                    <proposal>firstboot_network</proposal>
                 </module>
                 <module>
                     <label>Root Password</label>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.10/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.11/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.10/package/yast2-firstboot.changes  2015-10-16 
15:27:11.000000000 +0200
+++ new/yast2-firstboot-3.1.11/package/yast2-firstboot.changes  2016-01-04 
15:42:10.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Jan  4 12:50:27 UTC 2016 - [email protected]
+
+- Fixed firstboot.xml to call the correct client for LAN
+  configuration (bsc#960081)
+- 3.1.11
+
+-------------------------------------------------------------------
 Fri Oct 16 12:21:01 UTC 2015 - [email protected]
 
 - Fixed to always use the configured keyboard layout (bsc#950335)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.10/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.11/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.10/package/yast2-firstboot.spec     2015-10-16 
15:27:11.000000000 +0200
+++ new/yast2-firstboot-3.1.11/package/yast2-firstboot.spec     2016-01-04 
15:42:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.10
+Version:        3.1.11
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to