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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes     
2014-09-19 15:45:29.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 17 19:09:03 UTC 2014 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.Ww75yz/_new  2014-09-19 15:45:31.000000000 +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/MAINTAINER        2014-07-09 17:23:28.000000000 
+0200
+++ new/yast2-firstboot-3.1.4/MAINTAINER        2014-09-18 16:43:12.000000000 
+0200
@@ -1 +1 @@
-Jiri Suchomel <[email protected]>
+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.000000000 +0200
+++ new/yast2-firstboot-3.1.4/control/firstboot.xml     2014-09-18 
16:43:12.000000000 +0200
@@ -93,7 +93,7 @@
             <modules  config:type="list">
                 <module>
                     <label>Network Autosetup</label>
-                    <name>setup_dhcp</name>
+                    <name>firstboot_setup_dhcp</name>
                 </module>
                 <module>
                     <label>Language 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.000000000 +0200
+++ new/yast2-firstboot-3.1.4/package/yast2-firstboot.changes   2014-09-18 
16:43:12.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Sep 17 19:09:03 UTC 2014 - [email protected]
+
+- bnc#895359
+  - added client for nic cards autoconfiguration 
+- 3.1.4
+
+-------------------------------------------------------------------
 Wed Jul  9 13:59:18 CEST 2014 - [email protected]
 
 - 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.000000000 +0200
+++ new/yast2-firstboot-3.1.4/package/yast2-firstboot.spec      2014-09-18 
16:43:12.000000000 +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.000000000 +0100
+++ new/yast2-firstboot-3.1.4/src/clients/firstboot_setup_dhcp.rb       
2014-09-18 16:43:12.000000000 +0200
@@ -0,0 +1,6 @@
+require "yast"
+require "network/network_autoconfiguration"
+
+Yast::NetworkAutoconfiguration.instance.configure_dhcp
+
+:next

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to