Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2014-01-31 11:51:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-network.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-network"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes      
2014-01-23 15:59:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2014-01-31 11:51:25.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan 30 09:55:29 UTC 2014 - [email protected]
+
+- bnc#861078
+  - network configuration created during installation is copied to
+    target
+- 3.1.16 
+
+-------------------------------------------------------------------

Old:
----
  yast2-network-3.1.15.tar.bz2

New:
----
  yast2-network-3.1.16.tar.bz2

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

Other differences:
------------------
++++++ yast2-network.spec ++++++
--- /var/tmp/diff_new_pack.GaQnhy/_old  2014-01-31 11:51:26.000000000 +0100
+++ /var/tmp/diff_new_pack.GaQnhy/_new  2014-01-31 11:51:26.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        3.1.15
+Version:        3.1.16
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-network-3.1.15.tar.bz2 -> yast2-network-3.1.16.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.15/README.md 
new/yast2-network-3.1.16/README.md
--- old/yast2-network-3.1.15/README.md  1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-network-3.1.16/README.md  2014-01-30 11:52:43.000000000 +0100
@@ -0,0 +1,86 @@
+YaST Network Module
+======================
+
+The YaST2 Network module manages network configuration including device 
configuration,
+DNS, Routing and more
+
+Features
+--------
+
+  * device configuration via netconfig
+  * network service selection (netconfig, NetworkManager, wicked)
+  * routing configuration
+  * DNS and hostname setup
+  * remote administration setup
+
+Some features are SuSE Linux specific.
+
+[![Code 
Climate](https://codeclimate.com/github/yast/yast-network.png)](https://codeclimate.com/github/yast/yast-network)
+
+Installation
+------------
+
+To install the latest stable version on openSUSE or SLE, use zypper:
+
+    $ sudo zypper install yast2-network
+
+Running
+-------
+
+To run the module, use the following command as root:
+
+    $ yast2 lan
+
+This will start complex dialog with most of features available.
+For more options see section on [running 
YaST](https://en.opensuse.org/SDB:Starting_YaST) 
+in the YaST documentation.
+
+Documentation
+-------------
+
+User YaST documentation is available in [general YaST 
documentation](https://en.opensuse.org/Portal:YaST).
+
+Developer documentation specific for this module is in the [doc](doc)
+directory.
+
+Development
+-----------
+
+This module is developed as part of YaST. See
+[YaST development documentation](
+  https://en.opensuse.org/openSUSE:YaST_development)
+for information about [YaST architecture](
+  https://en.opensuse.org/openSUSE:YaST:_Architecture_Overview),
+[development environment](
+https://en.opensuse.org/openSUSE:YaST:_Preparing_the_Development_Environment)
+and other development-related topics.
+
+To get the source code, clone the GitHub repository:
+
+    $ git clone https://github.com/yast/yast-network.git
+
+Alternatively, you can fork the repository and clone your fork. This is most
+useful if you plan to contribute into the project.
+
+Before doing anything useful with the code, you need to setup a development
+environment. Fortunately, this is quite simple:
+
+    $ sudo zypper install yast2-devtools
+
+To run the module from the source code, use the `run` Rake task:
+
+    $ rake run
+
+To run the testsuite, use the `test` Rake task:
+
+    $ rake test
+
+For a complete list of tasks, run `rake -T`.
+
+Before submitting any change please read our [contribution
+guidelines](CONTRIBUTING.md).
+
+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.
+We'll do our best to provide a timely and accurate answer.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.15/package/yast2-network.changes 
new/yast2-network-3.1.16/package/yast2-network.changes
--- old/yast2-network-3.1.15/package/yast2-network.changes      2014-01-21 
13:43:33.000000000 +0100
+++ new/yast2-network-3.1.16/package/yast2-network.changes      2014-01-30 
11:52:43.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Jan 30 09:55:29 UTC 2014 - [email protected]
+
+- bnc#861078
+  - network configuration created during installation is copied to
+    target
+- 3.1.16 
+
+-------------------------------------------------------------------
 Tue Jan 21 10:30:13 UTC 2014 - [email protected]
 
 - bnc#859181
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.15/package/yast2-network.spec 
new/yast2-network-3.1.16/package/yast2-network.spec
--- old/yast2-network-3.1.15/package/yast2-network.spec 2014-01-21 
13:43:33.000000000 +0100
+++ new/yast2-network-3.1.16/package/yast2-network.spec 2014-01-30 
11:52:43.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-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-network-3.1.15/src/clients/save_network.rb 
new/yast2-network-3.1.16/src/clients/save_network.rb
--- old/yast2-network-3.1.15/src/clients/save_network.rb        2014-01-21 
13:43:33.000000000 +0100
+++ new/yast2-network-3.1.16/src/clients/save_network.rb        2014-01-30 
11:52:43.000000000 +0100
@@ -706,11 +706,9 @@
         copy_from = String.Quote(Builtins.sformat("%1%2", sysconfig, file))
         Builtins.y2milestone("Copy %1 into %2", copy_from, copy_to)
         cmd = Builtins.sformat("cp %1 %2", copy_from, copy_to)
-        Builtins.y2internal(
-          "cml %1:%2",
-          cmd,
-          SCR.Execute(path(".target.bash_output"), cmd)
-        )
+        ret = SCR.Execute(path(".target.bash_output"), cmd)
+
+        Builtins.y2error("cmd: '#{cmd}' failed: #{ret}") if ret["exit"] != 0
       end
 
       # merge files with default installed by sysconfig
@@ -761,13 +759,13 @@
 
       # when root is on nfs/iscsi set startmode=nfsroot #176804
       device = NetworkStorage.getDevice(Installation.destdir)
-      Builtins.y2internal(
+      Builtins.y2debug(
         "%1 directory is on %2 device",
         Installation.destdir,
         device
       )
       @network_disk = NetworkStorage.isDiskOnNetwork(device)
-      Builtins.y2internal("Network based device: %1", @network_disk)
+      Builtins.y2milestone("Network based device: %1", @network_disk)
 
 
       if Arch.s390
@@ -852,18 +850,11 @@
           )
         )
       else
-        Builtins.y2internal("file %1 exists", net_destfile)
+        Builtins.y2milestone("Not copying file %1 - it already exists", 
net_destfile)
       end
 
-      install_inf = ReadInstallInf()
-      configure_network = false
-      if install_inf
-        configure_network = Ops.get_string(
-          @InstallInf,
-          "firststage_network",
-          "0"
-        ) == "1"
-        CopyConfiguredNetworkFiles() if configure_network
+      if ReadInstallInf()
+        CopyConfiguredNetworkFiles()
       else
         Builtins.y2error("Error while reading install.inf!")
       end
@@ -874,26 +865,13 @@
 
       LanUdevAuto.Write if Mode.autoinst
 
+      SCR.Execute(path(".target.bash"), "chkconfig network on")
 
-      if install_inf
-        #  string hwcfgname = CreateHardwareFile();
-        #  string ifcfg = sformat("ifcfg-%1", InstallInf["netdevice"]:"");
-
-        if !configure_network
-          CreateIfcfg()
-          CreateOtherNetworkFiles()
-        end
-
-        SCR.Execute(path(".target.bash"), "chkconfig network on")
-
-        # if portmap running - start it after reboot
-        WFM.Execute(
-          path(".local.bash"),
-          "pidofproc rpcbind && touch /var/lib/YaST2/network_install_rpcbind"
-        )
-      else
-        Builtins.y2error("Error while reading install.inf!")
-      end
+      # if portmap running - start it after reboot
+      WFM.Execute(
+        path(".local.bash"),
+        "pidofproc rpcbind && touch /var/lib/YaST2/network_install_rpcbind"
+      )
 
       nil
     end

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

Reply via email to