Packages changed:
  btrfsprogs (6.8.1 -> 6.9)
  cifs-utils
  libcaca
  lvm2
  lvm2-device-mapper
  metamail
  openblas_openmp
  openblas_pthreads
  postfix
  salt
  socat

=== Details ===

==== btrfsprogs ====
Version update (6.8.1 -> 6.9)
Subpackages: btrfsprogs-bash-completion btrfsprogs-udev-rules libbtrfs0 libbtrfsutil1

- update to 6.9
  * mkfs:
  * if --force used, don't continue if the mount status cannot be
    determined (e.g. due to permissions)
  * fix minimum size calculation on zoned devices, make it work with option -b
  * check:
  * option --clear-ino-cache removed (functionality still provided in
    'rescue' command group)
  * detect and repair wrong file extent item ram_bytes value
  * qgroup clear-stale:
  * sync the filesystem before search to read the up to date state
  * handle cases where qgroup cannot be deleted due to uncleaned subvolume
    or when squota is enabled
  * qgroup show: display status of qgroup regarding the cleaning of the
    subvolume or if it's squota
  * receive: fix stream parsing on strict alignment hosts (e.g. ARM v5 or v6)
  * tune change-csum: fix check of dev-replace status item, continue if no
    dev-replace in progress
  * dump-tree: print contents of dev-replace status item
  * convert: fix extent iteration to handle prealloc/unwritten extents
  * libbtrfsutil:
  * patchlevel version update 1.3.1
  * fix potentially unaligned access to send stream
  * create library links to all version levels
  * libbtrfs:
  * patchlevel version update 0.1.3
  * fix potentially unaligned access to send stream
  * create library links to all version levels
  * build:
  * fix compatibility with e2fsprogs 1.47.1
  * fix header file dependency tracking
  * other:
  * documentation updates

==== cifs-utils ====

- remove dependency on /usr/bin/python3 (bsc#1212476)

==== libcaca ====

- Updated spec-file with manual optimizations.
- Added file libcaca-0.99.beta20-gcc14.patch (boo#1225795).

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

- change BuildRequires due to corosync devel package rename
  * update lvm2.spec, use pkgconfig(corosync)

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

- change BuildRequires due to corosync devel package rename
  * update lvm2.spec, use pkgconfig(corosync)

==== metamail ====

- Add -fpermissive to compiler options to work around GCC 14 not allowing
  some violations of the C99 standard. [boo#1225862]

==== openblas_openmp ====

- no-static.patch: do not link statically

==== openblas_pthreads ====

- no-static.patch: do not link statically

==== postfix ====

- fix for Invalid cross-device link
  * failed to create hard link 'etc/localtime' => '/usr/share/zoneinfo/Etc/UTC'

==== salt ====
Subpackages: python3-salt salt-master salt-minion salt-transactional-update

- Fix "status.diskusage" function and exclude some tests for Salt Bundle
- Added:
  * fix-status.diskusage-and-exclude-some-tests-to-run-w.patch

==== socat ====

- 0004-udp-listen-bind4.patch: fixed a UDP listen error (bsc#1226459)