Packages changed:
  MicroOS-release (20240806 -> 20240807)
  chrony
  evolution-data-server (3.52.3 -> 3.52.4)
  fwupd (1.9.22 -> 1.9.23)
  gnome-online-accounts (3.50.3 -> 3.50.4)
  gnome-shell (46.3.1 -> 46.4)
  libcdio
  makedumpfile
  mutter (46.3.1 -> 46.4)
  pam
  passt (20240624.1ee2eca -> 20240726.57a21d2)
  selinux-policy (20240731 -> 20240802)
  skopeo (1.15.2 -> 1.16.0)
  system-config-printer

=== Details ===

==== MicroOS-release ====
Version update (20240806 -> 20240807)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== chrony ====
Subpackages: chrony-pool-openSUSE

- Update clknetsim to snapshot 633a0be: fix missing stat/fstat with
  latest glibc.

==== evolution-data-server ====
Version update (3.52.3 -> 3.52.4)
Subpackages: libcamel-1_2-64 libebackend-1_2-11 libebook-1_2-21 libebook-contacts-1_2-4 libecal-2_0-3 libedata-book-1_2-27 libedata-cal-2_0-2 libedataserver-1_2-27 libedataserverui-1_2-4

- Update to version 3.52.4:
  + alarm-notify: Save acknowledge time without sending iTip
    message.
  + Calendar: Anniversaries hidden when book goes to online.

==== fwupd ====
Version update (1.9.22 -> 1.9.23)
Subpackages: libfwupd2 typelib-1_0-Fwupd-2_0

- Update to version 1.9.23:
  + Fix a regression in 1.9.22 that caused some devices not to
    probe correctly.
  + Try harder to get a valid response when flashing usi-dock
    devices.

==== gnome-online-accounts ====
Version update (3.50.3 -> 3.50.4)
Subpackages: libgoa-1_0-0 libgoa-backend-1_0-2

- Update to version 3.50.4:
  + Allow editing the details for Exchange accounts when
    re-authenticating.
  + Correctly save and reset settings for TLS certificate errors.

==== gnome-shell ====
Version update (46.3.1 -> 46.4)
Subpackages: gnome-shell-calendar

- Update to version 46.4:
  + Fix glitches in looking glass
  + Improve Persian on-screen keyboard layout
  + Make overview startup notification more reliable
  + Fix keyboard navigation in app folders
  + Fix connecting to WPA2 enterprise networks
  + Misc. bug fixes and cleanups
  + Updated translations.

==== libcdio ====

- Add c99.patch fixing implicit declaration of a function error so
  that the 32bit version of this package can be built with GCC 14.

==== makedumpfile ====

- add (bsc#1228388):
  * 0001-PATCH-Fix-failure-of-hugetlb-pages-exclusion-on-Linu.patch
  * 0002-PATCH-Fix-wrong-exclusion-of-Slab-pages-on-Linux-6.1.patch

==== mutter ====
Version update (46.3.1 -> 46.4)

- Update to version 46.4:
  + Fix nested popovers on wayland.
  + Misc. bug fixes and cleanups.
  + Updated translations.
- Drop mutter-fix-x11-restart.patch: fixed upstream.

==== pam ====

- Prevent cursor escape from the login prompt [bsc#1194818]
  * Added: pam-bsc1194818-cursor-escape.patch

==== passt ====
Version update (20240624.1ee2eca -> 20240726.57a21d2)
Subpackages: passt-selinux

- Update to version 20240726.57a21d2:
  * tap: Improve handling of partially received frames on qemu socket
  * tap: Correctly handle frames of odd length
  * tap: Don't use EPOLLET on Qemu sockets
  * tap: Don't attempt to carry on if we get a bad frame length from qemu
  * tap: Better report errors receiving from QEMU socket
  * log: Fetch log times with CLOCK_MONOTONIC, not CLOCK_REALTIME
  * log: Initialise timestamp for relative log time also if we use a log file
  * log, util: Fix sub-second part in relative log time calculation
  * test/lib/perf_report: Fix highlight
  * test: Fix spurious test failure with systemd-resolved
  * fwd: Broaden what we consider for DNS specific forwarding rules
  * fwd: Refactor tests in fwd_nat_from_tap() for clarity
  * conf: Accept addresses enclosed by square brackets in port forwarding specifiers
  * tap: Exit if we fail to bind a UNIX domain socket with explicit path
  * test: iperf3 3.16 introduces multiple threads, drop our own implementation of that
  * test: Update names of symbols and slabinfo entries
  * test: Fix memory/passt tests, --netns-only is not a valid option for passt
  * log: Drop newlines in the middle of the perror()-like messages
  * tcp: Change SO_PEEK_OFF support message to debug()
  * tap: Don't quit if pasta gets EIO on writev() to tap, interface might be down
  * tcp: Correctly update SO_PEEK_OFF when tcp_send_frames() drops frames
  * tcp: probe for SO_PEEK_OFF both in tcpv4 and tcp6
  * udp: Rename UDP listening sockets
  * udp: Remove rdelta port forwarding maps
  * udp: Remove obsolete socket tracking
  * udp: Direct datagrams from host to guest via flow table
  * udp: Find or create flows for datagrams from tap interface
  * udp: Remove obsolete splice tracking
  * udp: Handle "spliced" datagrams with per-flow sockets
  * udp: Create flows for datagrams from originating sockets
  * fwd: Update flow forwarding logic for UDP
  * flow, icmp: Use general flow forwarding rules for ICMP
  * flow, tcp: Flow based NAT and port forwarding for TCP
  * icmp: Manage outbound socket address via flow table
  * flow: Helper to create sockets based on flowside
  * icmp: Eliminate icmp_id_map
  * icmp: Look up ping flows using flow hash
  * icmp: Obtain destination addresses from the flowsides
  * icmp: Remove redundant id field from flow table entry
  * tcp: Re-use flow hash for initial sequence number generation
  * flow, tcp: Generalise TCP hash table to general flow hash table
  * tcp, flow: Replace TCP specific hash function with general flow hash
  * tcp_splice: Eliminate SPLICE_V6 flag
  * tcp: Simplify endpoint validation using flowside information
  * tcp: Manage outbound address via flow table
  * tcp: Obtain guest address from flowside
  * tcp, flow: Remove redundant information, repack connection structures
  * flow: Common address information for target side
  * flow: Common address information for initiating side
  * doc: Extend zero-recv test with methods using msghdr
  * doc: Test behaviour of closing duplicate UDP sockets
  * tcp_splice: Use parameterised macros for per-side event/flag bits
  * flow: Introduce flow_foreach_sidei() macro
  * flow, tcp_splice: Prefer 'sidei' for variables referring to side index
  * flow, icmp, tcp: Clean up helpers for getting flow from index
  * udp: Handle errors on UDP sockets
  * util: Add AF_UNSPEC support to sockaddr_ntop()
  * udp, tcp: Tweak handling of no_udp and no_tcp flags
  * udp: Make udp_sock_recv static
  * conf: Don't configure port forwarding for a disabled protocol
  * tcp: handle shrunk window advertisements from guest
  * tcp: leverage support of SO_PEEK_OFF socket option when available
  * doc: Trivial fix for reuseaddr-priority
  * doc: Test behaviour of zero length datagram recv()s
  * doc: Add program to document and test assumptions about SO_REUSEADDR
  * udp: Consolidate datagram batching
  * udp: Move some more of sock_handler tasks into sub-functions
  * udp: Don't repeatedly initialise udp[46]_eth_hdr
  * udp: Unify udp[46]_l2_iov
  * udp: Unify udp[46]_mh_splice
  * udp: Rename IOV and mmsghdr arrays
  * udp: Pass full epoll reference through more of sock handler path
  * flow: Add flow_sidx_valid() helper
  * util: sock_l4() determine protocol from epoll type rather than the reverse
  * conf: Use the right maximum buffer size for c->sock_path
  * tcp_splice: Check return value of setsockopt() for SO_RCVLOWAT
  * conf: Copy up to MAXDNSRCH - 1 bytes, not MAXDNSRCH

==== selinux-policy ====
Version update (20240731 -> 20240802)
Subpackages: selinux-policy-targeted

- Update to version 20240802:
  * Dontaudit search of snapper grub plugin to nscd socket (bsc#1228745)

==== skopeo ====
Version update (1.15.2 -> 1.16.0)

- Update to version 1.16.0:
  * Bump Skopeo to v1.16.0
  * fix(deps): update module github.com/containers/common to v0.60.0
  * Drop the toolchain back to 1.21.0
  * fix(deps): update module github.com/containers/image/v5 to v5.32.0
  * fix(deps): update module github.com/containers/storage to v1.55.0
  * chore(deps): update module google.golang.org/grpc to v1.64.1 [security]
  * fix(deps): update module github.com/containers/common to v0.59.2
  * [skip-ci] RPM: spec file cleanup
  * fix(deps): update module golang.org/x/term to v0.22.0
  * fix(deps): update module github.com/containers/ocicrypt to v1.2.0
  * fix(deps): update golang.org/x/exp digest to 7f521ea
  * Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7
  * fix(deps): update module github.com/containers/image/v5 to v5.31.1
  * fix(deps): update module github.com/spf13/cobra to v1.8.1
  * Refer to registry.k8s.io instead of k8s.gcr.io
  * [CI:DOCS] Update dependency golangci/golangci-lint to v1.59.1
  * fix(deps): update module golang.org/x/term to v0.21.0
  * fix(deps): update module github.com/containers/common to v0.59.1
  * Execute cross-build task using PW pool
  * fix(deps): update golang.org/x/exp digest to fd00a4e
  * CI: bump VMs
  * Don't offer the tarball: transport in completions
  * [skip-ci] Packit: `packages: [skopeo-fedora]` for podman-next jobs
  * [CI:DOCS] Update dependency golangci/golangci-lint to v1.59.0
  * fix(deps): update module github.com/containers/common to v0.59.0
  * Stop using the exclude_graphdriver_devicemapper build tag
  * fix(deps): update module github.com/containers/image/v5 to v5.31.0
  * Update for changed c/image error texts
  * Update c/image after https://github.com/containers/image/pull/2408
  * fix(deps): update module github.com/containers/common to v0.58.3
  * hack: Support picking cc and cpp via environment variables.
  * [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.1
  * [skip-ci] RPM: bats requirement only on Fedora
  * fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842
  * [skip-ci] Packit: enable c10s downstream sync
  * [skip-ci] Packit: delete EL8 jobs
  * fix(deps): update module golang.org/x/term to v0.20.0
  * Add info on Skopeo image to README.md
  * [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.0
  * fix summaries for standalone-sign and standalone-verify
  * fix(deps): update module golang.org/x/exp to v0.0.0-20240416160154-fe59bbe5cc7f
  * CI VMs: bump to new versions with tmpfs /tmp
  * chore(deps): update module golang.org/x/net to v0.23.0 [security]
  * Use "slices" from the standard library
  * Update to Go 1.21
  * chore: fix function names
  * Center logo in README.md
  * fix(deps): update module github.com/containers/common to v0.58.2
  * Hard-code the device-mapper graph driver to disabled
  * Fix issue/pr lock workflow
  * feat: add `--image-parallel-copies` flag
  * Use strings.CutSuffix
  * Use strings.CutPrefix
  * Update to Go 1.20
  * fix(deps): update module golang.org/x/term to v0.19.0
  * Freeze the fedora-minimal image reference at Fedora 38
  * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.2
  * fix(deps): update module github.com/containers/common to v0.58.1
  * [CI:DOCS] Add golang 1.21 update warning
  * chore(deps): update dependency containers/automation_images to v20240320
  * main: return exit code `2` when an input is not found
  * chore(deps): update module github.com/docker/docker to v25.0.5+incompatible [security]
  * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.1
  * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.0
  * [skip-ci] rpm: use macro supported vendoring
  * Bump to v1.16.0-dev

==== system-config-printer ====
Subpackages: python3-cupshelpers system-config-printer-common system-config-printer-dbus-service udev-configure-printer

- Drop obsolete update-desktop-files BuildRequires and macro.