Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2017-09-12 20:12:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Tue Sep 12 20:12:37 2017 rev:15 rq:522971 version:3.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2017-04-25 08:56:44.355382580 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
       2017-09-12 20:12:40.505292268 +0200
@@ -1,0 +2,18 @@
+Tue Aug 22 12:02:29 CEST 2017 - [email protected]
+
+- Merged SLE-12-SP3-CASP branch to master
+- 3.3.0
+
+-------------------------------------------------------------------
+Thu Aug 17 15:13:44 CEST 2017 - [email protected]
+
+- Make filesystem type for home and root configurable in control.xml
+  (bsc#1051762)
+
+-------------------------------------------------------------------
+Mon Jun 26 11:09:53 CEST 2017 - [email protected]
+
+- Allow different mount point for home partition (Fate#323532)
+- 3.2.6
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.vLqjfN/_old  2017-09-12 20:12:41.105207911 +0200
+++ /var/tmp/diff_new_pack.vLqjfN/_new  2017-09-12 20:12:41.109207348 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        3.2.5
+Version:        3.3.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-3.2.5.tar.bz2 -> 
yast2-installation-control-3.3.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-3.2.5/control/control.rnc 
new/yast2-installation-control-3.3.0/control/control.rnc
--- old/yast2-installation-control-3.2.5/control/control.rnc    2017-03-13 
17:13:38.708068953 +0100
+++ new/yast2-installation-control-3.3.0/control/control.rnc    2017-08-22 
12:09:17.498092272 +0200
@@ -147,19 +147,25 @@
 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.
+## *obsolete* without replacement
 run_init_scripts_in_parallel =         element run_init_scripts_in_parallel { 
BOOLEAN }
 inform_about_suboptimal_distribution = element 
inform_about_suboptimal_distribution { BOOLEAN }
 skip_language_dialog =                 element skip_language_dialog { BOOLEAN }
 ## Defines whether an AytoYaST cloning feature should be enabled
 enable_clone =                         element enable_clone { BOOLEAN }
 ## Default value for 'send hardware data' with registration
+## *obsolete* without replacement
 enable_register_hwdata =               element enable_register_hwdata { 
BOOLEAN }
 ## Default value for 'send optional system data' with registration
+## *obsolete* without replacement
 enable_register_optional =             element enable_register_optional { 
BOOLEAN }
 ## Defines if by default os probing should be disabled see. Default is false. 
(bnc#884007)
 disable_os_prober =                    element disable_os_prober { BOOLEAN }
+## *obsolete* without replacement
 display_register_forcereg =            element display_register_forcereg { 
BOOLEAN }
+## *obsolete* without replacement
 disable_register_w3m =                 element disable_register_w3m { BOOLEAN }
+## *obsolete* without replacement
 register_monthly =                     element register_monthly { BOOLEAN }
 manual_online_update =                 element manual_online_update { BOOLEAN }
 root_password_as_first_user =          element root_password_as_first_user { 
BOOLEAN }
@@ -172,6 +178,7 @@
 ## between the first and the second stage of installation
 kexec_reboot =                         element kexec_reboot { BOOLEAN }
 ## Defines whether a special runlevel 4 should be offered
+## *obsolete* without replacement
 rle_offer_rulevel_4 =                  element rle_offer_rulevel_4 { BOOLEAN }
 default_ntp_setup =                    element default_ntp_setup { BOOLEAN }
 ## Defines whether kdump is enabled by default
@@ -278,6 +285,7 @@
     | minimalistic_libzypp_config
 
 ## Whether it is allowed to delete a package during upgrade
+## *obsolete* without replacement
 delete_old_packages = element delete_old_packages { BOOLEAN }
 selection_type = element selection_type { SYMBOL }
 ## System scenario selected by default.
@@ -316,6 +324,7 @@
     element package { text }+
 }
 
+## *obsolete* without replacement
 delete_old_packages_reverse_list = element delete_old_packages_reverse_list {
     LIST,
     element regexp_item { text }+
@@ -440,6 +449,9 @@
 partitioning_elements =
     try_separate_home
     | limit_try_home
+    | home_path
+    | home_fs
+    | root_fs
     | root_space_percent
     | root_base_size
     | root_max_size
@@ -460,6 +472,9 @@
 
 try_separate_home =            element try_separate_home { BOOLEAN }
 limit_try_home =               element limit_try_home { text }
+home_path =                     element home_path { text }
+home_fs =                       element home_fs { text }
+root_fs =                       element root_fs { text }
 root_space_percent =           element root_space_percent { text }
 root_base_size =               element root_base_size { text }
 root_max_size =                        element root_max_size { text }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-3.2.5/control/control.rng 
new/yast2-installation-control-3.3.0/control/control.rng
--- old/yast2-installation-control-3.2.5/control/control.rng    2017-03-13 
17:13:38.708068953 +0100
+++ new/yast2-installation-control-3.3.0/control/control.rng    2017-08-22 
12:09:17.498092272 +0200
@@ -231,7 +231,8 @@
   </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>
+This speeds the starting up but it is worse for debugging.
+*obsolete* without replacement</a:documentation>
     <element name="run_init_scripts_in_parallel">
       <ref name="BOOLEAN"/>
     </element>
@@ -253,13 +254,15 @@
     </element>
   </define>
   <define name="enable_register_hwdata">
-    <a:documentation>Default value for 'send hardware data' with 
registration</a:documentation>
+    <a:documentation>Default value for 'send hardware data' with registration
+*obsolete* without replacement</a:documentation>
     <element name="enable_register_hwdata">
       <ref name="BOOLEAN"/>
     </element>
   </define>
   <define name="enable_register_optional">
-    <a:documentation>Default value for 'send optional system data' with 
registration</a:documentation>
+    <a:documentation>Default value for 'send optional system data' with 
registration
+*obsolete* without replacement</a:documentation>
     <element name="enable_register_optional">
       <ref name="BOOLEAN"/>
     </element>
@@ -271,16 +274,19 @@
     </element>
   </define>
   <define name="display_register_forcereg">
+    <a:documentation>*obsolete* without replacement</a:documentation>
     <element name="display_register_forcereg">
       <ref name="BOOLEAN"/>
     </element>
   </define>
   <define name="disable_register_w3m">
+    <a:documentation>*obsolete* without replacement</a:documentation>
     <element name="disable_register_w3m">
       <ref name="BOOLEAN"/>
     </element>
   </define>
   <define name="register_monthly">
+    <a:documentation>*obsolete* without replacement</a:documentation>
     <element name="register_monthly">
       <ref name="BOOLEAN"/>
     </element>
@@ -328,7 +334,8 @@
     </element>
   </define>
   <define name="rle_offer_rulevel_4">
-    <a:documentation>Defines whether a special runlevel 4 should be 
offered</a:documentation>
+    <a:documentation>Defines whether a special runlevel 4 should be offered
+*obsolete* without replacement</a:documentation>
     <element name="rle_offer_rulevel_4">
       <ref name="BOOLEAN"/>
     </element>
@@ -532,7 +539,8 @@
     </choice>
   </define>
   <define name="delete_old_packages">
-    <a:documentation>Whether it is allowed to delete a package during 
upgrade</a:documentation>
+    <a:documentation>Whether it is allowed to delete a package during upgrade
+*obsolete* without replacement</a:documentation>
     <element name="delete_old_packages">
       <ref name="BOOLEAN"/>
     </element>
@@ -639,6 +647,7 @@
     </element>
   </define>
   <define name="delete_old_packages_reverse_list">
+    <a:documentation>*obsolete* without replacement</a:documentation>
     <element name="delete_old_packages_reverse_list">
       <ref name="LIST"/>
       <oneOrMore>
@@ -894,6 +903,9 @@
     <choice>
       <ref name="try_separate_home"/>
       <ref name="limit_try_home"/>
+      <ref name="home_path"/>
+      <ref name="home_fs"/>
+      <ref name="root_fs"/>
       <ref name="root_space_percent"/>
       <ref name="root_base_size"/>
       <ref name="root_max_size"/>
@@ -923,6 +935,21 @@
       <text/>
     </element>
   </define>
+  <define name="home_path">
+    <element name="home_path">
+      <text/>
+    </element>
+  </define>
+  <define name="home_fs">
+    <element name="home_fs">
+      <text/>
+    </element>
+  </define>
+  <define name="root_fs">
+    <element name="root_fs">
+      <text/>
+    </element>
+  </define>
   <define name="root_space_percent">
     <element name="root_space_percent">
       <text/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.2.5/package/yast2-installation-control.changes 
new/yast2-installation-control-3.3.0/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-3.2.5/package/yast2-installation-control.changes 
    2017-03-13 17:13:38.708068953 +0100
+++ 
new/yast2-installation-control-3.3.0/package/yast2-installation-control.changes 
    2017-08-22 12:09:17.498092272 +0200
@@ -1,4 +1,22 @@
 -------------------------------------------------------------------
+Tue Aug 22 12:02:29 CEST 2017 - [email protected]
+
+- Merged SLE-12-SP3-CASP branch to master
+- 3.3.0
+
+-------------------------------------------------------------------
+Thu Aug 17 15:13:44 CEST 2017 - [email protected]
+
+- Make filesystem type for home and root configurable in control.xml
+  (bsc#1051762)
+
+-------------------------------------------------------------------
+Mon Jun 26 11:09:53 CEST 2017 - [email protected]
+
+- Allow different mount point for home partition (Fate#323532)
+- 3.2.6
+
+-------------------------------------------------------------------
 Mon Mar 13 16:00:38 UTC 2017 - [email protected]
 
 - Fix system roles specification in the update section
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.2.5/package/yast2-installation-control.spec 
new/yast2-installation-control-3.3.0/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-3.2.5/package/yast2-installation-control.spec    
    2017-03-13 17:13:38.708068953 +0100
+++ 
new/yast2-installation-control-3.3.0/package/yast2-installation-control.spec    
    2017-08-22 12:09:17.502092272 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        3.2.5
+Version:        3.3.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to