Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2014-10-05 20:29:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2014-08-29 17:42:59.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
       2014-10-05 20:29:17.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct  1 14:14:06 UTC 2014 - [email protected]
+
+- Added globals->dhclient_set_hostname (bnc#870896)
+- 3.1.11
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-control-3.1.10.tar.bz2

New:
----
  yast2-installation-control-3.1.11.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.CT651i/_old  2014-10-05 20:29:18.000000000 +0200
+++ /var/tmp/diff_new_pack.CT651i/_new  2014-10-05 20:29:18.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        3.1.10
+Version:        3.1.11
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-3.1.10.tar.bz2 -> 
yast2-installation-control-3.1.11.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-3.1.10/MAINTAINER 
new/yast2-installation-control-3.1.11/MAINTAINER
--- old/yast2-installation-control-3.1.10/MAINTAINER    2014-08-28 
09:52:06.000000000 +0200
+++ new/yast2-installation-control-3.1.11/MAINTAINER    2014-10-01 
17:01:11.000000000 +0200
@@ -1 +1 @@
-Ladislav Slezák <[email protected]>
+Deprecated file. Use `osc maintainer yast2-installation-control` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.10/control/control.rnc 
new/yast2-installation-control-3.1.11/control/control.rnc
--- old/yast2-installation-control-3.1.10/control/control.rnc   2014-08-28 
09:52:06.000000000 +0200
+++ new/yast2-installation-control-3.1.11/control/control.rnc   2014-10-01 
17:01:11.000000000 +0200
@@ -60,6 +60,7 @@
     | firewall_enable_ssh
     | enable_sshd
     | write_hostname_to_hosts
+    | dhclient_set_hostname
     | run_init_scripts_in_parallel
     | inform_about_suboptimal_distribution
     | skip_language_dialog
@@ -138,6 +139,8 @@
 enable_sshd =                          element enable_sshd { BOOLEAN }
 ## Default value whether to write a system hostname to /etc/hosts
 write_hostname_to_hosts =              element write_hostname_to_hosts { 
BOOLEAN }
+## Default value whether to change hostname via DHCP
+dhclient_set_hostname =                element dhclient_set_hostname { BOOLEAN 
}
 ## Defines whether startup scripts should run in a parallel mode.
 ## This speeds the starting up but it is worse for debugging.
 run_init_scripts_in_parallel =         element run_init_scripts_in_parallel { 
BOOLEAN }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.10/control/control.rng 
new/yast2-installation-control-3.1.11/control/control.rng
--- old/yast2-installation-control-3.1.10/control/control.rng   2014-08-28 
09:52:06.000000000 +0200
+++ new/yast2-installation-control-3.1.11/control/control.rng   2014-10-01 
17:01:11.000000000 +0200
@@ -69,6 +69,7 @@
       <ref name="firewall_enable_ssh"/>
       <ref name="enable_sshd"/>
       <ref name="write_hostname_to_hosts"/>
+      <ref name="dhclient_set_hostname"/>
       <ref name="run_init_scripts_in_parallel"/>
       <ref name="inform_about_suboptimal_distribution"/>
       <ref name="skip_language_dialog"/>
@@ -214,6 +215,12 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="dhclient_set_hostname">
+    <a:documentation>Default value whether to change hostname via 
DHCP</a:documentation>
+    <element name="dhclient_set_hostname">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
   <define name="run_init_scripts_in_parallel">
     <a:documentation>Defines whether startup scripts should run in a parallel 
mode.
 This speeds the starting up but it is worse for debugging.</a:documentation>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.10/package/yast2-installation-control.changes
 
new/yast2-installation-control-3.1.11/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-3.1.10/package/yast2-installation-control.changes
    2014-08-28 09:52:06.000000000 +0200
+++ 
new/yast2-installation-control-3.1.11/package/yast2-installation-control.changes
    2014-10-01 17:01:11.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Oct  1 14:14:06 UTC 2014 - [email protected]
+
+- Added globals->dhclient_set_hostname (bnc#870896)
+- 3.1.11
+
+-------------------------------------------------------------------
 Thu Aug 28 09:45:07 CEST 2014 - [email protected]
 
 - Element 'packages' in 'one_supported_desktop' has been made
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.10/package/yast2-installation-control.spec 
new/yast2-installation-control-3.1.11/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-3.1.10/package/yast2-installation-control.spec   
    2014-08-28 09:52:06.000000000 +0200
+++ 
new/yast2-installation-control-3.1.11/package/yast2-installation-control.spec   
    2014-10-01 17:01:11.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        3.1.10
+Version:        3.1.11
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

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

Reply via email to