Hello community,

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

Package is "yast2-installation-control"

Fri May 15 23:49:29 2020 rev:32 rq:802645 version:4.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2020-05-09 19:50:35.248610300 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.2738/yast2-installation-control.changes
  2020-05-15 23:49:31.205220804 +0200
@@ -1,0 +2,6 @@
+Mon May 11 07:45:17 UTC 2020 - Steffen Winterfeldt <[email protected]>
+
+- remove obsolete proposal_settings_editable (bsc#1171423)
+- 4.3.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.GsvxPg/_old  2020-05-15 23:49:31.937222215 +0200
+++ /var/tmp/diff_new_pack.GsvxPg/_new  2020-05-15 23:49:31.941222223 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.3.0
+Version:        4.3.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.3.0.tar.bz2 -> 
yast2-installation-control-4.3.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.3.0/control/control.rnc 
new/yast2-installation-control-4.3.1/control/control.rnc
--- old/yast2-installation-control-4.3.0/control/control.rnc    2020-05-07 
10:22:03.000000000 +0200
+++ new/yast2-installation-control-4.3.1/control/control.rnc    2020-05-11 
11:49:47.000000000 +0200
@@ -562,7 +562,6 @@
     | partitions
     | btrfs_increase_percentage
     | btrfs_default_subvolume
-    | proposal_settings_editable
     | expert_partitioner_warning
     | root_subvolume_read_only
     | subvolumes
@@ -591,7 +590,6 @@
 use_separate_multipath_module =        element use_separate_multipath_module { 
BOOLEAN }
 btrfs_increase_percentage =    element btrfs_increase_percentage { INTEGER }
 btrfs_default_subvolume =      element btrfs_default_subvolume { STRING }
-proposal_settings_editable =    element proposal_settings_editable { BOOLEAN }
 expert_partitioner_warning =    element expert_partitioner_warning { BOOLEAN }
 root_subvolume_read_only =      element root_subvolume_read_only { BOOLEAN }
 
@@ -650,7 +648,6 @@
     & ng_delete_resize_configurable?
     & ng_allocate_volume_mode?
     & ng_multidisk_first?
-    & proposal_settings_editable?
 
 ng_lvm = element lvm { BOOLEAN }
 ng_separate_vgs = element separate_vgs { BOOLEAN }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.3.0/control/control.rng 
new/yast2-installation-control-4.3.1/control/control.rng
--- old/yast2-installation-control-4.3.0/control/control.rng    2020-05-07 
10:22:03.000000000 +0200
+++ new/yast2-installation-control-4.3.1/control/control.rng    2020-05-11 
11:49:47.000000000 +0200
@@ -1250,7 +1250,6 @@
       <ref name="partitions"/>
       <ref name="btrfs_increase_percentage"/>
       <ref name="btrfs_default_subvolume"/>
-      <ref name="proposal_settings_editable"/>
       <ref name="expert_partitioner_warning"/>
       <ref name="root_subvolume_read_only"/>
       <ref name="subvolumes"/>
@@ -1369,12 +1368,6 @@
       <ref name="STRING"/>
     </element>
   </define>
-  <define name="proposal_settings_editable">
-    <element>
-      <name 
ns="http://www.suse.com/1.0/yast2ns";>proposal_settings_editable</name>
-      <ref name="BOOLEAN"/>
-    </element>
-  </define>
   <define name="expert_partitioner_warning">
     <element>
       <name 
ns="http://www.suse.com/1.0/yast2ns";>expert_partitioner_warning</name>
@@ -1503,9 +1496,6 @@
       <optional>
         <ref name="ng_multidisk_first"/>
       </optional>
-      <optional>
-        <ref name="proposal_settings_editable"/>
-      </optional>
     </interleave>
   </define>
   <define name="ng_lvm">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.3.0/package/yast2-installation-control.changes 
new/yast2-installation-control-4.3.1/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.3.0/package/yast2-installation-control.changes 
    2020-05-07 10:22:03.000000000 +0200
+++ 
new/yast2-installation-control-4.3.1/package/yast2-installation-control.changes 
    2020-05-11 11:49:47.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon May 11 07:45:17 UTC 2020 - Steffen Winterfeldt <[email protected]>
+
+- remove obsolete proposal_settings_editable (bsc#1171423)
+- 4.3.1
+
+-------------------------------------------------------------------
 Thu May  7 07:35:40 UTC 2020 - Josef Reidinger <[email protected]>
 
 - Control file schema improvements (bsc#1170886)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.3.0/package/yast2-installation-control.spec 
new/yast2-installation-control-4.3.1/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.3.0/package/yast2-installation-control.spec    
    2020-05-07 10:22:03.000000000 +0200
+++ 
new/yast2-installation-control-4.3.1/package/yast2-installation-control.spec    
    2020-05-11 11:49:47.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.3.0
+Version:        4.3.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to