Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package aeon-self-installer for
openSUSE:Factory checked in at 2024-04-17 16:39:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aeon-self-installer (Old)
and /work/SRC/openSUSE:Factory/.aeon-self-installer.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aeon-self-installer"
Wed Apr 17 16:39:04 2024 rev:2 rq:1168588 version:16.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/aeon-self-installer/aeon-self-installer.changes
2023-09-25 20:00:23.052062557 +0200
+++
/work/SRC/openSUSE:Factory/.aeon-self-installer.new.26366/aeon-self-installer.changes
2024-04-17 16:39:05.549171776 +0200
@@ -1,0 +2,10 @@
+Wed Apr 17 13:43:19 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Exclude build on ppc64le and armv6l.
+
+-------------------------------------------------------------------
+Wed Apr 17 13:31:03 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Scripted update to kiwi schema v74.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aeon-self-installer.kiwi ++++++
--- /var/tmp/diff_new_pack.ZZJND5/_old 2024-04-17 16:39:06.485206242 +0200
+++ /var/tmp/diff_new_pack.ZZJND5/_new 2024-04-17 16:39:06.485206242 +0200
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
-<image schemaversion="7.2" name="opensuse-aeon" displayname="openSUSE Aeon">
+
+<!-- OBS-ExcludeArch: ppc64le armv6l -->
+
+<image schemaversion="7.4" name="opensuse-aeon" displayname="openSUSE Aeon">
<description type="system">
<author>Richard Brown</author>
<contact>[email protected]</contact>
- <specification>openSUSE Aeon</specification>
+ <specification>openSUSE Aeon</specification>
</description>
<preferences>
<version>16.0.0</version>
@@ -11,27 +14,15 @@
<bootloader-theme>openSUSE</bootloader-theme>
<rpm-excludedocs>true</rpm-excludedocs>
<locale>en_US</locale>
- <type
- image="oem"
- filesystem="btrfs"
- firmware="uefi"
- initrd_system="dracut"
- installiso="true"
- bootpartition="false"
- bootkernel="custom"
- devicepersistency="by-uuid"
- btrfs_root_is_snapshot="true"
- btrfs_root_is_readonly_snapshot="true"
- btrfs_quota_groups="true"
- >
- <bootloader name="grub2" console="gfxterm" timeout="10" />
+ <type image="oem" filesystem="btrfs" firmware="uefi"
initrd_system="dracut" installiso="true" bootpartition="false"
bootkernel="custom" devicepersistency="by-uuid" btrfs_root_is_snapshot="true"
btrfs_root_is_readonly_snapshot="true" btrfs_quota_groups="true">
+ <bootloader name="grub2" console="gfxterm" timeout="10"/>
<systemdisk>
<volume name="home"/>
<volume name="root"/>
<volume name="opt"/>
<volume name="srv"/>
- <volume name="usr/local"/>
- <volume name="boot/grub2/i386-pc"/>
+ <volume name="usr/local"/>
+ <volume name="boot/grub2/i386-pc"/>
<volume name="boot/grub2/x86_64-efi"
mountpoint="boot/grub2/x86_64-efi"/>
<volume name="boot/writable"/>
<volume name="var" copy_on_write="false"/>
@@ -46,29 +37,24 @@
</machine>
</type>
</preferences>
- <repository type="rpm-md" >
- <source path='obsrepositories:/'/>
+ <repository type="rpm-md">
+ <source path="obsrepositories:/"/>
</repository>
<packages type="image">
<package name="live-add-yast-repos"/>
- <!-- Apparently zypper (?) doesn't like having multiple patterns with
the same name,
- so avoid using namedCollection at least for basesystem -->
- <package name="patterns-aeon-base"/>
- <package name="dracut-kiwi-oem-repart"/>
+ <package name="patterns-aeon-base"/>
+ <package name="dracut-kiwi-oem-repart"/>
<package name="dracut-kiwi-oem-dump"/>
</packages>
<packages type="bootstrap">
- <!-- Avoid that zypper picks the busybox-foo variant for those, that
would fail later -->
<package name="coreutils"/>
<package name="gawk"/>
<package name="gzip"/>
<package name="hostname"/>
- <!-- Avoid libressl -->
<package name="openssl"/>
<package name="filesystem"/>
<package name="glibc-locale-base"/>
- <!-- So that https repos work for image package downloads -->
<package name="ca-certificates-mozilla"/>
- </packages>
+ </packages>
</image>