Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2016-11-09 11:37:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
    2016-09-12 13:24:38.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
       2016-11-09 11:37:20.000000000 +0100
@@ -1,0 +2,14 @@
+Wed Nov  2 16:16:22 CET 2016 - [email protected]
+
+- Added subvolumes (fate#321737)
+- 42.2.99.3
+
+-------------------------------------------------------------------
+Wed Oct 12 11:40:12 UTC 2016 - [email protected]
+
+- Removed reference to netprobe client. It was used in AutoYaST
+  only and everything what this client does should be currently
+  handled by wicked. 
+- 42.2.99.2
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change

Old:
----
  skelcd-control-openSUSE-42.2.99.1.tar.bz2

New:
----
  skelcd-control-openSUSE-42.2.99.3.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.40p3c1/_old  2016-11-09 11:37:21.000000000 +0100
+++ /var/tmp/diff_new_pack.40p3c1/_new  2016-11-09 11:37:21.000000000 +0100
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE-promo
-Version:        42.2.99.1
+Version:        42.2.99.3
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

skelcd-control-openSUSE.spec: same change
++++++ skelcd-control-openSUSE-42.2.99.1.tar.bz2 -> 
skelcd-control-openSUSE-42.2.99.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.2.99.1/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-42.2.99.3/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-42.2.99.1/control/control.openSUSE.xml  
2016-09-09 08:47:12.000000000 +0200
+++ new/skelcd-control-openSUSE-42.2.99.3/control/control.openSUSE.xml  
2016-11-03 10:52:12.000000000 +0100
@@ -293,6 +293,94 @@
         <vm_home_max_size>25GB</vm_home_max_size>
         <btrfs_increase_percentage 
config:type="integer">100</btrfs_increase_percentage>
         <btrfs_default_subvolume>@</btrfs_default_subvolume>
+
+        <!-- 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 -->
+        <subvolumes config:type="list">
+            <subvolume>
+                <path>home</path>
+            </subvolume>
+            <subvolume>
+                <path>opt</path>
+            </subvolume>
+            <subvolume>
+                <path>srv</path>
+            </subvolume>
+            <subvolume>
+                <path>tmp</path>
+            </subvolume>
+            <subvolume>
+                <path>usr/local</path>
+            </subvolume>
+            <subvolume>
+                <path>var/cache</path>
+            </subvolume>
+            <subvolume>
+                <path>var/crash</path>
+            </subvolume>
+            <subvolume>
+                <path>var/lib/libvirt/images</path>
+                <copy_on_write config:type="boolean">false</copy_on_write>
+            </subvolume>
+            <subvolume>
+                <path>var/lib/machines</path>
+            </subvolume>
+            <subvolume>
+                <path>var/lib/mailman</path>
+            </subvolume>
+            <subvolume>
+                <path>var/lib/mariadb</path>
+                <copy_on_write config:type="boolean">false</copy_on_write>
+            </subvolume>
+            <subvolume>
+                <path>var/lib/mysql</path>
+                <copy_on_write config:type="boolean">false</copy_on_write>
+            </subvolume>
+            <subvolume>
+                <path>var/lib/named</path>
+            </subvolume>
+            <subvolume>
+                <path>var/lib/pgsql</path>
+                <copy_on_write config:type="boolean">false</copy_on_write>
+            </subvolume>
+            <subvolume>
+                <path>var/log</path>
+            </subvolume>
+            <subvolume>
+                <path>var/opt</path>
+            </subvolume>
+            <subvolume>
+                <path>var/spool</path>
+            </subvolume>
+            <subvolume>
+                <path>var/tmp</path>
+            </subvolume>
+
+            <!-- architecture specific subvolumes -->
+
+            <subvolume>
+                <path>boot/grub2/i386-pc</path>
+                <archs>i386,x86_64</archs>
+            </subvolume>
+            <subvolume>
+                <path>boot/grub2/x86_64-efi</path>
+                <archs>x86_64</archs>
+            </subvolume>
+            <subvolume>
+                <path>boot/grub2/powerpc-ieee1275</path>
+                <archs>ppc,!board_powernv</archs>
+            </subvolume>
+            <subvolume>
+                <path>boot/grub2/x86_64-efi</path>
+                <archs>x86_64</archs>
+            </subvolume>
+            <subvolume>
+                <path>boot/grub2/s390x-emu</path>
+                <archs>s390</archs>
+            </subvolume>
+        </subvolumes>
+
     </partitioning>
 
     <network>
@@ -1000,10 +1088,6 @@
             <modules config:type="list">
                 <module>
                     <label>Perform Installation</label>
-                    <name>netprobe</name>
-                </module>
-                <module>
-                    <label>Perform Installation</label>
                     <name>autopost</name>
                 </module>
                 <module>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.2.99.1/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-42.2.99.3/package/skelcd-control-openSUSE.changes
--- 
old/skelcd-control-openSUSE-42.2.99.1/package/skelcd-control-openSUSE.changes   
    2016-09-09 08:47:12.000000000 +0200
+++ 
new/skelcd-control-openSUSE-42.2.99.3/package/skelcd-control-openSUSE.changes   
    2016-11-03 10:52:13.000000000 +0100
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Wed Nov  2 16:16:22 CET 2016 - [email protected]
+
+- Added subvolumes (fate#321737)
+- 42.2.99.3
+
+-------------------------------------------------------------------
+Wed Oct 12 11:40:12 UTC 2016 - [email protected]
+
+- Removed reference to netprobe client. It was used in AutoYaST
+  only and everything what this client does should be currently
+  handled by wicked. 
+- 42.2.99.2
+
+-------------------------------------------------------------------
 Thu Sep  8 12:24:32 UTC 2016 - [email protected]
 
 - Cleanup: remove the LiveCD configuration, the yast2-live-installer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.2.99.1/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-42.2.99.3/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-42.2.99.1/package/skelcd-control-openSUSE.spec  
2016-09-09 08:47:12.000000000 +0200
+++ new/skelcd-control-openSUSE-42.2.99.3/package/skelcd-control-openSUSE.spec  
2016-11-03 10:52:13.000000000 +0100
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE
-Version:        42.2.99.1
+Version:        42.2.99.3
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT


Reply via email to