Packages changed:
  at
  gmp
  libcaca
  libplist
  libssh
  libstorage-ng (4.5.239 -> 4.5.241)
  llvm19
  lvm2
  lvm2-device-mapper
  makedumpfile (1.7.5 -> 1.7.6)
  microos-tools (4.0+git6 -> 4.0+git7)
  nvidia-open-driver-G06-signed (570.86.16_k6.13.4_1 -> 570.124.04_k6.13.4_1)
  openSUSE-release (20250227 -> 20250228)
  plocate
  projectM
  python-kiwi (10.2.10 -> 10.2.12)
  sushi (46.0 -> 46.0+11)

=== Details ===

==== at ====

- Avoid bashisms in build recipe.
- Delete /usr/sbin/rc* symlinks.

==== gmp ====
Subpackages: libgmp10 libgmp10-32bit

- Manually select the z13/z14 architecture level specific assembly routines
  for s390x and SLFO since GMP lacks fat binary support there and also lacks
  a way to auto-detect the architecture level used at compile-time.
  [jsc#PED-3270]

==== libcaca ====

- Drop pkgconfig(ftgl) BuildRequires: ftgl is unmaintained and
  libcaca does not actually link to it, despite configure checking
  for it and finding it. This was originally added to configure in
  2008 (commit 9752e82) to be used 'later'.

==== libplist ====

- Fix Cython version requirement: Version 3.0 is required.
- Fix python singlespec usage: python_moudle should only ever be
  used in BuildRequires statements.
- Build a proper python subpackage using python-rpm-macros
  * uses python3 on Factory and python311 on SLE-15 derivatives

==== libssh ====
Subpackages: libssh-config libssh4

- Move global config dir to /usr/etc/libssh (bsc#1222716)
  * Add patch libssh-cmake-Add-option-WITH_HERMETIC_USR.patch

==== libstorage-ng ====
Version update (4.5.239 -> 4.5.241)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1

- Translated using Weblate (Dutch) (bsc#1149754)
- 4.5.241
- Translated using Weblate (Swedish) (bsc#1149754)
- 4.5.240

==== llvm19 ====
Subpackages: clang-tools clang19 libLLVM19 libclang-cpp19 libclang13 libclang_rt19 llvm19-gold

- Build with GCC 13 on Leap/SLES 15 (bsc#1235697)

==== lvm2 ====
Subpackages: liblvm2cmd2_03

- fixing HA16.0 Product building issues for packages: lvm2-lockd, cluster-md, dlm, drbd (bsc#1237701)
  * update lvm2.spec

==== lvm2-device-mapper ====
Subpackages: device-mapper libdevmapper-event1_03 libdevmapper1_03

- fixing HA16.0 Product building issues for packages: lvm2-lockd, cluster-md, dlm, drbd (bsc#1237701)
  * update lvm2.spec

==== makedumpfile ====
Version update (1.7.5 -> 1.7.6)

- Update to 1.7.5:
  * Support for kernels up to v6.11 (x86_64)
- Drop upstreamed patches:
  * 0001-PATCH-Fix-failure-of-hugetlb-pages-exclusion-on-Linu.patch
  * 0002-PATCH-Fix-wrong-exclusion-of-Slab-pages-on-Linux-6.1.patch
  * make-reserve_diskspace-do-nothing-for-flattened-form.patch
- makedumpfile-fix-detection-of-typed-compound-pages-Linux-6.12.patch:
  Reflect mm changes in kernel v6.12 (bsc#1237269).

==== microos-tools ====
Version update (4.0+git6 -> 4.0+git7)

- Update to version 4.0+git7:
  * Only autorelabel local filesystems with SELinux support (boo#1237202)

==== nvidia-open-driver-G06-signed ====
Version update (570.86.16_k6.13.4_1 -> 570.124.04_k6.13.4_1)

- update non-CUDA variant to 570.124.04 (boo#1237585)
- update non-CUDA variant to 570.124.02 (boo#1237585)

==== openSUSE-release ====
Version update (20250227 -> 20250228)
Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== plocate ====

- split off apparmor support into its own subpackage, using a conditional
  dependency for it in the main package (boo#1237689).

==== projectM ====

- Drop pkgconfig(ftgl) BuildRequires: this is not actually used
  based on code inspection.

==== python-kiwi ====
Version update (10.2.10 -> 10.2.12)

- Bump version: 10.2.11 → 10.2.12
- Fix profile env variable name regression
  In the effort of adapting to the latest snapper in Issue #2697
  we overlooked the after effect of a different variable name
  in the profile environment with regards to $kiwi_btrfs_root_is_snapshot
  and $kiwi_btrfs_root_is_snapper_snapshot. Image builds that
  references the former variable name would be broken by the change.
  This commit makes sure no regression is introduced by providing
  both variants. This Fixes bsc#1237772
- Fix grub mkimage call for the ppc platform
  The list of modules used to create a grub platform image for
  ppc was the same list as used for the x86 bios platform.
  This commit fixes this and also cleans up the inconsistency
  and misleading names used for creating platform specific
  output. This Fixes #2738
- Bump version: 10.2.10 → 10.2.11
- Update box plugin documentation
  Add chapter about new container build feature. The
  box plugin can now also run the build in containers
- The ubuntu 20.04 github runner is closing down
  Make sure to move to another runner for workloads which
  still uses ubuntu 20.04

==== sushi ====
Version update (46.0 -> 46.0+11)
Subpackages: sushi-lang

- Update to version 46.0+11:
  + Fix a crash caused by missing gvariant parameter.