Hello community,
here is the log from the commit of package skelcd-control-Kubic for
openSUSE:Factory checked in at 2020-11-21 12:40:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-Kubic (Old)
and /work/SRC/openSUSE:Factory/.skelcd-control-Kubic.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-Kubic"
Sat Nov 21 12:40:03 2020 rev:39 rq:849138 version:20201117
Changes:
--------
---
/work/SRC/openSUSE:Factory/skelcd-control-Kubic/skelcd-control-Kubic.changes
2020-07-30 10:00:33.699237737 +0200
+++
/work/SRC/openSUSE:Factory/.skelcd-control-Kubic.new.5913/skelcd-control-Kubic.changes
2020-11-23 10:50:25.006597851 +0100
@@ -1,0 +2,6 @@
+Tue Nov 17 17:00:10 CEST 2020 - Richard Brown <[email protected]>
+
+- Normalise & correct minimum partition requirements (boo#1178895)
+- 20201117
+
+-------------------------------------------------------------------
Old:
----
skelcd-control-Kubic-20200729.tar.bz2
New:
----
skelcd-control-Kubic-20201117.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-Kubic.spec ++++++
--- /var/tmp/diff_new_pack.VM62NZ/_old 2020-11-23 10:50:25.590598435 +0100
+++ /var/tmp/diff_new_pack.VM62NZ/_new 2020-11-23 10:50:25.594598439 +0100
@@ -1,7 +1,7 @@
#
# spec file for package skelcd-control-Kubic
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -119,9 +119,9 @@
#
######################################################################
-Url: https://github.com/yast/skelcd-control-Kubic
+URL: https://github.com/yast/skelcd-control-Kubic
AutoReqProv: off
-Version: 20200729
+Version: 20201117
Release: 0
Summary: The Kubic control file needed for installation
License: MIT
++++++ skelcd-control-Kubic-20200729.tar.bz2 ->
skelcd-control-Kubic-20201117.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-Kubic-20200729/control/control.Kubic.xml
new/skelcd-control-Kubic-20201117/control/control.Kubic.xml
--- old/skelcd-control-Kubic-20200729/control/control.Kubic.xml 2020-07-29
14:05:47.000000000 +0200
+++ new/skelcd-control-Kubic-20201117/control/control.Kubic.xml 2020-11-17
18:19:14.000000000 +0100
@@ -120,8 +120,8 @@
<!-- Default == final, since the user can't change it -->
<fs_type>btrfs</fs_type>
<desired_size config:type="disksize">20 GiB</desired_size>
- <min_size config:type="disksize">20 GiB</min_size>
- <max_size config:type="disksize">40 GiB</max_size>
+ <min_size config:type="disksize">5 GiB</min_size>
+ <max_size config:type="disksize">20 GiB</max_size>
<weight config:type="integer">20</weight>
<!-- Always use snapshots, no matter what -->
<snapshots config:type="boolean">true</snapshots>
@@ -192,7 +192,7 @@
<snapshots_configurable
config:type="boolean">false</snapshots_configurable>
<desired_size config:type="disksize">19 GiB</desired_size>
- <min_size config:type="disksize">8 GiB</min_size>
+ <min_size config:type="disksize">5 GiB</min_size>
<max_size config:type="disksize">unlimited</max_size>
<weight config:type="integer">40</weight>
@@ -257,112 +257,6 @@
<default_patterns>microos_base microos_defaults microos_hardware
microos_apparmor kubic_loadbalancer</default_patterns>
</software>
- <partitioning>
- <expert_partitioner_warning
config:type="boolean">true</expert_partitioner_warning>
-
- <proposal>
- <lvm config:type="boolean">false</lvm>
- <windows_delete_mode
config:type="symbol">all</windows_delete_mode>
- <linux_delete_mode config:type="symbol">all</linux_delete_mode>
- <other_delete_mode config:type="symbol">all</other_delete_mode>
- </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">20 GiB</desired_size>
- <min_size config:type="disksize">11 GiB</min_size>
- <max_size config:type="disksize">40 GiB</max_size>
- <weight config:type="integer">20</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>
- <!-- 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 -->
- <subvolumes config:type="list">
- <subvolume>
- <path>root</path>
- </subvolume>
- <subvolume>
- <path>home</path>
- </subvolume>
- <subvolume>
- <path>opt</path>
- </subvolume>
- <subvolume>
- <path>srv</path>
- </subvolume>
- <subvolume>
- <path>boot/writable</path>
- </subvolume>
- <subvolume>
- <path>usr/local</path>
- </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>
-
- <volume>
- <!-- unified var partition -
https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html -->
- <mount_point>/var</mount_point>
- <!-- Default == final, since the user can't change it -->
- <fs_type>btrfs</fs_type>
- <snapshots config:type="boolean">false</snapshots>
- <snapshots_configurable
config:type="boolean">false</snapshots_configurable>
-
- <desired_size config:type="disksize">19 GiB</desired_size>
- <min_size config:type="disksize">8 GiB</min_size>
- <max_size config:type="disksize">unlimited</max_size>
- <weight config:type="integer">40</weight>
-
- <!-- Give up in a separate partition if the min size
doesn't fit -->
- <disable_order config:type="integer">1</disable_order>
-
- <!-- If this volume is disabled, we want "/" to increase
-->
- <fallback_for_desired_size>/</fallback_for_desired_size>
- <fallback_for_max_size>/</fallback_for_max_size>
- <fallback_for_weight>/</fallback_for_weight>
- </volume>
-
- <!-- No swap partition is defined, so it's never created -->
- </volumes>
- </partitioning>
-
<order config:type="integer">130</order>
<additional_dialogs>inst_kubic_minion_role</additional_dialogs>
</system_role>
@@ -385,112 +279,6 @@
<system_role>
<id>container_host_role</id>
- <partitioning>
- <expert_partitioner_warning
config:type="boolean">true</expert_partitioner_warning>
-
- <proposal>
- <lvm config:type="boolean">false</lvm>
- <windows_delete_mode
config:type="symbol">all</windows_delete_mode>
- <linux_delete_mode config:type="symbol">all</linux_delete_mode>
- <other_delete_mode config:type="symbol">all</other_delete_mode>
- </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">20 GiB</desired_size>
- <min_size config:type="disksize">11 GiB</min_size>
- <max_size config:type="disksize">40 GiB</max_size>
- <weight config:type="integer">20</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>
- <!-- 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 -->
- <subvolumes config:type="list">
- <subvolume>
- <path>root</path>
- </subvolume>
- <subvolume>
- <path>home</path>
- </subvolume>
- <subvolume>
- <path>opt</path>
- </subvolume>
- <subvolume>
- <path>srv</path>
- </subvolume>
- <subvolume>
- <path>boot/writable</path>
- </subvolume>
- <subvolume>
- <path>usr/local</path>
- </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>
-
- <volume>
- <!-- unified var partition -
https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html -->
- <mount_point>/var</mount_point>
- <!-- Default == final, since the user can't change it -->
- <fs_type>btrfs</fs_type>
- <snapshots config:type="boolean">false</snapshots>
- <snapshots_configurable
config:type="boolean">false</snapshots_configurable>
-
- <desired_size config:type="disksize">19 GiB</desired_size>
- <min_size config:type="disksize">8 GiB</min_size>
- <max_size config:type="disksize">unlimited</max_size>
- <weight config:type="integer">40</weight>
-
- <!-- Give up in a separate partition if the min size
doesn't fit -->
- <disable_order config:type="integer">1</disable_order>
-
- <!-- If this volume is disabled, we want "/" to increase
-->
- <fallback_for_desired_size>/</fallback_for_desired_size>
- <fallback_for_max_size>/</fallback_for_max_size>
- <fallback_for_weight>/</fallback_for_weight>
- </volume>
-
- <!-- No swap partition is defined, so it's never created -->
- </volumes>
- </partitioning>
-
<order config:type="integer">300</order>
<additional_dialogs>inst_microos_role</additional_dialogs>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-Kubic-20200729/package/skelcd-control-Kubic.changes
new/skelcd-control-Kubic-20201117/package/skelcd-control-Kubic.changes
--- old/skelcd-control-Kubic-20200729/package/skelcd-control-Kubic.changes
2020-07-29 14:05:47.000000000 +0200
+++ new/skelcd-control-Kubic-20201117/package/skelcd-control-Kubic.changes
2020-11-17 18:19:14.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Nov 17 17:00:10 CEST 2020 - Richard Brown <[email protected]>
+
+- Normalise & correct minimum partition requirements (boo#1178895)
+- 20201117
+
+-------------------------------------------------------------------
Wed Jul 29 10:59:21 CEST 2020 - [email protected]
- Removed unneeded AY installation step "autoimage" (bsc#1140711).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-Kubic-20200729/package/skelcd-control-Kubic.spec
new/skelcd-control-Kubic-20201117/package/skelcd-control-Kubic.spec
--- old/skelcd-control-Kubic-20200729/package/skelcd-control-Kubic.spec
2020-07-29 14:05:47.000000000 +0200
+++ new/skelcd-control-Kubic-20201117/package/skelcd-control-Kubic.spec
2020-11-17 18:19:14.000000000 +0100
@@ -121,7 +121,7 @@
Url: https://github.com/yast/skelcd-control-Kubic
AutoReqProv: off
-Version: 20200729
+Version: 20201117
Release: 0
Summary: The Kubic control file needed for installation
License: MIT
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]