Hello community,

here is the log from the commit of package skelcd-control-CAASP for 
openSUSE:Factory checked in at 2018-03-14 19:34:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-CAASP (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-CAASP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-CAASP"

Wed Mar 14 19:34:30 2018 rev:8 rq:586426 version:15.0.14

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-CAASP/skelcd-control-CAASP.changes    
    2018-01-28 00:38:04.553290706 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-CAASP.new/skelcd-control-CAASP.changes
   2018-03-14 19:34:33.874735125 +0100
@@ -1,0 +2,7 @@
+Tue Mar 13 08:54:10 UTC 2018 - igonzalezs...@suse.com
+
+- Replace root_subvolume_read_only with btrfs_read_only (related
+  to bsc#1079000).
+- 15.0.14
+
+-------------------------------------------------------------------

Old:
----
  skelcd-control-CAASP-15.0.13.tar.bz2

New:
----
  skelcd-control-CAASP-15.0.14.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-CAASP.spec ++++++
--- /var/tmp/diff_new_pack.aPt5YP/_old  2018-03-14 19:34:35.346682847 +0100
+++ /var/tmp/diff_new_pack.aPt5YP/_new  2018-03-14 19:34:35.350682705 +0100
@@ -31,7 +31,7 @@
 # xmllint (for validation)
 BuildRequires:  libxml2-tools
 # RNG validation schema
-BuildRequires:  yast2-installation-control >= 4.0.0
+BuildRequires:  yast2-installation-control >= 4.0.10
 
 %if 0%{?is_opensuse}
 # xsltproc - for building control.Kubic.xml from control.CAASP.xml
@@ -111,7 +111,7 @@
 
 Url:            https://github.com/yast/skelcd-control-CAASP
 AutoReqProv:    off
-Version:        15.0.13
+Version:        15.0.14
 Release:        0
 Summary:        The CaaSP control file needed for installation
 License:        MIT

++++++ skelcd-control-CAASP-15.0.13.tar.bz2 -> 
skelcd-control-CAASP-15.0.14.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-CAASP-15.0.13/control/control.CAASP.glade 
new/skelcd-control-CAASP-15.0.14/control/control.CAASP.glade
--- old/skelcd-control-CAASP-15.0.13/control/control.CAASP.glade        
1970-01-01 01:00:00.000000000 +0100
+++ new/skelcd-control-CAASP-15.0.14/control/control.CAASP.glade        
2018-03-14 19:34:35.558675317 +0100
@@ -0,0 +1 @@
+symbolic link to control.CAASP.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-CAASP-15.0.13/control/control.CAASP.xml 
new/skelcd-control-CAASP-15.0.14/control/control.CAASP.xml
--- old/skelcd-control-CAASP-15.0.13/control/control.CAASP.xml  2018-01-26 
09:36:17.000000000 +0100
+++ new/skelcd-control-CAASP-15.0.14/control/control.CAASP.xml  2018-03-13 
15:35:00.000000000 +0100
@@ -131,7 +131,6 @@
         <proposal>
             <lvm config:type="boolean">false</lvm>
             <proposal_settings_editable 
config:type="boolean">false</proposal_settings_editable>
-            <root_subvolume_read_only 
config:type="boolean">true</root_subvolume_read_only>
         </proposal>
 
         <volumes config:type="list">
@@ -154,6 +153,9 @@
                 <!-- the default subvolume "@" was requested by product 
management -->
                 <btrfs_default_subvolume>@</btrfs_default_subvolume>
 
+                <!-- root filesystem should be read-only -->
+                <btrfs_read_only config:type="boolean">true</btrfs_read_only>
+
                 <!-- Subvolumes to be created for a Btrfs root file system -->
                 <!-- copy_on_write is true by default -->
                 <!-- The XML parser is very simplistic, thus not using 
attributes, but sub-elements -->
@@ -285,7 +287,6 @@
             <proposal>
                 <lvm config:type="boolean">false</lvm>
                 <proposal_settings_editable 
config:type="boolean">false</proposal_settings_editable>
-                <root_subvolume_read_only 
config:type="boolean">true</root_subvolume_read_only>
             </proposal>
 
             <volumes config:type="list">
@@ -308,6 +309,9 @@
                     <!-- the default subvolume "@" was requested by product 
management -->
                     <btrfs_default_subvolume>@</btrfs_default_subvolume>
 
+                    <!-- root filesystem should be read-only -->
+                    <btrfs_read_only 
config:type="boolean">true</btrfs_read_only>
+
                     <!-- Subvolumes to be created for a Btrfs root file system 
-->
                     <!-- copy_on_write is true by default -->
                     <!-- The XML parser is very simplistic, thus not using 
attributes, but sub-elements -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-CAASP-15.0.13/package/skelcd-control-CAASP.changes 
new/skelcd-control-CAASP-15.0.14/package/skelcd-control-CAASP.changes
--- old/skelcd-control-CAASP-15.0.13/package/skelcd-control-CAASP.changes       
2018-01-26 09:36:17.000000000 +0100
+++ new/skelcd-control-CAASP-15.0.14/package/skelcd-control-CAASP.changes       
2018-03-13 15:35:00.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Mar 13 08:54:10 UTC 2018 - igonzalezs...@suse.com
+
+- Replace root_subvolume_read_only with btrfs_read_only (related
+  to bsc#1079000).
+- 15.0.14
+
+-------------------------------------------------------------------
 Fri Jan 26 08:31:39 UTC 2018 - jsr...@suse.cz
 
 - always use 'zypper dup' equivalent when doing upgrade
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-CAASP-15.0.13/package/skelcd-control-CAASP.spec 
new/skelcd-control-CAASP-15.0.14/package/skelcd-control-CAASP.spec
--- old/skelcd-control-CAASP-15.0.13/package/skelcd-control-CAASP.spec  
2018-01-26 09:36:17.000000000 +0100
+++ new/skelcd-control-CAASP-15.0.14/package/skelcd-control-CAASP.spec  
2018-03-13 15:35:00.000000000 +0100
@@ -31,7 +31,7 @@
 # xmllint (for validation)
 BuildRequires:  libxml2-tools
 # RNG validation schema
-BuildRequires:  yast2-installation-control >= 4.0.0
+BuildRequires:  yast2-installation-control >= 4.0.10
 
 %if 0%{?is_opensuse}
 # xsltproc - for building control.Kubic.xml from control.CAASP.xml
@@ -111,7 +111,7 @@
 
 Url:            https://github.com/yast/skelcd-control-CAASP
 AutoReqProv:    off
-Version:        15.0.13
+Version:        15.0.14
 Release:        0
 Summary:        The CaaSP control file needed for installation
 License:        MIT


Reply via email to