Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2018-03-14 19:34: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"

Wed Mar 14 19:34:15 2018 rev:18 rq:586265 version:4.0.10

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2018-01-28 00:37:52.105870574 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
       2018-03-14 19:34:16.799341577 +0100
@@ -1,0 +2,7 @@
+Mon Mar 12 14:59:02 UTC 2018 - igonzalezs...@suse.com
+
+- Add support for a new btrfs_read_only element in volumes
+  specifications (related to bsc#1079000).
+- 4.0.10
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.Z1maPy/_old  2018-03-14 19:34:17.851304215 +0100
+++ /var/tmp/diff_new_pack.Z1maPy/_new  2018-03-14 19:34:17.855304073 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.0.9
+Version:        4.0.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.0.9.tar.bz2 -> 
yast2-installation-control-4.0.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.0.9/POTFILES 
new/yast2-installation-control-4.0.10/POTFILES
--- old/yast2-installation-control-4.0.9/POTFILES       2018-01-25 
15:04:20.000000000 +0100
+++ new/yast2-installation-control-4.0.10/POTFILES      1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-control/add-on-template_installation.glade
-control/control.SLED.glade
-control/control.SLES-for-VMware.glade
-control/control.SLES.glade
-control/control.openSUSE.glade
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.0.9/control/control.rnc 
new/yast2-installation-control-4.0.10/control/control.rnc
--- old/yast2-installation-control-4.0.9/control/control.rnc    2018-01-25 
15:04:20.000000000 +0100
+++ new/yast2-installation-control-4.0.10/control/control.rnc   2018-03-13 
09:45:51.000000000 +0100
@@ -553,7 +553,6 @@
     & ng_lvm_vg_strategy?
     & ng_lvm_vg_size?
     & proposal_settings_editable?
-    & root_subvolume_read_only?
 
 ng_lvm = element lvm { BOOLEAN }
 ng_resize_windows = element resize_windows { BOOLEAN }
@@ -597,6 +596,7 @@
   & ng_subvolumes?
   & ng_btrfs_default_subvolume?
   & ng_disable_order?
+  & ng_btrfs_read_only?
 
 ng_snapshots_size_or_percentage = ng_snapshots_size | ng_snapshots_percentage
 
@@ -624,6 +624,7 @@
 ng_subvolumes = subvolumes
 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 }
 
 ## Partitioning-related variables
 partitioning = element partitioning {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.0.9/control/control.rng 
new/yast2-installation-control-4.0.10/control/control.rng
--- old/yast2-installation-control-4.0.9/control/control.rng    2018-01-25 
15:04:20.000000000 +0100
+++ new/yast2-installation-control-4.0.10/control/control.rng   2018-03-13 
09:45:51.000000000 +0100
@@ -1137,9 +1137,6 @@
       <optional>
         <ref name="proposal_settings_editable"/>
       </optional>
-      <optional>
-        <ref name="root_subvolume_read_only"/>
-      </optional>
     </interleave>
   </define>
   <define name="ng_lvm">
@@ -1279,6 +1276,9 @@
       <optional>
         <ref name="ng_disable_order"/>
       </optional>
+      <optional>
+        <ref name="ng_btrfs_read_only"/>
+      </optional>
     </interleave>
   </define>
   <define name="ng_snapshots_size_or_percentage">
@@ -1405,6 +1405,11 @@
       <ref name="INTEGER"/>
     </element>
   </define>
+  <define name="ng_btrfs_read_only">
+    <element name="btrfs_read_only">
+      <ref name="BOOLEAN"/>
+    </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.0.9/package/yast2-installation-control.changes 
new/yast2-installation-control-4.0.10/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.0.9/package/yast2-installation-control.changes 
    2018-01-25 15:04:20.000000000 +0100
+++ 
new/yast2-installation-control-4.0.10/package/yast2-installation-control.changes
    2018-03-13 09:45:51.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Mar 12 14:59:02 UTC 2018 - igonzalezs...@suse.com
+
+- Add support for a new btrfs_read_only element in volumes
+  specifications (related to bsc#1079000).
+- 4.0.10
+
+-------------------------------------------------------------------
 Thu Jan 25 12:52:49 UTC 2018 - jsr...@suse.cz
 
 - schema clean-up, only one mode of selecting packages for upgrade
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.0.9/package/yast2-installation-control.spec 
new/yast2-installation-control-4.0.10/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.0.9/package/yast2-installation-control.spec    
    2018-01-25 15:04:20.000000000 +0100
+++ 
new/yast2-installation-control-4.0.10/package/yast2-installation-control.spec   
    2018-03-13 09:45:51.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.0.9
+Version:        4.0.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to