Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2019-07-31 14:23:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Wed Jul 31 14:23:25 2019 rev:26 rq:715611 version:4.2.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2019-05-05 21:16:47.552520922 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.4126/yast2-installation-control.changes
  2019-07-31 14:23:25.334432942 +0200
@@ -1,0 +2,14 @@
+Mon Jul 15 16:08:18 UTC 2019 - David Diaz <[email protected]>
+
+- Add the separate_vgs and separate_vg_name elements
+  (part of jsc#SLE-7238).
+- 4.2.4
+
+-------------------------------------------------------------------
+Fri Jul 12 15:54:21 UTC 2019 - David Diaz <[email protected]>
+
+- Add the delete_resize_configurable and allocate_volume_mode
+  elements to the partitioning section (part of jsc#SLE-7238).
+- 4.2.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.1umVYS/_old  2019-07-31 14:23:25.730432715 +0200
+++ /var/tmp/diff_new_pack.1umVYS/_new  2019-07-31 14:23:25.734432714 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.2.2
+Version:        4.2.4
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.2.2.tar.bz2 -> 
yast2-installation-control-4.2.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.2.2/control/control.rnc 
new/yast2-installation-control-4.2.4/control/control.rnc
--- old/yast2-installation-control-4.2.2/control/control.rnc    2019-04-29 
17:15:10.000000000 +0200
+++ new/yast2-installation-control-4.2.4/control/control.rnc    2019-07-16 
10:27:17.000000000 +0200
@@ -565,23 +565,30 @@
 
 partitioning_proposal_elements =
     ng_lvm?
+    & ng_separate_vgs?
     & ng_resize_windows?
     & ng_windows_delete_mode?
     & ng_linux_delete_mode?
     & ng_other_delete_mode?
     & ng_lvm_vg_strategy?
     & ng_lvm_vg_size?
+    & ng_delete_resize_configurable?
+    & ng_allocate_volume_mode?
     & proposal_settings_editable?
 
 ng_lvm = element lvm { BOOLEAN }
+ng_separate_vgs = element separate_vgs { BOOLEAN }
 ng_resize_windows = element resize_windows { BOOLEAN }
 ng_windows_delete_mode = element windows_delete_mode { SYMBOL, 
ng_delete_mode_enum }
 ng_linux_delete_mode = element linux_delete_mode { SYMBOL, ng_delete_mode_enum 
}
 ng_other_delete_mode = element other_delete_mode { SYMBOL, ng_delete_mode_enum 
}
 ng_lvm_vg_strategy = element lvm_vg_strategy { SYMBOL, ng_lvm_vg_strategy_enum 
}
 ng_lvm_vg_size = element lvm_vg_size { DISKSIZE }
+ng_delete_resize_configurable = element delete_resize_configurable { BOOLEAN }
+ng_allocate_volume_mode = element allocate_volume_mode { SYMBOL, 
ng_allocate_volume_mode_enum }
 
 ng_delete_mode_enum = "none" | "ondemand" | "all"
+ng_allocate_volume_mode_enum = "auto" | "device"
 ng_lvm_vg_strategy_enum = "use_available" | "use_needed" | "use_vg_size"
 
 partitioning_volumes =  element volumes {
@@ -616,6 +623,7 @@
   & ng_btrfs_default_subvolume?
   & ng_disable_order?
   & ng_btrfs_read_only?
+  & ng_separate_vg_name?
 
 ng_snapshots_size_or_percentage = ng_snapshots_size | ng_snapshots_percentage
 
@@ -644,6 +652,7 @@
 ng_btrfs_default_subvolume = element btrfs_default_subvolume { text }
 ng_disable_order = element disable_order { INTEGER }
 ng_btrfs_read_only = element btrfs_read_only { BOOLEAN }
+ng_separate_vg_name = element separate_vg_name { text }
 
 ## Partitioning-related variables
 partitioning = element partitioning {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.2.2/control/control.rng 
new/yast2-installation-control-4.2.4/control/control.rng
--- old/yast2-installation-control-4.2.2/control/control.rng    2019-04-29 
17:15:10.000000000 +0200
+++ new/yast2-installation-control-4.2.4/control/control.rng    2019-07-16 
10:27:17.000000000 +0200
@@ -1168,6 +1168,9 @@
         <ref name="ng_lvm"/>
       </optional>
       <optional>
+        <ref name="ng_separate_vgs"/>
+      </optional>
+      <optional>
         <ref name="ng_resize_windows"/>
       </optional>
       <optional>
@@ -1186,6 +1189,12 @@
         <ref name="ng_lvm_vg_size"/>
       </optional>
       <optional>
+        <ref name="ng_delete_resize_configurable"/>
+      </optional>
+      <optional>
+        <ref name="ng_allocate_volume_mode"/>
+      </optional>
+      <optional>
         <ref name="proposal_settings_editable"/>
       </optional>
     </interleave>
@@ -1195,6 +1204,11 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="ng_separate_vgs">
+    <element name="separate_vgs">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
   <define name="ng_resize_windows">
     <element name="resize_windows">
       <ref name="BOOLEAN"/>
@@ -1229,6 +1243,17 @@
       <ref name="DISKSIZE"/>
     </element>
   </define>
+  <define name="ng_delete_resize_configurable">
+    <element name="delete_resize_configurable">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
+  <define name="ng_allocate_volume_mode">
+    <element name="allocate_volume_mode">
+      <ref name="SYMBOL"/>
+      <ref name="ng_allocate_volume_mode_enum"/>
+    </element>
+  </define>
   <define name="ng_delete_mode_enum">
     <choice>
       <value>none</value>
@@ -1236,6 +1261,12 @@
       <value>all</value>
     </choice>
   </define>
+  <define name="ng_allocate_volume_mode_enum">
+    <choice>
+      <value>auto</value>
+      <value>device</value>
+    </choice>
+  </define>
   <define name="ng_lvm_vg_strategy_enum">
     <choice>
       <value>use_available</value>
@@ -1330,6 +1361,9 @@
       <optional>
         <ref name="ng_btrfs_read_only"/>
       </optional>
+      <optional>
+        <ref name="ng_separate_vg_name"/>
+      </optional>
     </interleave>
   </define>
   <define name="ng_snapshots_size_or_percentage">
@@ -1461,6 +1495,11 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="ng_separate_vg_name">
+    <element name="separate_vg_name">
+      <text/>
+    </element>
+  </define>
   <define name="partitioning">
     <a:documentation>Partitioning-related variables</a:documentation>
     <element name="partitioning">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.2.2/package/yast2-installation-control.changes 
new/yast2-installation-control-4.2.4/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.2.2/package/yast2-installation-control.changes 
    2019-04-29 17:15:10.000000000 +0200
+++ 
new/yast2-installation-control-4.2.4/package/yast2-installation-control.changes 
    2019-07-16 10:27:17.000000000 +0200
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Mon Jul 15 16:08:18 UTC 2019 - David Diaz <[email protected]>
+
+- Add the separate_vgs and separate_vg_name elements
+  (part of jsc#SLE-7238).
+- 4.2.4
+
+-------------------------------------------------------------------
+Fri Jul 12 15:54:21 UTC 2019 - David Diaz <[email protected]>
+
+- Add the delete_resize_configurable and allocate_volume_mode
+  elements to the partitioning section (part of jsc#SLE-7238).
+- 4.2.3
+
+-------------------------------------------------------------------
 Thu Apr 25 13:26:09 UTC 2019 - Josef Reidinger <[email protected]>
 
 - fix cpu_mitigations to allow selection(bsc#1098559)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.2.2/package/yast2-installation-control.spec 
new/yast2-installation-control-4.2.4/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.2.2/package/yast2-installation-control.spec    
    2019-04-29 17:15:10.000000000 +0200
+++ 
new/yast2-installation-control-4.2.4/package/yast2-installation-control.spec    
    2019-07-16 10:27:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.2.2
+Version:        4.2.4
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to