Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2014-04-05 14:43:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-13 17:21:08.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
       2014-04-05 14:43:04.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr  2 13:38:56 UTC 2014 - [email protected]
+
+- add element for separate ssh service enablement (bnc#865056)
+- 3.1.5
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.PRUjfw/_old  2014-04-05 14:43:04.000000000 +0200
+++ /var/tmp/diff_new_pack.PRUjfw/_new  2014-04-05 14:43:04.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-3.1.4.tar.bz2 -> 
yast2-installation-control-3.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-3.1.4/control/control.rnc 
new/yast2-installation-control-3.1.5/control/control.rnc
--- old/yast2-installation-control-3.1.4/control/control.rnc    2014-01-08 
10:28:17.000000000 +0100
+++ new/yast2-installation-control-3.1.5/control/control.rnc    2014-04-02 
15:51:49.000000000 +0200
@@ -58,7 +58,7 @@
     | enable_autologin
     | enable_firewall
     | firewall_enable_ssh
-    | firewall_enable_ssh
+    | enable_sshd
     | write_hostname_to_hosts
     | run_init_scripts_in_parallel
     | inform_about_suboptimal_distribution
@@ -131,8 +131,10 @@
 enable_autologin =                     element enable_autologin { BOOLEAN }
 ## Default value for firewall
 enable_firewall =                      element enable_firewall { BOOLEAN }
-## Default value for SSHD in firewall (open port)
+## Default value for opening port for SSH in firewall
 firewall_enable_ssh =                  element firewall_enable_ssh { BOOLEAN }
+## Default value for SSHD service
+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 }
 ## Defines whether startup scripts should run in a parallel mode.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-3.1.4/control/control.rng 
new/yast2-installation-control-3.1.5/control/control.rng
--- old/yast2-installation-control-3.1.4/control/control.rng    2014-01-08 
10:28:17.000000000 +0100
+++ new/yast2-installation-control-3.1.5/control/control.rng    2014-04-02 
15:51:49.000000000 +0200
@@ -67,7 +67,7 @@
       <ref name="enable_autologin"/>
       <ref name="enable_firewall"/>
       <ref name="firewall_enable_ssh"/>
-      <ref name="firewall_enable_ssh"/>
+      <ref name="enable_sshd"/>
       <ref name="write_hostname_to_hosts"/>
       <ref name="run_init_scripts_in_parallel"/>
       <ref name="inform_about_suboptimal_distribution"/>
@@ -196,11 +196,17 @@
     </element>
   </define>
   <define name="firewall_enable_ssh">
-    <a:documentation>Default value for SSHD in firewall (open 
port)</a:documentation>
+    <a:documentation>Default value for opening port for SSH in 
firewall</a:documentation>
     <element name="firewall_enable_ssh">
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="enable_sshd">
+    <a:documentation>Default value for SSHD service</a:documentation>
+    <element name="enable_sshd">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
   <define name="write_hostname_to_hosts">
     <a:documentation>Default value whether to write a system hostname to 
/etc/hosts</a:documentation>
     <element name="write_hostname_to_hosts">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.4/package/yast2-installation-control.changes 
new/yast2-installation-control-3.1.5/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-3.1.4/package/yast2-installation-control.changes 
    2014-01-09 14:57:27.000000000 +0100
+++ 
new/yast2-installation-control-3.1.5/package/yast2-installation-control.changes 
    2014-04-02 15:51:49.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Apr  2 13:38:56 UTC 2014 - [email protected]
+
+- add element for separate ssh service enablement (bnc#865056)
+- 3.1.5
+
+-------------------------------------------------------------------
 Tue Jan  7 07:29:31 UTC 2014 - [email protected]
 
 - move the control files to separate packages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.4/package/yast2-installation-control.spec 
new/yast2-installation-control-3.1.5/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-3.1.4/package/yast2-installation-control.spec    
    2014-01-09 14:57:27.000000000 +0100
+++ 
new/yast2-installation-control-3.1.5/package/yast2-installation-control.spec    
    2014-04-02 15:51:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

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

Reply via email to