Packages changed:
  MicroOS-release (20250128 -> 20250130)
  bash-completion
  hostname (3.23 -> 3.25)
  irqbalance
  kf6-kpty
  libsecret (0.21.5 -> 0.21.6+5)
  net-snmp
  net-tools
  polkit-default-privs (1550+20250121.7deadcd -> 1550+20250128.968956c)
  python-alembic (1.14.0 -> 1.14.1)
  rebootmgr (2.6+git20241108.fc0c103 -> 3.0+git20250129.eed876f)
  sdbootutil (1+git20241217.5aeb4e9 -> 1+git20250130.2bcbf46)
  systemd-presets-common-SUSE
  sysuser-tools
  timezone (2024b -> 2025a)
  wpa_supplicant

=== Details ===

==== MicroOS-release ====
Version update (20250128 -> 20250130)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== bash-completion ====

- No longer ship completion for secret-tool, which belongs to
  libsecret and newly brings the completions by itself.
  https://github.com/scop/bash-completion/issues/1317

==== hostname ====
Version update (3.23 -> 3.25)

- update to 3.25:
  * Removed old rule that moved file from /usr/bin to /bin.
    (Closes: #1056978)
  hostname 3.24:
  [ Gioele Barabucci ]
  * d/control: Add VCS URLs (Closes: #1050091)
  * Makefile: Adopt GNU/debhelper conventions
  * d/rules: Simplify using debhelper 13 (Closes: #1050093)
  * d/rules: Extract program version using sed
  * d/control: Update standards version to 4.6.2, no changes needed
  * d/control: Specify Rules-Requires-Root: no
  [ binlingyu ]
  * Fix memory leak
  [ lingyu bin ]
  * Update .gitlab-ci.yml file
  [ Michael Meskes ]
  * Fixed VCS information
  * Enable build with ubuntu suffixes.
    Thanks to Matthias Klose <doko@ubuntu.com> (Closes: #995889)
  * Update standards version to 4.7.0, no changes needed
  * Release 3.24
  hostname 3.23+nmu1:
  * Non-maintainer upload.
  * Convert d/copyright to machine-readable format. (Closes: #1013131)
  * Upgrade to 3.0 source format. (Closes: #1007059)

==== irqbalance ====

- Drop rcFOO symlinks for CODE16 (PED-266).

==== kf6-kpty ====
Subpackages: libKF6Pty6

- Remove libutempter, it doesn't work anymore with the switch
  from utmp to systemd-logind

==== libsecret ====
Version update (0.21.5 -> 0.21.6+5)
Subpackages: libsecret-1-0 typelib-1_0-Secret-1

- Update to version 0.21.6+5:
  + Integrate external extended bash-completion script
  + Fix man section number in the secret-tool completion file
  + Update secret-value.c
- Update to version 0.21.6:
  + meson:
  - Make dbus-run-session optional
  - Actually include bash-completion subdir
- Add pkgconfig(bash-completion) BuildRequires: New optional
  dependency, following this, add new sub-package
  secret-tool-bash-completion.

==== net-snmp ====
Subpackages: libsnmp40 snmp-mibs

- Drop rcFOO symlinks for CODE16 (PED-266).

==== net-tools ====

- hostname is not required anymore [bsc#1236061]

==== polkit-default-privs ====
Version update (1550+20250121.7deadcd -> 1550+20250128.968956c)

- Update to version 1550+20250128.968956c:
  * profiles: add tuned-ppd renames / minor changes (bsc#1236029)

==== python-alembic ====
Version update (1.14.0 -> 1.14.1)

- Update to 1.14.1
  * Modified SQLite’s dialect to render “ALTER TABLE <t> RENAME COLUMN”
    when Operations.alter_column() is used with a straight rename,
    supporting SQLite’s recently added column rename feature.
  * Added tzdata to tz extras, which is required on some platforms
    such as Windows. Pull request courtesy Danipulok.
  * Fixed bug where autogen render of a “variant” type would fail to
    catch the variants if the leading type were a dialect-specific type,
    rather than a generic type.

==== rebootmgr ====
Version update (2.6+git20241108.fc0c103 -> 3.0+git20250129.eed876f)

- Update to version 3.0+git20250129.eed876f:
  * Release version 3.1
  * rebootmgrd: fix check if new strategy is valid
- Update to version 3.0+git20250128.8fa577c:
  * Import version 3.0 based on sd-varlink
- Update to version 3.0+git20250127.73667d7:
  * rebootmgrctl: implement verbose dump-config verb
  * Fix search path for vendor config file
  * Add CI with openSUSE container
  * Add new methods and use UID auth
- Add timezone to BuildRequires for test suite
- Update to version 3.0+git20250114.f74a9d5:
  * Add bash-completion for rebootmgrctl
- Update to version 3.0+git20241219.7166827:
  * Remove left overs from dbus related manual page
  * Use int64 to parse JSON for time_t
  * Set varlink info
  * Move announce_ready() call to a later place
  * Require libeconf 0.7.5
  * Free event loop in destroy context.
  * Add missing error reply
  * Remove unused log_type variable
  * Add internal error to varlink interface
  * Move varlink definition into own file
  * Update manual pages

==== sdbootutil ====
Version update (1+git20241217.5aeb4e9 -> 1+git20250130.2bcbf46)
Subpackages: sdbootutil-snapper sdbootutil-tukit

- Update to version 1+git20250130.2bcbf46:
  * Recognize set-timeout -1 in systemd-boot (bsc#1236578)
  * Drop unused parameters
  * Remove interactive leftover
  * Add bash completions
  * Export options definition to function
  * Export command definition to function
  * Export bootctl evaluation to function
  * export image name setting to function
  * Remove UI command help
  * Mount devices and subvolumes for chroot
  * Set permission for new keys
  * Regenerate initrd if missing
  * Remove old initrd
  * Accept spaces or tabs when parsing crypttab
  * add info to --help about how to ignore devices
  * Do not include command line parameters before initrd= and
    BOOT_IMAGE= This is necessary because the kernel can inject
    command line options that are placed in front of these
    parameters. sdbootutil then picks these up on the next run and
    causes duplication of them, as the kernel will again inject the
    option. Now sdbootutil ignores these injected parameters.
  * Do not fail if the parent is missing
  * Drop extra echo
  * Fix 'if' expression
  * Fix enrollment method variable
  * Drop unused variables for TUI
  * Remove TUI components
  * Add --removable as alias for --portable
  * Show dracut output in verbose mode
  * Make if-else case statement
  * Add --pcr cli option

==== systemd-presets-common-SUSE ====

- Enable wtmpdbd.socket to start wtmpdbd via socket activation.
  A seperate daemon for wtmpdb access is required to solve
  https://sourceware.org/bugzilla/show_bug.cgi?id=24492

==== sysuser-tools ====

- Add support for "u!" with useradd (shadow). busybox has no
  support for account/password expiration

==== timezone ====
Version update (2024b -> 2025a)

- Update to 2025a:
  * Paraguay adopts permanent -03 starting spring 2024
  * Improve pre-1991 data for the Philippines
  * Etc/Unknown is now reserved

==== wpa_supplicant ====

- Drop rcFOO symlinks for CODE16 (PED-266).