Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2024-03-25 21:07:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Mon Mar 25 21:07:16 2024 rev:238 rq:1161360 version:20240321

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
  2024-02-07 18:48:48.467556922 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.1905/skelcd-control-openSUSE.changes
        2024-03-25 21:08:50.914615808 +0100
@@ -1,0 +2,7 @@
+Thu Mar 21 14:08:23 UTC 2024 - Stefan Hundhammer <[email protected]>
+
+- Removed 'transactional server' system role from TW
+  (bsc#1221742)
+- 20240321
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ skelcd-control-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.eMlI7K/_old  2024-03-25 21:08:51.414634168 +0100
+++ /var/tmp/diff_new_pack.eMlI7K/_new  2024-03-25 21:08:51.414634168 +0100
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE
-Version:        20240103
+Version:        20240321
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

++++++ skelcd-control-openSUSE-20240103.tar.bz2 -> 
skelcd-control-openSUSE-20240321.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skelcd-control-openSUSE-20240103/control/control.xml 
new/skelcd-control-openSUSE-20240321/control/control.xml
--- old/skelcd-control-openSUSE-20240103/control/control.xml    2024-02-06 
20:03:29.000000000 +0100
+++ new/skelcd-control-openSUSE-20240321/control/control.xml    2024-03-25 
11:25:33.000000000 +0100
@@ -425,139 +425,6 @@
         <order config:type="integer">300</order>
       </system_role>
 
-      <system_role>
-        <id>serverro</id>
-        <globals>
-            <firewall_enable_ssh 
config:type="boolean">true</firewall_enable_ssh>
-            <enable_sshd config:type="boolean">true</enable_sshd>
-        </globals>
-        <software>
-          <default_patterns>enhanced_base transactional_base</default_patterns>
-        </software>
-        <order config:type="integer">400</order>
-        <partitioning>
-            <expert_partitioner_warning 
config:type="boolean">true</expert_partitioner_warning>
-
-            <proposal>
-                <lvm config:type="boolean">false</lvm>
-            </proposal>
-
-            <volumes config:type="list">
-                <!-- / volume: 20 GiB - unlimited -->
-                <volume>
-                    <mount_point>/</mount_point>
-                    <fs_type>btrfs</fs_type>
-
-                    <desired_size config:type="disksize">40 GiB</desired_size>
-                    <min_size config:type="disksize">20 GiB</min_size>
-                    <max_size config:type="disksize">unlimited</max_size>
-                    <weight config:type="integer">30</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 -->
-                    <subvolumes config:type="list">
-                        <subvolume>
-                            <path>home</path>
-                        </subvolume>
-                        <subvolume>
-                            <path>opt</path>
-                        </subvolume>
-                        <subvolume>
-                            <path>root</path>
-                        </subvolume>
-                        <subvolume>
-                            <path>srv</path>
-                        </subvolume>
-                        <subvolume>
-                            <path>boot/writable</path>
-                        </subvolume>
-                        <subvolume>
-                            <path>usr/local</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/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/s390x-emu</path>
-                            <archs>s390</archs>
-                        </subvolume>
-                        <subvolume>
-                            <path>boot/grub2/arm64-efi</path>
-                            <archs>aarch64</archs>
-                        </subvolume>
-                        <subvolume>
-                            <path>boot/grub2/riscv64-efi</path>
-                            <archs>riscv64</archs>
-                        </subvolume>
-                    </subvolumes>
-                </volume>
-
-                <!-- separate /home: 10 GiB - unlimited -->
-                <volume>
-                    <mount_point>/home</mount_point>
-                    <fs_type>xfs</fs_type>
-
-                    <proposed config:type="boolean">false</proposed>
-                    <proposed_configurable 
config:type="boolean">true</proposed_configurable>
-
-                    <desired_size config:type="disksize">40 GiB</desired_size>
-                    <min_size config:type="disksize">10 GiB</min_size>
-                    <max_size config:type="disksize">unlimited</max_size>
-                    <weight config:type="integer">60</weight>
-
-                    <disable_order config:type="integer">1</disable_order>
-                </volume>
-
-                <!-- swap: 1 GiB - 2 GiB, but at least RAM size -->
-                <volume>
-                    <mount_point>swap</mount_point>
-                    <fs_type>swap</fs_type>
-
-                    <proposed_configurable 
config:type="boolean">true</proposed_configurable>
-
-                    <desired_size config:type="disksize">2 GiB</desired_size>
-                    <min_size config:type="disksize">1 GiB</min_size>
-                    <max_size config:type="disksize">2 GiB</max_size>
-                    <weight config:type="integer">10</weight>
-                    <adjust_by_ram config:type="boolean">false</adjust_by_ram>
-                    <adjust_by_ram_configurable 
config:type="boolean">true</adjust_by_ram_configurable>
-
-                    <disable_order config:type="integer">2</disable_order>
-                </volume>
-
-            </volumes>
-          </partitioning>
-      </system_role>
     </system_roles>
 
     <clone_modules config:type="list">
@@ -652,14 +519,6 @@
         <server_description>
           <label>Small set of packages suitable for servers with a text mode 
interface.</label>
         </server_description>
-        <serverro>
-          <!-- TRANSLATORS: a label for a system role -->
-          <label>Transactional Server</label>
-        </serverro>
-        <serverro_description>
-          <label>Like the Server role but uses a read-only root filesystem to 
provide atomic, automatic updates of a system without interfering with the 
running system.
-          </label>
-        </serverro_description>
     </texts>
 
     <proposals config:type="list">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20240103/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-20240321/package/skelcd-control-openSUSE.changes
--- 
old/skelcd-control-openSUSE-20240103/package/skelcd-control-openSUSE.changes    
    2024-02-06 20:03:29.000000000 +0100
+++ 
new/skelcd-control-openSUSE-20240321/package/skelcd-control-openSUSE.changes    
    2024-03-25 11:25:33.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Mar 21 14:08:23 UTC 2024 - Stefan Hundhammer <[email protected]>
+
+- Removed 'transactional server' system role from TW
+  (bsc#1221742)
+- 20240321
+
+-------------------------------------------------------------------
 Wed Jan  3 12:57:25 UTC 2024 - Ludwig Nussel <[email protected]>
 
 - Enable systemd-boot support (jsc#PED-1906)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20240103/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-20240321/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-20240103/package/skelcd-control-openSUSE.spec   
2024-02-06 20:03:29.000000000 +0100
+++ new/skelcd-control-openSUSE-20240321/package/skelcd-control-openSUSE.spec   
2024-03-25 11:25:33.000000000 +0100
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE
-Version:        20240103
+Version:        20240321
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

Reply via email to