Hello community,
here is the log from the commit of package skelcd-control-CAASP for
openSUSE:Factory checked in at 2018-01-20 11:19: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"
Sat Jan 20 11:19:30 2018 rev:6 rq:567313 version:15.0.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/skelcd-control-CAASP/skelcd-control-CAASP.changes
2018-01-17 21:44:06.287101392 +0100
+++
/work/SRC/openSUSE:Factory/.skelcd-control-CAASP.new/skelcd-control-CAASP.changes
2018-01-20 11:19:31.508534260 +0100
@@ -1,0 +2,7 @@
+Thu Jan 18 06:07:41 UTC 2018 - [email protected]
+
+- adjusted patterns list (bsc#1075998)
+- defined role for plain MicroOS
+- 15.0.12
+
+-------------------------------------------------------------------
Old:
----
skelcd-control-CAASP-15.0.11.tar.bz2
New:
----
skelcd-control-CAASP-15.0.12.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-CAASP.spec ++++++
--- /var/tmp/diff_new_pack.NxNry0/_old 2018-01-20 11:19:32.092506960 +0100
+++ /var/tmp/diff_new_pack.NxNry0/_new 2018-01-20 11:19:32.092506960 +0100
@@ -111,7 +111,7 @@
Url: https://github.com/yast/skelcd-control-CAASP
AutoReqProv: off
-Version: 15.0.11
+Version: 15.0.12
Release: 0
Summary: The CaaSP control file needed for installation
License: MIT
++++++ skelcd-control-CAASP-15.0.11.tar.bz2 ->
skelcd-control-CAASP-15.0.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-CAASP-15.0.11/control/control.CAASP.xml
new/skelcd-control-CAASP-15.0.12/control/control.CAASP.xml
--- old/skelcd-control-CAASP-15.0.11/control/control.CAASP.xml 2018-01-16
17:34:58.000000000 +0100
+++ new/skelcd-control-CAASP-15.0.12/control/control.CAASP.xml 2018-01-18
11:08:53.000000000 +0100
@@ -115,7 +115,7 @@
<!-- bnc#875350: Explicitly selecting these patterns by default -->
<!-- For a list of patterns, see
https://build.suse.de/package/view_file/SUSE:SLE-12-SP2:Update:Products:CASP10/patterns-caasp/patterns-caasp.spec?expand=1
-->
- <default_patterns>SUSE-MicroOS SUSE-CaaSP-Stack</default_patterns>
+ <default_patterns>SUSE-MicroOS SUSE-MicroOS-hardware
SUSE-MicroOS-apparmor SUSE-CaaSP-Stack</default_patterns>
<!-- bnc#876760: Explicitly selecting these (optional) patterns by
default if they exist -->
<optional_default_patterns>32bit</optional_default_patterns>
@@ -275,6 +275,97 @@
<id>none_role</id>
<order config:type="integer">300</order>
+
+ </system_role>
+
+ <system_role>
+ <id>micro_os_role</id>
+
+ <order config:type="integer">400</order>
+
+ <software>
+ <default_patterns>SUSE-MicroOS SUSE-MicroOS-hardware
SUSE-MicroOS-apparmor</default_patterns>
+ </software>
+ <partitioning>
+ <expert_partitioner_warning
config:type="boolean">true</expert_partitioner_warning>
+
+ <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">
+ <!-- The / filesystem -->
+ <volume>
+ <mount_point>/</mount_point>
+ <!-- Default == final, since the user can't change it -->
+ <fs_type>btrfs</fs_type>
+ <desired_size config:type="disksize">25 GiB</desired_size>
+ <min_size config:type="disksize">16 GiB</min_size>
+ <max_size config:type="disksize">30 GiB</max_size>
+ <weight config:type="integer">80</weight>
+ <!-- Always use snapshots, no matter what -->
+ <snapshots config:type="boolean">true</snapshots>
+ <snapshots_configurable
config:type="boolean">false</snapshots_configurable>
+
+ <!-- You don't want to miss the / volume -->
+ <proposed_configurable
config:type="boolean">false</proposed_configurable>
+
+ <!-- the default subvolume "@" was requested by product
management -->
+ <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>root</path>
+ </subvolume>
+ <subvolume>
+ <path>tmp</path>
+ </subvolume>
+ <subvolume>
+ <path>home</path>
+ </subvolume>
+ <subvolume>
+ <path>cloud-init-config</path>
+ </subvolume>
+ <!-- unified var subvolume -
https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html -->
+ <subvolume>
+ <path>var</path>
+ <copy_on_write
config:type="boolean">false</copy_on_write>
+ </subvolume>
+
+ <!-- architecture specific subvolumes -->
+
+ <subvolume>
+ <path>boot/grub2/arm64-efi</path>
+ <archs>aarch64</archs>
+ </subvolume>
+ <subvolume>
+ <path>boot/grub2/i386-pc</path>
+ <archs>x86_64</archs>
+ </subvolume>
+ <subvolume>
+ <path>boot/grub2/powerpc-ieee1275</path>
+ <archs>ppc,!board_powernv</archs>
+ </subvolume>
+ <subvolume>
+ <path>boot/grub2/s390x-emu</path>
+ <archs>s390</archs>
+ </subvolume>
+ <subvolume>
+ <path>boot/grub2/x86_64-efi</path>
+ <archs>x86_64</archs>
+ </subvolume>
+ </subvolumes>
+ </volume>
+
+ <!-- No swap partition is defined, so it's never created -->
+ </volumes>
+ </partitioning>
+
</system_role>
</system_roles>
@@ -362,6 +453,13 @@
<none_role_description>
<label>• No services started by default.</label>
</none_role_description>
+ <micro_os_role>
+ <!-- TRANSLATORS: a label for a system role -->
+ <label>SUSE MicroOS</label>
+ </micro_os_role>
+ <micro_os_role_description>
+ <label>• No services started by default.</label>
+ </micro_os_role_description>
</texts>
<workflows config:type="list">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-CAASP-15.0.11/control/control.Kubic.xsl
new/skelcd-control-CAASP-15.0.12/control/control.Kubic.xsl
--- old/skelcd-control-CAASP-15.0.11/control/control.Kubic.xsl 2018-01-16
17:34:58.000000000 +0100
+++ new/skelcd-control-CAASP-15.0.12/control/control.Kubic.xsl 2018-01-18
11:08:53.000000000 +0100
@@ -2,7 +2,13 @@
Definition of the control.CAASP.xml -> control.Kubic.xml transformation.
-->
-<xsl:stylesheet version="1.0" xmlns:n="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0"
+ xmlns:n="http://www.suse.com/1.0/yast2ns"
+ xmlns:config="http://www.suse.com/1.0/configns"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns="http://www.suse.com/1.0/yast2ns"
+ exclude-result-prefixes="n"
+>
<xsl:output method="xml" indent="yes"/>
@@ -31,4 +37,11 @@
<xsl:copy-of
select="document('/CD1/control.xml')/*/n:software/n:extra_urls"/>
</xsl:copy>
</xsl:template>
+
+ <xsl:template match="n:micro_os_role">
+ <micro_os_role>
+ <label>openSUSE MicroOS</label>
+ </micro_os_role>
+ </xsl:template>
+
</xsl:stylesheet>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-CAASP-15.0.11/package/skelcd-control-CAASP.changes
new/skelcd-control-CAASP-15.0.12/package/skelcd-control-CAASP.changes
--- old/skelcd-control-CAASP-15.0.11/package/skelcd-control-CAASP.changes
2018-01-16 17:34:58.000000000 +0100
+++ new/skelcd-control-CAASP-15.0.12/package/skelcd-control-CAASP.changes
2018-01-18 11:08:53.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Jan 18 06:07:41 UTC 2018 - [email protected]
+
+- adjusted patterns list (bsc#1075998)
+- defined role for plain MicroOS
+- 15.0.12
+
+-------------------------------------------------------------------
Tue Jan 16 17:01:09 UTC 2018 - [email protected]
- do not define control.xml in %files when not CaaSP or openSUSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-CAASP-15.0.11/package/skelcd-control-CAASP.spec
new/skelcd-control-CAASP-15.0.12/package/skelcd-control-CAASP.spec
--- old/skelcd-control-CAASP-15.0.11/package/skelcd-control-CAASP.spec
2018-01-16 17:34:58.000000000 +0100
+++ new/skelcd-control-CAASP-15.0.12/package/skelcd-control-CAASP.spec
2018-01-18 11:08:53.000000000 +0100
@@ -111,7 +111,7 @@
Url: https://github.com/yast/skelcd-control-CAASP
AutoReqProv: off
-Version: 15.0.11
+Version: 15.0.12
Release: 0
Summary: The CaaSP control file needed for installation
License: MIT