(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build conf-gtk4.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
                              on centos-10-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn conf-gtk4.1 1
RUN opam reinstall conf-gtk4.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"centos-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-gtk4.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-05 06:24.23: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702-conf-gtk4.1-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-gtk4.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.24: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
 packages/conf-gtk4/conf-gtk4.1/opam    | 49 ++++++++++++++++++++++++++++++++++
 packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)
 create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
 create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam

(from ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702)
2026-04-05 06:25.08 ---> using "12c44fdba1eeb955a8167326326a0c05d6adfadc75ab8c583b1aefb4144cfed8" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-05 06:25.08 ---> using "6a11dc85513c28675c8007c51738f207cfb97f27f7efe593e619477ad743e949" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 06:25.08 ---> using "c46969d803f1606b7861ee7076456a7edad800f6b9a94ef6d6343103cdac725e" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-05 06:25.08 ---> using "c1d1fa63d43976e3bc50a740e597fc9bdc30f232541050b6d08e1c850209baa5" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-05 06:25.08 ---> using "1cacb55d557fed2b6a2468d67f8d8cc8d79505bea0dd4f37056d8e7d8caa4e76" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:25.17 ---> saved as "0d8656530dfcb81467eaabd2672b36dcc717521433a5a7ecbef179c443109f90"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:25.34 ---> saved as "6c34b8e046159b18efdc0e02fdc893980225763a35fa331b38c592504fba81df"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        41 kB/s |  15 kB     00:00    
- CentOS Stream 10 - BaseOS                       197 kB/s | 6.9 MB     00:35    
- CentOS Stream 10 - AppStream                     36 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    235 kB/s | 3.6 MB     00:15    
- CentOS Stream 10 - CRB                           44 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                          232 kB/s | 834 kB     00:03    
- CentOS Stream 10 - Extras packages              3.1 kB/s |  17 kB     00:05    
- Metadata cache created.
2026-04-05 06:26.40 ---> saved as "99f54be981913a9d6014cdd143abb3f694d63d97d55eca204bb489acb017a764"

/home/opam: (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
conf-gtk4 is now pinned to version 1
2026-04-05 06:26.41 ---> saved as "c9026f661b2c8b9b88089e13e9edbf193f1180f9e0d5300302488adaf5779d9a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-gtk4.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-gtk4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-gtk4       1 (pinned)
  - install conf-pkg-config 4          [required by conf-gtk4]

The following system packages will first need to be installed:
    gtk4-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "yum" "install" "-y" "gtk4-devel"
- Last metadata expiration check: 0:00:05 ago on Sun Apr  5 06:26:39 2026.
- Dependencies resolved.
- ================================================================================
-  Package                                Arch   Version          Repo       Size
- ================================================================================
- Installing:
-  gtk4-devel                             x86_64 4.16.7-4.el10    appstream 4.2 M
- Installing dependencies:
-  ModemManager-glib                      x86_64 1.22.0-7.el10    baseos    325 k
-  adwaita-cursor-theme                   noarch 46.0-3.el10      appstream 524 k
-  adwaita-icon-theme                     noarch 46.0-3.el10      appstream 457 k
-  alsa-lib                               x86_64 1.2.15.3-2.el10  appstream 543 k
-  at-spi2-atk                            x86_64 2.56.1-1.el10    appstream  88 k
-  at-spi2-core                           x86_64 2.56.1-1.el10    appstream 389 k
-  atk                                    x86_64 2.56.1-1.el10    appstream  81 k
-  avahi-glib                             x86_64 0.9~rc2-2.el10   appstream  15 k
-  bluez-libs                             x86_64 5.86-1.el10      baseos     81 k
-  brotli                                 x86_64 1.1.0-7.el10     appstream  19 k
-  brotli-devel                           x86_64 1.1.0-7.el10     appstream  34 k
-  bzip2-devel                            x86_64 1.0.8-25.el10    appstream 215 k
-  cairo-devel                            x86_64 1.18.2-2.el10    appstream 196 k
-  cairo-gobject-devel                    x86_64 1.18.2-2.el10    appstream  12 k
-  colord-libs                            x86_64 1.4.7-6.el10     appstream 233 k
-  duktape                                x86_64 2.7.0-10.el10    baseos    170 k
-  exempi                                 x86_64 2.6.4-7.el10     appstream 590 k
-  exiv2-libs                             x86_64 0.28.3-5.el10    appstream 904 k
-  fdk-aac-free                           x86_64 2.0.0-15.el10    appstream 339 k
-  fftw-libs-single                       x86_64 3.3.10-15.el10   appstream 1.1 M
-  flac-libs                              x86_64 1.4.3-6.el10     appstream 265 k
-  fontconfig-devel                       x86_64 2.15.0-7.el10    appstream 175 k
-  freetype-devel                         x86_64 2.13.2-8.el10    appstream 966 k
-  fribidi-devel                          x86_64 1.0.14-4.el10    appstream  28 k
-  fuse-common                            x86_64 3.16.2-5.el10    baseos    9.7 k
-  fuse3                                  x86_64 3.16.2-5.el10    baseos     59 k
-  fuse3-libs                             x86_64 3.16.2-5.el10    baseos     95 k
-  gdk-pixbuf2-devel                      x86_64 2.42.12-4.el10   appstream 381 k
-  gdk-pixbuf2-modules                    x86_64 2.42.12-4.el10   appstream  29 k
-  geoclue2                               x86_64 2.7.2-1.el10     appstream 148 k
-  giflib                                 x86_64 5.2.1-22.el10    appstream  53 k
-  glib2-devel                            x86_64 2.80.4-12.el10   appstream 1.5 M
-  gobject-introspection                  x86_64 1.79.1-6.el10    baseos    109 k
-  graphene                               x86_64 1.10.6-10.el10   appstream  62 k
-  graphene-devel                         x86_64 1.10.6-10.el10   appstream 171 k
-  graphite2-devel                        x86_64 1.3.14-17.el10   appstream  22 k
-  gsettings-desktop-schemas              x86_64 47.1-4.el10      baseos    784 k
-  gsm                                    x86_64 1.0.22-8.el10    appstream  37 k
-  gstreamer1                             x86_64 1.26.7-5.el10    appstream 1.7 M
-  gstreamer1-plugins-bad-free-libs       x86_64 1.26.7-1.el10    appstream 1.0 M
-  gstreamer1-plugins-base                x86_64 1.26.7-1.el10    appstream 2.3 M
-  gtk-update-icon-cache                  x86_64 3.24.43-5.el10   appstream  33 k
-  gtk3                                   x86_64 3.24.43-5.el10   appstream 5.6 M
-  gtk4                                   x86_64 4.16.7-4.el10    appstream 6.0 M
-  harfbuzz-cairo                         x86_64 8.4.0-6.el10     appstream  28 k
-  harfbuzz-devel                         x86_64 8.4.0-6.el10     appstream 453 k
-  harfbuzz-icu                           x86_64 8.4.0-6.el10     appstream  15 k
-  hicolor-icon-theme                     noarch 0.17-20.el10     appstream 219 k
-  hwdata                                 noarch 0.379-10.8.el10  baseos    1.7 M
-  inih                                   x86_64 58-3.el10        baseos     19 k
-  inih-cpp                               x86_64 58-3.el10        appstream  20 k
-  iso-codes                              noarch 4.16.0-6.el10    appstream 3.7 M
-  json-glib                              x86_64 1.8.0-5.el10     baseos    168 k
-  kbd                                    x86_64 2.6.4-7.el10     baseos    407 k
-  kbd-legacy                             noarch 2.6.4-7.el10     baseos    592 k
-  kbd-misc                               noarch 2.6.4-7.el10     baseos    1.7 M
-  kmod                                   x86_64 31-13.el10       baseos    136 k
-  lame-libs                              x86_64 3.100-19.el10    appstream 339 k
-  libXcomposite                          x86_64 0.4.6-5.el10     appstream  25 k
-  libXcursor                             x86_64 1.2.1-9.el10     appstream  31 k
-  libXdamage                             x86_64 1.1.6-5.el10     appstream  24 k
-  libXext-devel                          x86_64 1.3.6-3.el10     appstream  87 k
-  libXfixes                              x86_64 6.0.1-5.el10     appstream  20 k
-  libXft-devel                           x86_64 2.3.8-8.el10     appstream  52 k
-  libXi                                  x86_64 1.8.1-7.el10     appstream  41 k
-  libXinerama                            x86_64 1.1.5-8.el10     appstream  15 k
-  libXrandr                              x86_64 1.5.4-5.el10     appstream  29 k
-  libXrender-devel                       x86_64 0.9.11-8.el10    appstream  20 k
-  libXtst                                x86_64 1.2.4-8.el10     appstream  22 k
-  libXv                                  x86_64 1.0.12-5.el10    appstream  20 k
-  libXxf86vm                             x86_64 1.1.5-8.el10     appstream  19 k
-  libasyncns                             x86_64 0.8-30.el10      appstream  31 k
-  libatomic                              x86_64 14.3.1-4.4.el10  baseos     49 k
-  libblkid-devel                         x86_64 2.40.2-19.el10   appstream  25 k
-  libcamera                              x86_64 0.6.0-1.el10     appstream 662 k
-  libcanberra                            x86_64 0.30-37.el10     appstream  91 k
-  libdatrie-devel                        x86_64 0.2.13-11.el10   appstream 159 k
-  libdex                                 x86_64 0.8.1-1.el10     appstream  85 k
-  libdrm                                 x86_64 2.4.128-1.el10   baseos    164 k
-  libepoxy                               x86_64 1.5.10-10.el10   appstream 227 k
-  libexif                                x86_64 0.6.24-9.el10    appstream 454 k
-  libffi-devel                           x86_64 3.4.4-10.el10    appstream  29 k
-  libgexiv2                              x86_64 0.14.3-3.el10    appstream 106 k
-  libglvnd                               x86_64 1:1.7.0-7.el10   appstream 116 k
-  libglvnd-egl                           x86_64 1:1.7.0-7.el10   appstream  37 k
-  libglvnd-glx                           x86_64 1:1.7.0-7.el10   appstream 132 k
-  libgsf                                 x86_64 1.14.53-2.el10   appstream 258 k
-  libgudev                               x86_64 238-7.el10       baseos     36 k
-  libgusb                                x86_64 0.4.9-4.el10     baseos     67 k
-  libgxps                                x86_64 0.3.2-11.el10    appstream  77 k
-  libicu-devel                           x86_64 74.2-5.el10      appstream 966 k
-  libiptcdata                            x86_64 1.0.5-20.el10    appstream  62 k
-  libjpeg-turbo-devel                    x86_64 3.0.2-4.el10     appstream  98 k
-  liblc3                                 x86_64 1.1.3-1.el10     appstream 104 k
-  libldac                                x86_64 2.0.2.3-17.el10  appstream  42 k
-  libmount-devel                         x86_64 2.40.2-19.el10   appstream  26 k
-  libnotify                              x86_64 0.8.6-1.el10     appstream  53 k
-  libogg                                 x86_64 2:1.3.5-10.el10  appstream  34 k
-  libosinfo                              x86_64 1.11.0-8.el10    appstream 317 k
-  libpciaccess                           x86_64 0.16-16.el10     baseos     28 k
-  libpng-devel                           x86_64 2:1.6.40-11.el10 appstream 293 k
-  libportal                              x86_64 0.9.0-3.el10     appstream  84 k
-  libproxy                               x86_64 0.5.5-4.el10     baseos     49 k
-  libpsl                                 x86_64 0.21.5-6.el10    baseos     65 k
-  libsbc                                 x86_64 2.0-7.el10       appstream  46 k
-  libselinux-devel                       x86_64 3.10-1.el10      appstream 161 k
-  libsepol-devel                         x86_64 3.10-1.el10      appstream  47 k
-  libsndfile                             x86_64 1.2.2-6.el10     appstream 214 k
-  libsoup3                               x86_64 3.6.5-5.el10     appstream 396 k
-  libtdb                                 x86_64 1.4.14-100.el10  baseos     54 k
-  libthai-devel                          x86_64 0.1.29-10.el10   appstream 151 k
-  libtheora                              x86_64 1:1.1.1-39.el10  appstream 170 k
-  libtiff-devel                          x86_64 4.6.0-8.el10     appstream 257 k
-  libtracker-sparql                      x86_64 3.7.3-4.el10     appstream 376 k
-  liburing                               x86_64 2.12-1.el10      baseos     43 k
-  libusb1                                x86_64 1.0.29-3.el10    baseos     77 k
-  libva                                  x86_64 2.22.0-2.el10    appstream 118 k
-  libvorbis                              x86_64 1:1.3.7-12.el10  appstream 189 k
-  libwayland-client                      x86_64 1.24.0-1.el10    appstream  34 k
-  libwayland-cursor                      x86_64 1.24.0-1.el10    appstream  19 k
-  libwayland-egl                         x86_64 1.24.0-1.el10    appstream  12 k
-  libwayland-server                      x86_64 1.24.0-1.el10    appstream  41 k
-  libwebp-devel                          x86_64 1.3.2-10.el10    appstream  40 k
-  libxkbcommon                           x86_64 1.7.0-4.el10     appstream 145 k
-  libxml2-devel                          x86_64 2.12.5-10.el10   appstream 533 k
-  libxshmfence                           x86_64 1.3.2-5.el10     appstream  13 k
-  linux-firmware-whence                  noarch 20260130-22.el10 baseos    119 k
-  llvm-filesystem                        x86_64 21.1.8-1.el10    appstream  13 k
-  llvm-libs                              x86_64 21.1.8-1.el10    appstream  31 M
-  mesa-dri-drivers                       x86_64 25.2.7-5.el10    appstream  11 M
-  mesa-filesystem                        x86_64 25.2.7-5.el10    appstream  10 k
-  mesa-libEGL                            x86_64 25.2.7-5.el10    appstream 120 k
-  mesa-libGL                             x86_64 25.2.7-5.el10    appstream 120 k
-  mesa-libgbm                            x86_64 25.2.7-5.el10    appstream  16 k
-  mpg123-libs                            x86_64 1.32.9-1.el10    appstream 353 k
-  opus                                   x86_64 1.4-6.el10       appstream 211 k
-  orc                                    x86_64 0.4.39-2.el10    appstream 229 k
-  osinfo-db                              noarch 20250606-2.el10  appstream 564 k
-  osinfo-db-tools                        x86_64 1.11.0-8.el10    appstream  74 k
-  pango-devel                            x86_64 1.54.0-3.el10    appstream 161 k
-  pcre2-devel                            x86_64 10.44-1.el10.3   appstream 532 k
-  pcre2-utf16                            x86_64 10.44-1.el10.3   appstream 227 k
-  pcre2-utf32                            x86_64 10.44-1.el10.3   appstream 215 k
-  pipewire-jack-audio-connection-kit-libs
-                                         x86_64 1.4.9-1.el10     appstream 147 k
-  pipewire-libs                          x86_64 1.4.9-1.el10     appstream 2.5 M
-  pixman-devel                           x86_64 0.43.4-2.el10    appstream  18 k
-  polkit                                 x86_64 125-4.el10       baseos    162 k
-  polkit-libs                            x86_64 125-4.el10       baseos     67 k
-  publicsuffix-list-dafsa                noarch 20240107-5.el10  baseos     59 k
-  pulseaudio-libs                        x86_64 17.0-6.el10      appstream 706 k
-  python3-packaging                      noarch 24.2-2.el10      baseos    153 k
-  rtkit                                  x86_64 0.11-68.el10     appstream  57 k
-  sound-theme-freedesktop                noarch 0.8-23.el10      appstream 383 k
-  spirv-tools-libs                       x86_64 2025.4-1.el10    appstream 1.6 M
-  sysprof-capture-devel                  x86_64 47.2-1.el10      appstream  56 k
-  systemd-udev                           x86_64 257-23.el10      baseos    2.3 M
-  upower-libs                            x86_64 1.90.10-2.el10   appstream  60 k
-  vulkan-headers                         noarch 1.4.328.1-1.el10 appstream 1.5 M
-  vulkan-loader                          x86_64 1.4.328.1-1.el10 appstream 161 k
-  vulkan-loader-devel                    x86_64 1.4.328.1-1.el10 appstream  11 k
-  wayland-devel                          x86_64 1.24.0-1.el10    appstream 155 k
-  webrtc-audio-processing                x86_64 1.3-5.el10       appstream 527 k
-  wireplumber                            x86_64 0.5.10-1.el10    appstream 121 k
-  wireplumber-libs                       x86_64 0.5.10-1.el10    appstream 405 k
-  xdg-desktop-portal                     x86_64 1.20.0-2.el10    appstream 532 k
-  xkeyboard-config                       noarch 2.41-3.el10      appstream 1.0 M
-  xprop                                  x86_64 1.2.7-3.el10     appstream  36 k
- Installing weak dependencies:
-  dconf                                  x86_64 0.40.0-17.el10   appstream 114 k
-  exiv2                                  x86_64 0.28.3-5.el10    appstream 2.1 M
-  glib-networking                        x86_64 2.80.0-3.el10    baseos    204 k
-  intel-vsc-firmware                     noarch 20260130-22.el10 baseos    7.8 M
-  libcamera-ipa                          x86_64 0.6.0-1.el10     appstream 167 k
-  libcanberra-gtk3                       x86_64 0.30-37.el10     appstream  33 k
-  low-memory-monitor                     x86_64 2.1-12.el10      appstream  35 k
-  mesa-vulkan-drivers                    x86_64 25.2.7-5.el10    appstream  21 M
-  pipewire                               x86_64 1.4.9-1.el10     appstream 133 k
-  pipewire-alsa                          x86_64 1.4.9-1.el10     appstream  58 k
-  pipewire-jack-audio-connection-kit     x86_64 1.4.9-1.el10     appstream 9.9 k
-  pipewire-plugin-libcamera              x86_64 1.4.9-1.el10     appstream  73 k
-  pipewire-pulseaudio                    x86_64 1.4.9-1.el10     appstream 211 k
-  polkit-pkla-compat                     x86_64 0.1-30.el10      baseos     48 k
-  tracker                                x86_64 3.7.3-4.el10     appstream 644 k
-  tracker-miners                         x86_64 3.7.4-1.el10     appstream 982 k
-  upower                                 x86_64 1.90.10-2.el10   appstream 147 k
-  xdg-desktop-portal-gtk                 x86_64 1.15.3-1.el10    appstream 145 k
- 
- Transaction Summary
- ================================================================================
- Install  186 Packages
- 
- Total download size: 141 M
- Installed size: 624 M
- Downloading Packages:
- (1/186): bluez-libs-5.86-1.el10.x86_64.rpm      394 kB/s |  81 kB     00:00    
- (2/186): fuse-common-3.16.2-5.el10.x86_64.rpm    39 kB/s | 9.7 kB     00:00    
- (3/186): fuse3-3.16.2-5.el10.x86_64.rpm         570 kB/s |  59 kB     00:00    
- (4/186): fuse3-libs-3.16.2-5.el10.x86_64.rpm    292 kB/s |  95 kB     00:00    
- (5/186): duktape-2.7.0-10.el10.x86_64.rpm       175 kB/s | 170 kB     00:00    
- (6/186): gobject-introspection-1.79.1-6.el10.x8 104 kB/s | 109 kB     00:01    
- (7/186): ModemManager-glib-1.22.0-7.el10.x86_64 158 kB/s | 325 kB     00:02    
- (8/186): glib-networking-2.80.0-3.el10.x86_64.r 148 kB/s | 204 kB     00:01    
- (9/186): inih-58-3.el10.x86_64.rpm              255 kB/s |  19 kB     00:00    
- (10/186): gsettings-desktop-schemas-47.1-4.el10 134 kB/s | 784 kB     00:05    
- (11/186): json-glib-1.8.0-5.el10.x86_64.rpm     128 kB/s | 168 kB     00:01    
- (12/186): kbd-2.6.4-7.el10.x86_64.rpm           215 kB/s | 407 kB     00:01    
- (13/186): kbd-legacy-2.6.4-7.el10.noarch.rpm    171 kB/s | 592 kB     00:03    
- (14/186): hwdata-0.379-10.8.el10.noarch.rpm     103 kB/s | 1.7 MB     00:16    
- (15/186): kmod-31-13.el10.x86_64.rpm            225 kB/s | 136 kB     00:00    
- (16/186): libatomic-14.3.1-4.4.el10.x86_64.rpm  496 kB/s |  49 kB     00:00    
- (17/186): libdrm-2.4.128-1.el10.x86_64.rpm      198 kB/s | 164 kB     00:00    
- (18/186): libgudev-238-7.el10.x86_64.rpm        193 kB/s |  36 kB     00:00    
- (19/186): libgusb-0.4.9-4.el10.x86_64.rpm       472 kB/s |  67 kB     00:00    
- (20/186): libpciaccess-0.16-16.el10.x86_64.rpm   71 kB/s |  28 kB     00:00    
- (21/186): libproxy-0.5.5-4.el10.x86_64.rpm      235 kB/s |  49 kB     00:00    
- (22/186): libpsl-0.21.5-6.el10.x86_64.rpm       258 kB/s |  65 kB     00:00    
- (23/186): libtdb-1.4.14-100.el10.x86_64.rpm     283 kB/s |  54 kB     00:00    
- (24/186): liburing-2.12-1.el10.x86_64.rpm        95 kB/s |  43 kB     00:00    
- (25/186): libusb1-1.0.29-3.el10.x86_64.rpm      248 kB/s |  77 kB     00:00    
- (26/186): linux-firmware-whence-20260130-22.el1 109 kB/s | 119 kB     00:01    
- (27/186): polkit-125-4.el10.x86_64.rpm           57 kB/s | 162 kB     00:02    
- (28/186): polkit-libs-125-4.el10.x86_64.rpm      79 kB/s |  67 kB     00:00    
- (29/186): polkit-pkla-compat-0.1-30.el10.x86_64  60 kB/s |  48 kB     00:00    
- (30/186): publicsuffix-list-dafsa-20240107-5.el  91 kB/s |  59 kB     00:00    
- (31/186): kbd-misc-2.6.4-7.el10.noarch.rpm      113 kB/s | 1.7 MB     00:15    
- (32/186): python3-packaging-24.2-2.el10.noarch. 106 kB/s | 153 kB     00:01    
- (33/186): adwaita-cursor-theme-46.0-3.el10.noar 137 kB/s | 524 kB     00:03    
- (34/186): adwaita-icon-theme-46.0-3.el10.noarch 136 kB/s | 457 kB     00:03    
- (35/186): alsa-lib-1.2.15.3-2.el10.x86_64.rpm    72 kB/s | 543 kB     00:07    
- (36/186): at-spi2-atk-2.56.1-1.el10.x86_64.rpm  229 kB/s |  88 kB     00:00    
- (37/186): systemd-udev-257-23.el10.x86_64.rpm   142 kB/s | 2.3 MB     00:16    
- (38/186): atk-2.56.1-1.el10.x86_64.rpm          314 kB/s |  81 kB     00:00    
- (39/186): avahi-glib-0.9~rc2-2.el10.x86_64.rpm  315 kB/s |  15 kB     00:00    
- (40/186): brotli-1.1.0-7.el10.x86_64.rpm        367 kB/s |  19 kB     00:00    
- (41/186): brotli-devel-1.1.0-7.el10.x86_64.rpm  125 kB/s |  34 kB     00:00    
- (42/186): at-spi2-core-2.56.1-1.el10.x86_64.rpm 218 kB/s | 389 kB     00:01    
- (43/186): bzip2-devel-1.0.8-25.el10.x86_64.rpm  227 kB/s | 215 kB     00:00    
- (44/186): cairo-gobject-devel-1.18.2-2.el10.x86 240 kB/s |  12 kB     00:00    
- (45/186): cairo-devel-1.18.2-2.el10.x86_64.rpm  146 kB/s | 196 kB     00:01    
- (46/186): colord-libs-1.4.7-6.el10.x86_64.rpm   245 kB/s | 233 kB     00:00    
- (47/186): dconf-0.40.0-17.el10.x86_64.rpm       106 kB/s | 114 kB     00:01    
- (48/186): exempi-2.6.4-7.el10.x86_64.rpm        343 kB/s | 590 kB     00:01    
- (49/186): exiv2-libs-0.28.3-5.el10.x86_64.rpm   224 kB/s | 904 kB     00:04    
- (50/186): fdk-aac-free-2.0.0-15.el10.x86_64.rpm 281 kB/s | 339 kB     00:01    
- (51/186): intel-vsc-firmware-20260130-22.el10.n 143 kB/s | 7.8 MB     00:56    
- (52/186): flac-libs-1.4.3-6.el10.x86_64.rpm     393 kB/s | 265 kB     00:00    
- (53/186): fontconfig-devel-2.15.0-7.el10.x86_64 201 kB/s | 175 kB     00:00    
- (54/186): exiv2-0.28.3-5.el10.x86_64.rpm        198 kB/s | 2.1 MB     00:10    
- (55/186): fribidi-devel-1.0.14-4.el10.x86_64.rp 388 kB/s |  28 kB     00:00    
- (56/186): fftw-libs-single-3.3.10-15.el10.x86_6 237 kB/s | 1.1 MB     00:04    
- (57/186): gdk-pixbuf2-modules-2.42.12-4.el10.x8 190 kB/s |  29 kB     00:00    
- (58/186): gdk-pixbuf2-devel-2.42.12-4.el10.x86_ 406 kB/s | 381 kB     00:00    
- (59/186): giflib-5.2.1-22.el10.x86_64.rpm       248 kB/s |  53 kB     00:00    
- (60/186): geoclue2-2.7.2-1.el10.x86_64.rpm      209 kB/s | 148 kB     00:00    
- (61/186): graphene-1.10.6-10.el10.x86_64.rpm    186 kB/s |  62 kB     00:00    
- (62/186): graphene-devel-1.10.6-10.el10.x86_64. 272 kB/s | 171 kB     00:00    
- (63/186): graphite2-devel-1.3.14-17.el10.x86_64 212 kB/s |  22 kB     00:00    
- (64/186): gsm-1.0.22-8.el10.x86_64.rpm           76 kB/s |  37 kB     00:00    
- (65/186): freetype-devel-2.13.2-8.el10.x86_64.r 298 kB/s | 966 kB     00:03    
- (66/186): gstreamer1-plugins-bad-free-libs-1.26 227 kB/s | 1.0 MB     00:04    
- (67/186): glib2-devel-2.80.4-12.el10.x86_64.rpm 215 kB/s | 1.5 MB     00:07    
- (68/186): gtk-update-icon-cache-3.24.43-5.el10. 163 kB/s |  33 kB     00:00    
- (69/186): gstreamer1-1.26.7-5.el10.x86_64.rpm   244 kB/s | 1.7 MB     00:07    
- (70/186): gstreamer1-plugins-base-1.26.7-1.el10 602 kB/s | 2.3 MB     00:03    
- (71/186): gtk4-4.16.7-4.el10.x86_64.rpm         445 kB/s | 6.0 MB     00:13    
- (72/186): harfbuzz-cairo-8.4.0-6.el10.x86_64.rp 248 kB/s |  28 kB     00:00    
- (73/186): gtk4-devel-4.16.7-4.el10.x86_64.rpm   320 kB/s | 4.2 MB     00:13    
- (74/186): harfbuzz-icu-8.4.0-6.el10.x86_64.rpm  321 kB/s |  15 kB     00:00    
- (75/186): harfbuzz-devel-8.4.0-6.el10.x86_64.rp 359 kB/s | 453 kB     00:01    
- (76/186): inih-cpp-58-3.el10.x86_64.rpm         224 kB/s |  20 kB     00:00    
- (77/186): hicolor-icon-theme-0.17-20.el10.noarc 261 kB/s | 219 kB     00:00    
- (78/186): lame-libs-3.100-19.el10.x86_64.rpm    199 kB/s | 339 kB     00:01    
- (79/186): libXcomposite-0.4.6-5.el10.x86_64.rpm 321 kB/s |  25 kB     00:00    
- (80/186): libXcursor-1.2.1-9.el10.x86_64.rpm    190 kB/s |  31 kB     00:00    
- (81/186): libXdamage-1.1.6-5.el10.x86_64.rpm    225 kB/s |  24 kB     00:00    
- (82/186): libXext-devel-1.3.6-3.el10.x86_64.rpm 230 kB/s |  87 kB     00:00    
- (83/186): libXfixes-6.0.1-5.el10.x86_64.rpm     167 kB/s |  20 kB     00:00    
- (84/186): libXft-devel-2.3.8-8.el10.x86_64.rpm  248 kB/s |  52 kB     00:00    
- (85/186): libXi-1.8.1-7.el10.x86_64.rpm         246 kB/s |  41 kB     00:00    
- (86/186): libXinerama-1.1.5-8.el10.x86_64.rpm   261 kB/s |  15 kB     00:00    
- (87/186): libXrandr-1.5.4-5.el10.x86_64.rpm     237 kB/s |  29 kB     00:00    
- (88/186): libXrender-devel-0.9.11-8.el10.x86_64 194 kB/s |  20 kB     00:00    
- (89/186): libXtst-1.2.4-8.el10.x86_64.rpm       437 kB/s |  22 kB     00:00    
- (90/186): libXv-1.0.12-5.el10.x86_64.rpm        113 kB/s |  20 kB     00:00    
- (91/186): gtk3-3.24.43-5.el10.x86_64.rpm        271 kB/s | 5.6 MB     00:21    
- (92/186): libXxf86vm-1.1.5-8.el10.x86_64.rpm    183 kB/s |  19 kB     00:00    
- (93/186): libasyncns-0.8-30.el10.x86_64.rpm     327 kB/s |  31 kB     00:00    
- (94/186): libblkid-devel-2.40.2-19.el10.x86_64. 260 kB/s |  25 kB     00:00    
- (95/186): libcamera-ipa-0.6.0-1.el10.x86_64.rpm 397 kB/s | 167 kB     00:00    
- (96/186): libcanberra-0.30-37.el10.x86_64.rpm   530 kB/s |  91 kB     00:00    
- (97/186): libcanberra-gtk3-0.30-37.el10.x86_64. 319 kB/s |  33 kB     00:00    
- (98/186): libdatrie-devel-0.2.13-11.el10.x86_64 505 kB/s | 159 kB     00:00    
- (99/186): libdex-0.8.1-1.el10.x86_64.rpm        455 kB/s |  85 kB     00:00    
- (100/186): libepoxy-1.5.10-10.el10.x86_64.rpm   497 kB/s | 227 kB     00:00    
- (101/186): libcamera-0.6.0-1.el10.x86_64.rpm    385 kB/s | 662 kB     00:01    
- (102/186): libffi-devel-3.4.4-10.el10.x86_64.rp 163 kB/s |  29 kB     00:00    
- (103/186): libgexiv2-0.14.3-3.el10.x86_64.rpm   350 kB/s | 106 kB     00:00    
- (104/186): libexif-0.6.24-9.el10.x86_64.rpm     615 kB/s | 454 kB     00:00    
- (105/186): libglvnd-1.7.0-7.el10.x86_64.rpm     442 kB/s | 116 kB     00:00    
- (106/186): libglvnd-egl-1.7.0-7.el10.x86_64.rpm 404 kB/s |  37 kB     00:00    
- (107/186): libglvnd-glx-1.7.0-7.el10.x86_64.rpm 438 kB/s | 132 kB     00:00    
- (108/186): libgxps-0.3.2-11.el10.x86_64.rpm     642 kB/s |  77 kB     00:00    
- (109/186): libgsf-1.14.53-2.el10.x86_64.rpm     377 kB/s | 258 kB     00:00    
- (110/186): libiptcdata-1.0.5-20.el10.x86_64.rpm 324 kB/s |  62 kB     00:00    
- (111/186): libjpeg-turbo-devel-3.0.2-4.el10.x86 427 kB/s |  98 kB     00:00    
- (112/186): liblc3-1.1.3-1.el10.x86_64.rpm       477 kB/s | 104 kB     00:00    
- (113/186): libldac-2.0.2.3-17.el10.x86_64.rpm   433 kB/s |  42 kB     00:00    
- (114/186): libmount-devel-2.40.2-19.el10.x86_64 457 kB/s |  26 kB     00:00    
- (115/186): libnotify-0.8.6-1.el10.x86_64.rpm    499 kB/s |  53 kB     00:00    
- (116/186): libogg-1.3.5-10.el10.x86_64.rpm      316 kB/s |  34 kB     00:00    
- (117/186): libosinfo-1.11.0-8.el10.x86_64.rpm   663 kB/s | 317 kB     00:00    
- (118/186): libpng-devel-1.6.40-11.el10.x86_64.r 594 kB/s | 293 kB     00:00    
- (119/186): iso-codes-4.16.0-6.el10.noarch.rpm   394 kB/s | 3.7 MB     00:09    
- (120/186): libportal-0.9.0-3.el10.x86_64.rpm    570 kB/s |  84 kB     00:00    
- (121/186): libicu-devel-74.2-5.el10.x86_64.rpm  385 kB/s | 966 kB     00:02    
- (122/186): libsbc-2.0-7.el10.x86_64.rpm         537 kB/s |  46 kB     00:00    
- (123/186): libsepol-devel-3.10-1.el10.x86_64.rp 311 kB/s |  47 kB     00:00    
- (124/186): libselinux-devel-3.10-1.el10.x86_64. 474 kB/s | 161 kB     00:00    
- (125/186): libsndfile-1.2.2-6.el10.x86_64.rpm   487 kB/s | 214 kB     00:00    
- (126/186): libthai-devel-0.1.29-10.el10.x86_64. 400 kB/s | 151 kB     00:00    
- (127/186): libtheora-1.1.1-39.el10.x86_64.rpm   402 kB/s | 170 kB     00:00    
- (128/186): libsoup3-3.6.5-5.el10.x86_64.rpm     435 kB/s | 396 kB     00:00    
- (129/186): libtiff-devel-4.6.0-8.el10.x86_64.rp 368 kB/s | 257 kB     00:00    
- (130/186): libva-2.22.0-2.el10.x86_64.rpm       376 kB/s | 118 kB     00:00    
- (131/186): libwayland-client-1.24.0-1.el10.x86_ 452 kB/s |  34 kB     00:00    
- (132/186): libwayland-cursor-1.24.0-1.el10.x86_ 333 kB/s |  19 kB     00:00    
- (133/186): libwayland-egl-1.24.0-1.el10.x86_64. 323 kB/s |  12 kB     00:00    
- (134/186): libwayland-server-1.24.0-1.el10.x86_ 312 kB/s |  41 kB     00:00    
- (135/186): libwebp-devel-1.3.2-10.el10.x86_64.r 454 kB/s |  40 kB     00:00    
- (136/186): libtracker-sparql-3.7.3-4.el10.x86_6 403 kB/s | 376 kB     00:00    
- (137/186): libvorbis-1.3.7-12.el10.x86_64.rpm   396 kB/s | 189 kB     00:00    
- (138/186): libxshmfence-1.3.2-5.el10.x86_64.rpm 269 kB/s |  13 kB     00:00    
- (139/186): llvm-filesystem-21.1.8-1.el10.x86_64 291 kB/s |  13 kB     00:00    
- (140/186): libxkbcommon-1.7.0-4.el10.x86_64.rpm 570 kB/s | 145 kB     00:00    
- (141/186): low-memory-monitor-2.1-12.el10.x86_6 375 kB/s |  35 kB     00:00    
- (142/186): libxml2-devel-2.12.5-10.el10.x86_64. 476 kB/s | 533 kB     00:01    
- (143/186): mesa-filesystem-25.2.7-5.el10.x86_64 265 kB/s |  10 kB     00:00    
- (144/186): mesa-libEGL-25.2.7-5.el10.x86_64.rpm 522 kB/s | 120 kB     00:00    
- (145/186): mesa-libGL-25.2.7-5.el10.x86_64.rpm  627 kB/s | 120 kB     00:00    
- (146/186): mesa-libgbm-25.2.7-5.el10.x86_64.rpm 178 kB/s |  16 kB     00:00    
- (147/186): mesa-dri-drivers-25.2.7-5.el10.x86_6 741 kB/s |  11 MB     00:15    
- (148/186): mpg123-libs-1.32.9-1.el10.x86_64.rpm 1.2 MB/s | 353 kB     00:00    
- (149/186): opus-1.4-6.el10.x86_64.rpm           1.3 MB/s | 211 kB     00:00    
- (150/186): orc-0.4.39-2.el10.x86_64.rpm         1.0 MB/s | 229 kB     00:00    
- (151/186): osinfo-db-20250606-2.el10.noarch.rpm 876 kB/s | 564 kB     00:00    
- (152/186): osinfo-db-tools-1.11.0-8.el10.x86_64 545 kB/s |  74 kB     00:00    
- (153/186): pango-devel-1.54.0-3.el10.x86_64.rpm 605 kB/s | 161 kB     00:00    
- (154/186): pcre2-devel-10.44-1.el10.3.x86_64.rp 615 kB/s | 532 kB     00:00    
- (155/186): pcre2-utf16-10.44-1.el10.3.x86_64.rp 448 kB/s | 227 kB     00:00    
- (156/186): pcre2-utf32-10.44-1.el10.3.x86_64.rp 651 kB/s | 215 kB     00:00    
- (157/186): pipewire-1.4.9-1.el10.x86_64.rpm     707 kB/s | 133 kB     00:00    
- (158/186): pipewire-alsa-1.4.9-1.el10.x86_64.rp 823 kB/s |  58 kB     00:00    
- (159/186): pipewire-jack-audio-connection-kit-1 376 kB/s | 9.9 kB     00:00    
- (160/186): pipewire-jack-audio-connection-kit-l 1.1 MB/s | 147 kB     00:00    
- (161/186): pipewire-libs-1.4.9-1.el10.x86_64.rp 1.2 MB/s | 2.5 MB     00:02    
- (162/186): pipewire-plugin-libcamera-1.4.9-1.el 880 kB/s |  73 kB     00:00    
- (163/186): pipewire-pulseaudio-1.4.9-1.el10.x86 1.0 MB/s | 211 kB     00:00    
- (164/186): pixman-devel-0.43.4-2.el10.x86_64.rp 663 kB/s |  18 kB     00:00    
- (165/186): pulseaudio-libs-17.0-6.el10.x86_64.r 987 kB/s | 706 kB     00:00    
- (166/186): rtkit-0.11-68.el10.x86_64.rpm        407 kB/s |  57 kB     00:00    
- (167/186): sound-theme-freedesktop-0.8-23.el10. 727 kB/s | 383 kB     00:00    
- (168/186): spirv-tools-libs-2025.4-1.el10.x86_6 1.1 MB/s | 1.6 MB     00:01    
- (169/186): sysprof-capture-devel-47.2-1.el10.x8 1.1 MB/s |  56 kB     00:00    
- (170/186): mesa-vulkan-drivers-25.2.7-5.el10.x8 930 kB/s |  21 MB     00:23    
- (171/186): tracker-3.7.3-4.el10.x86_64.rpm      1.3 MB/s | 644 kB     00:00    
- (172/186): upower-1.90.10-2.el10.x86_64.rpm     1.2 MB/s | 147 kB     00:00    
- (173/186): upower-libs-1.90.10-2.el10.x86_64.rp 2.4 MB/s |  60 kB     00:00    
- (174/186): vulkan-headers-1.4.328.1-1.el10.noar 6.3 MB/s | 1.5 MB     00:00    
- (175/186): vulkan-loader-1.4.328.1-1.el10.x86_6 2.3 MB/s | 161 kB     00:00    
- (176/186): vulkan-loader-devel-1.4.328.1-1.el10 521 kB/s |  11 kB     00:00    
- (177/186): tracker-miners-3.7.4-1.el10.x86_64.r 1.8 MB/s | 982 kB     00:00    
- (178/186): wayland-devel-1.24.0-1.el10.x86_64.r 2.8 MB/s | 155 kB     00:00    
- (179/186): wireplumber-0.5.10-1.el10.x86_64.rpm 2.5 MB/s | 121 kB     00:00    
- (180/186): wireplumber-libs-0.5.10-1.el10.x86_6 2.4 MB/s | 405 kB     00:00    
- (181/186): webrtc-audio-processing-1.3-5.el10.x 1.8 MB/s | 527 kB     00:00    
- (182/186): xdg-desktop-portal-gtk-1.15.3-1.el10 1.8 MB/s | 145 kB     00:00    
- (183/186): xdg-desktop-portal-1.20.0-2.el10.x86 2.4 MB/s | 532 kB     00:00    
- (184/186): xprop-1.2.7-3.el10.x86_64.rpm        1.3 MB/s |  36 kB     00:00    
- (185/186): xkeyboard-config-2.41-3.el10.noarch. 2.4 MB/s | 1.0 MB     00:00    
- (186/186): llvm-libs-21.1.8-1.el10.x86_64.rpm   890 kB/s |  31 MB     00:35    
- --------------------------------------------------------------------------------
- Total                                           1.1 MB/s | 141 MB     02:13     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libwayland-client-1.24.0-1.el10.x86_64               1/186 
-   Installing       : libXi-1.8.1-7.el10.x86_64                            2/186 
-   Installing       : libXfixes-6.0.1-5.el10.x86_64                        3/186 
-   Installing       : gstreamer1-1.26.7-5.el10.x86_64                      4/186 
-   Installing       : json-glib-1.8.0-5.el10.x86_64                        5/186 
-   Installing       : libwayland-egl-1.24.0-1.el10.x86_64                  6/186 
-   Installing       : libogg-2:1.3.5-10.el10.x86_64                        7/186 
-   Installing       : libvorbis-1:1.3.7-12.el10.x86_64                     8/186 
-   Installing       : libwayland-cursor-1.24.0-1.el10.x86_64               9/186 
-   Installing       : libpng-devel-2:1.6.40-11.el10.x86_64                10/186 
-   Installing       : libXrender-devel-0.9.11-8.el10.x86_64               11/186 
-   Installing       : graphene-1.10.6-10.el10.x86_64                      12/186 
-   Installing       : alsa-lib-1.2.15.3-2.el10.x86_64                     13/186 
-   Installing       : libXcursor-1.2.1-9.el10.x86_64                      14/186 
-   Installing       : libXdamage-1.1.6-5.el10.x86_64                      15/186 
-   Installing       : opus-1.4-6.el10.x86_64                              16/186 
-   Installing       : mesa-filesystem-25.2.7-5.el10.x86_64                17/186 
-   Installing       : libepoxy-1.5.10-10.el10.x86_64                      18/186 
-   Installing       : libXrandr-1.5.4-5.el10.x86_64                       19/186 
-   Installing       : libXinerama-1.1.5-8.el10.x86_64                     20/186 
-   Installing       : avahi-glib-0.9~rc2-2.el10.x86_64                    21/186 
-   Installing       : polkit-libs-125-4.el10.x86_64                       22/186 
-   Installing       : libgudev-238-7.el10.x86_64                          23/186 
-   Installing       : hwdata-0.379-10.8.el10.noarch                       24/186 
-   Installing       : spirv-tools-libs-2025.4-1.el10.x86_64               25/186 
-   Installing       : pixman-devel-0.43.4-2.el10.x86_64                   26/186 
-   Installing       : libxshmfence-1.3.2-5.el10.x86_64                    27/186 
-   Installing       : libjpeg-turbo-devel-3.0.2-4.el10.x86_64             28/186 
-   Installing       : libglvnd-1:1.7.0-7.el10.x86_64                      29/186 
-   Installing       : libffi-devel-3.4.4-10.el10.x86_64                   30/186 
-   Installing       : libXext-devel-1.3.6-3.el10.x86_64                   31/186 
-   Installing       : hicolor-icon-theme-0.17-20.el10.noarch              32/186 
-   Installing       : gtk-update-icon-cache-3.24.43-5.el10.x86_64         33/186 
-   Installing       : gdk-pixbuf2-modules-2.42.12-4.el10.x86_64           34/186 
-   Installing       : dconf-0.40.0-17.el10.x86_64                         35/186 
-   Running scriptlet: dconf-0.40.0-17.el10.x86_64                         35/186 
-   Installing       : libusb1-1.0.29-3.el10.x86_64                        36/186 
-   Installing       : libtdb-1.4.14-100.el10.x86_64                       37/186 
-   Installing       : gsettings-desktop-schemas-47.1-4.el10.x86_64        38/186 
-   Installing       : fuse3-libs-3.16.2-5.el10.x86_64                     39/186 
-   Installing       : duktape-2.7.0-10.el10.x86_64                        40/186 
-   Running scriptlet: polkit-125-4.el10.x86_64                            41/186 
-   Installing       : polkit-125-4.el10.x86_64                            41/186 
-   Running scriptlet: polkit-125-4.el10.x86_64                            41/186 
-   Installing       : polkit-pkla-compat-0.1-30.el10.x86_64               42/186 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           43/186 
-   Installing       : rtkit-0.11-68.el10.x86_64                           43/186 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           43/186 
- Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.service' → '/usr/lib/systemd/system/rtkit-daemon.service'.
- 
-   Installing       : libproxy-0.5.5-4.el10.x86_64                        44/186 
-   Installing       : glib-networking-2.80.0-3.el10.x86_64                45/186 
-   Installing       : libgusb-0.4.9-4.el10.x86_64                         46/186 
-   Installing       : colord-libs-1.4.7-6.el10.x86_64                     47/186 
-   Installing       : libpciaccess-0.16-16.el10.x86_64                    48/186 
-   Installing       : libdrm-2.4.128-1.el10.x86_64                        49/186 
-   Installing       : osinfo-db-20250606-2.el10.noarch                    50/186 
-   Installing       : flac-libs-1.4.3-6.el10.x86_64                       51/186 
-   Installing       : libtheora-1:1.1.1-39.el10.x86_64                    52/186 
-   Installing       : libXtst-1.2.4-8.el10.x86_64                         53/186 
-   Installing       : xprop-1.2.7-3.el10.x86_64                           54/186
-  
-   Installing       : at-spi2-core-2.56.1-1.el10.x86_64                   55/186 
-   Installing       : atk-2.56.1-1.el10.x86_64                            56/186 
-   Installing       : at-spi2-atk-2.56.1-1.el10.x86_64                    57/186 
-   Installing       : xkeyboard-config-2.41-3.el10.noarch                 58/186 
-   Installing       : libxkbcommon-1.7.0-4.el10.x86_64                    59/186 
-   Installing       : webrtc-audio-processing-1.3-5.el10.x86_64           60/186 
-   Installing       : vulkan-headers-1.4.328.1-1.el10.noarch              61/186 
-   Installing       : sysprof-capture-devel-47.2-1.el10.x86_64            62/186 
-   Installing       : sound-theme-freedesktop-0.8-23.el10.noarch          63/186 
-   Running scriptlet: sound-theme-freedesktop-0.8-23.el10.noarch          63/186 
-   Installing       : pcre2-utf32-10.44-1.el10.3.x86_64                   64/186 
-   Installing       : pcre2-utf16-10.44-1.el10.3.x86_64                   65/186 
-   Installing       : pcre2-devel-10.44-1.el10.3.x86_64                   66/186 
-   Installing       : orc-0.4.39-2.el10.x86_64                            67/186 
-   Installing       : mpg123-libs-1.32.9-1.el10.x86_64                    68/186 
-   Installing       : low-memory-monitor-2.1-12.el10.x86_64               69/186 
-   Running scriptlet: low-memory-monitor-2.1-12.el10.x86_64               69/186 
-   Installing       : llvm-filesystem-21.1.8-1.el10.x86_64                70/186
-  
-   Installing       : llvm-libs-21.1.8-1.el10.x86_64                      71/186 
-   Installing       : mesa-dri-drivers-25.2.7-5.el10.x86_64               72/186 
-   Installing       : mesa-libgbm-25.2.7-5.el10.x86_64                    73/186 
-   Installing       : libglvnd-egl-1:1.7.0-7.el10.x86_64                  74/186 
-   Installing       : mesa-libEGL-25.2.7-5.el10.x86_64                    75/186 
-   Installing       : vulkan-loader-1.4.328.1-1.el10.x86_64               76/186
-  
-   Installing       : mesa-vulkan-drivers-25.2.7-5.el10.x86_64            77/186 
-   Installing       : vulkan-loader-devel-1.4.328.1-1.el10.x86_64         78/186 
-   Installing       : libxml2-devel-2.12.5-10.el10.x86_64                 79/186 
-   Installing       : libwebp-devel-1.3.2-10.el10.x86_64                  80/186 
-   Installing       : libtiff-devel-4.6.0-8.el10.x86_64                   81/186 
-   Installing       : libwayland-server-1.24.0-1.el10.x86_64              82/186 
-   Installing       : wayland-devel-1.24.0-1.el10.x86_64                  83/186 
-   Installing       : libsepol-devel-3.10-1.el10.x86_64                   84/186 
-   Installing       : libselinux-devel-3.10-1.el10.x86_64                 85/186 
-   Installing       : libsbc-2.0-7.el10.x86_64                            86/186 
-   Installing       : libportal-0.9.0-3.el10.x86_64                       87/186 
-   Installing       : libnotify-0.8.6-1.el10.x86_64                       88/186 
-   Installing       : libldac-2.0.2.3-17.el10.x86_64                      89/186 
-   Installing       : liblc3-1.1.3-1.el10.x86_64                          90/186 
-   Installing       : libiptcdata-1.0.5-20.el10.x86_64                    91/186 
-   Installing       : libicu-devel-74.2-5.el10.x86_64                     92/186 
-   Installing       : libgxps-0.3.2-11.el10.x86_64                        93/186 
-   Installing       : libgsf-1.14.53-2.el10.x86_64                        94/186 
-   Installing       : libexif-0.6.24-9.el10.x86_64                        95/186
-  
-   Installing       : libdatrie-devel-0.2.13-11.el10.x86_64               96/186 
-   Installing       : libthai-devel-0.1.29-10.el10.x86_64                 97/186 
-   Installing       : libblkid-devel-2.40.2-19.el10.x86_64                98/186 
-   Installing       : libmount-devel-2.40.2-19.el10.x86_64                99/186 
-   Installing       : libasyncns-0.8-30.el10.x86_64                      100/186 
-   Installing       : libXxf86vm-1.1.5-8.el10.x86_64                     101/186 
-   Installing       : libglvnd-glx-1:1.7.0-7.el10.x86_64                 102/186 
-   Installing       : mesa-libGL-25.2.7-5.el10.x86_64                    103/186 
-   Installing       : libva-2.22.0-2.el10.x86_64                         104/186 
-   Installing       : libXv-1.0.12-5.el10.x86_64                         105/186 
-   Installing       : libXcomposite-0.4.6-5.el10.x86_64                  106/186 
-   Installing       : lame-libs-3.100-19.el10.x86_64                     107/186 
-   Installing       : iso-codes-4.16.0-6.el10.noarch                     108/186 
-   Installing       : gstreamer1-plugins-base-1.26.7-1.el10.x86_64       109/186 
-   Installing       : gstreamer1-plugins-bad-free-libs-1.26.7-1.el10.x   110/186 
-   Installing       : harfbuzz-icu-8.4.0-6.el10.x86_64                   111/186 
-   Installing       : harfbuzz-cairo-8.4.0-6.el10.x86_64                 112/186 
-   Installing       : gsm-1.0.22-8.el10.x86_64                           113/186 
-   Installing       : libsndfile-1.2.2-6.el10.x86_64                     114/186 
-   Installing       : pulseaudio-libs-17.0-6.el10.x86_64                 115/186 
-   Installing       : libcanberra-0.30-37.el10.x86_64                    116/186 
-   Running scriptlet: libcanberra-0.30-37.el10.x86_64                    116/186 
-   Installing       : graphite2-devel-1.3.14-17.el10.x86_64              117/186 
-   Installing       : giflib-5.2.1-22.el10.x86_64                        118/186 
-   Installing       : fribidi-devel-1.0.14-4.el10.x86_64                 119/186 
-   Installing       : fftw-libs-single-3.3.10-15.el10.x86_64             120/186 
-   Installing       : fdk-aac-free-2.0.0-15.el10.x86_64                  121/186 
-   Installing       : exempi-2.6.4-7.el10.x86_64                         122/186 
-   Installing       : bzip2-devel-1.0.8-25.el10.x86_64                   123/186 
-   Installing       : brotli-1.1.0-7.el10.x86_64                         124/186 
-   Installing       : brotli-devel-1.1.0-7.el10.x86_64                   125/186 
-   Installing       : adwaita-cursor-theme-46.0-3.el10.noarch            126/186 
-   Installing       : adwaita-icon-theme-46.0-3.el10.noarch              127/186 
-   Installing       : python3-packaging-24.2-2.el10.noarch               128/186 
-   Installing       : glib2-devel-2.80.4-12.el10.x86_64                  129/186 
-   Installing       : cairo-devel-1.18.2-2.el10.x86_64                   130/186 
-   Installing       : fontconfig-devel-2.15.0-7.el10.x86_64              131/186 
-   Installing       : freetype-devel-2.13.2-8.el10.x86_64                132/186 
-   Installing       : harfbuzz-devel-8.4.0-6.el10.x86_64                 133/186 
-   Installing       : cairo-gobject-devel-1.18.2-2.el10.x86_64           134/186 
-   Installing       : libXft-devel-2.3.8-8.el10.x86_64                   135/186 
-   Installing       : pango-devel-1.54.0-3.el10.x86_64                   136/186
-  
-   Installing       : gdk-pixbuf2-devel-2.42.12-4.el10.x86_64            137/186 
-   Installing       : graphene-devel-1.10.6-10.el10.x86_64               138/186 
-   Installing       : publicsuffix-list-dafsa-20240107-5.el10.noarch     139/186 
-   Installing       : libpsl-0.21.5-6.el10.x86_64                        140/186 
-   Installing       : libsoup3-3.6.5-5.el10.x86_64                       141/186 
-   Installing       : osinfo-db-tools-1.11.0-8.el10.x86_64               142/186 
-   Installing       : libosinfo-1.11.0-8.el10.x86_64                     143/186 
-   Installing       : linux-firmware-whence-20260130-22.el10.noarch      144/186 
-   Installing       : intel-vsc-firmware-20260130-22.el10.noarch         145/186 
-   Installing       : libcamera-ipa-0.6.0-1.el10.x86_64                  146/186 
-   Installing       : libcamera-0.6.0-1.el10.x86_64                      147/186 
-   Installing       : liburing-2.12-1.el10.x86_64                        148/186 
-   Installing       : libatomic-14.3.1-4.4.el10.x86_64                   149/186 
-   Installing       : libdex-0.8.1-1.el10.x86_64                         150/186 
-   Installing       : kmod-31-13.el10.x86_64                             151/186 
-   Installing       : kbd-misc-2.6.4-7.el10.noarch                       152/186 
-   Installing       : kbd-legacy-2.6.4-7.el10.noarch                     153/186 
-   Installing       : kbd-2.6.4-7.el10.x86_64                            154/186 
-   Installing       : systemd-udev-257-23.el10.x86_64                    155/186 
-   Running scriptlet: systemd-udev-257-23.el10.x86_64                    155/186
-  
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target' → '/usr/lib/systemd/system/remote-cryptsetup.target'.
- 
-   Installing       : inih-58-3.el10.x86_64                              156/186 
-   Installing       : inih-cpp-58-3.el10.x86_64                          157/186 
-   Installing       : exiv2-0.28.3-5.el10.x86_64                         158/186 
-   Installing       : exiv2-libs-0.28.3-5.el10.x86_64                    159/186 
-   Installing       : libgexiv2-0.14.3-3.el10.x86_64                     160/186 
-   Installing       : gobject-introspection-1.79.1-6.el10.x86_64         161/186 
-   Installing       : upower-1.90.10-2.el10.x86_64                       162/186 
-   Running scriptlet: upower-1.90.10-2.el10.x86_64                       162/186 
- Created symlink '/etc/systemd/system/graphical.target.wants/upower.service' → '/usr/lib/systemd/system/upower.service'.
- 
-   Installing       : upower-libs-1.90.10-2.el10.x86_64                  163/186 
-   Installing       : libtracker-sparql-3.7.3-4.el10.x86_64              164/186 
-   Installing       : tracker-3.7.3-4.el10.x86_64                        165/186 
-   Running scriptlet: tracker-3.7.3-4.el10.x86_64                        165/186 
-   Installing       : tracker-miners-3.7.4-1.el10.x86_64                 166/186 
-   Running scriptlet: tracker-miners-3.7.4-1.el10.x86_64                 166/186 
-   Installing       : fuse-common-3.16.2-5.el10.x86_64                   167/186 
-   Installing       : fuse3-3.16.2-5.el10.x86_64                         168/186 
-   Installing       : bluez-libs-5.86-1.el10.x86_64                      169/186 
-   Installing       : pipewire-plugin-libcamera-1.4.9-1.el10.x86_64      170/186 
-   Installing       : pipewire-1.4.9-1.el10.x86_64                       171/186 
-   Running scriptlet: pipewire-1.4.9-1.el10.x86_64                       171/186 
- Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' → '/usr/lib/systemd/user/pipewire.socket'.
- 
-   Installing       : pipewire-libs-1.4.9-1.el10.x86_64                  172/186 
-   Installing       : wireplumber-0.5.10-1.el10.x86_64                   173/186 
-   Installing       : wireplumber-libs-0.5.10-1.el10.x86_64              174/186 
-   Installing       : pipewire-jack-audio-connection-kit-1.4.9-1.el10.   175/186 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.4.9-1.   176/186 
-   Installing       : ModemManager-glib-1.22.0-7.el10.x86_64             177/186 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       178/186 
-   Installing       : geoclue2-2.7.2-1.el10.x86_64                       178/186 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       178/186 
-   Installing       : xdg-desktop-portal-1.20.0-2.el10.x86_64            179/186 
-   Running scriptlet: xdg-desktop-portal-1.20.0-2.el10.x86_64            179/186
-  
-   Installing       : libcanberra-gtk3-0.30-37.el10.x86_64               180/186 
-   Installing       : gtk3-3.24.43-5.el10.x86_64                         181/186 
-   Installing       : xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        182/186 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        182/186 
-   Installing       : gtk4-4.16.7-4.el10.x86_64                          183/186 
-   Installing       : gtk4-devel-4.16.7-4.el10.x86_64                    184/186 
-   Installing       : pipewire-alsa-1.4.9-1.el10.x86_64                  185/186 
-   Installing       : pipewire-pulseaudio-1.4.9-1.el10.x86_64            186/186 
-   Running scriptlet: pipewire-pulseaudio-1.4.9-1.el10.x86_64            186/186 
- Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socket' → '/usr/lib/systemd/user/pipewire-pulse.socket'.
- 
-   Running scriptlet: dconf-0.40.0-17.el10.x86_64                        186/186 
-   Running scriptlet: wireplumber-0.5.10-1.el10.x86_64                   186/186 
- Created symlink '/etc/systemd/user/pipewire-session-manager.service' → '/usr/lib/systemd/user/wireplumber.service'.
- Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.service' → '/usr/lib/systemd/user/wireplumber.service'.
- 
-   Running scriptlet: pipewire-pulseaudio-1.4.9-1.el10.x86_64            186/186
-  
- Creating group 'pipewire' with GID 995.
- Creating user 'pipewire' (PipeWire System Daemon) with UID 995 and GID 995.
- Creating group 'systemd-coredump' with GID 994.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 994 and GID 994.
- 
- 
- Installed:
-   ModemManager-glib-1.22.0-7.el10.x86_64                                        
-   adwaita-cursor-theme-46.0-3.el10.noarch                                       
-   adwaita-icon-theme-46.0-3.el10.noarch                                         
-   alsa-lib-1.2.15.3-2.el10.x86_64                                               
-   at-spi2-atk-2.56.1-1.el10.x86_64                                              
-   at-spi2-core-2.56.1-1.el10.x86_64                                             
-   atk-2.56.1-1.el10.x86_64                                                      
-   avahi-glib-0.9~rc2-2.el10.x86_64                                              
-   bluez-libs-5.86-1.el10.x86_64                                                 
-   brotli-1.1.0-7.el10.x86_64                                                    
-   brotli-devel-1.1.0-7.el10.x86_64                                              
-   bzip2-devel-1.0.8-25.el10.x86_64                                              
-   cairo-devel-1.18.2-2.el10.x86_64                                              
-   cairo-gobject-devel-1.18.2-2.el10.x86_64                                      
-   colord-libs-1.4.7-6.el10.x86_64                                               
-   dconf-0.40.0-17.el10.x86_64                                                   
-   duktape-2.7.0-10.el10.x86_64                                                  
-   exempi-2.6.4-7.el10.x86_64                                                    
-   exiv2-0.28.3-5.el10.x86_64                                                    
-   exiv2-libs-0.28.3-5.el10.x86_64                                               
-   fdk-aac-free-2.0.0-15.el10.x86_64                                             
-   fftw-libs-single-3.3.10-15.el10.x86_64                                        
-   flac-libs-1.4.3-6.el10.x86_64                                                 
-   fontconfig-devel-2.15.0-7.el10.x86_64                                         
-   freetype-devel-2.13.2-8.el10.x86_64                                           
-   fribidi-devel-1.0.14-4.el10.x86_64                                            
-   fuse-common-3.16.2-5.el10.x86_64                                              
-   fuse3-3.16.2-5.el10.x86_64                                                    
-   fuse3-libs-3.16.2-5.el10.x86_64                                               
-   gdk-pixbuf2-devel-2.42.12-4.el10.x86_64                                       
-   gdk-pixbuf2-modules-2.42.12-4.el10.x86_64                                     
-   geoclue2-2.7.2-1.el10.x86_64                                                  
-   giflib-5.2.1-22.el10.x86_64                                                   
-   glib-networking-2.80.0-3.el10.x86_64                                          
-   glib2-devel-2.80.4-12.el10.x86_64                                             
-   gobject-introspection-1.79.1-6.el10.x86_64                                    
-   graphene-1.10.6-10.el10.x86_64                                                
-   graphene-devel-1.10.6-10.el10.x86_64                                          
-   graphite2-devel-1.3.14-17.el10.x86_64                                         
-   gsettings-desktop-schemas-47.1-4.el10.x86_64                                  
-   gsm-1.0.22-8.el10.x86_64                                                      
-   gstreamer1-1.26.7-5.el10.x86_64                                               
-   gstreamer1-plugins-bad-free-libs-1.26.7-1.el10.x86_64                         
-   gstreamer1-plugins-base-1.26.7-1.el10.x86_64                                  
-   gtk-update-icon-cache-3.24.43-5.el10.x86_64                                   
-   gtk3-3.24.43-5.el10.x86_64                                                    
-   gtk4-4.16.7-4.el10.x86_64                                                     
-   gtk4-devel-4.16.7-4.el10.x86_64                                               
-   harfbuzz-cairo-8.4.0-6.el10.x86_64                                            
-   harfbuzz-devel-8.4.0-6.el10.x86_64                                            
-   harfbuzz-icu-8.4.0-6.el10.x86_64                                              
-   hicolor-icon-theme-0.17-20.el10.noarch                                        
-   hwdata-0.379-10.8.el10.noarch                                                 
-   inih-58-3.el10.x86_64                                                         
-   inih-cpp-58-3.el10.x86_64                                                     
-   intel-vsc-firmware-20260130-22.el10.noarch                                    
-   iso-codes-4.16.0-6.el10.noarch                                                
-   json-glib-1.8.0-5.el10.x86_64                                                 
-   kbd-2.6.4-7.el10.x86_64                                                       
-   kbd-legacy-2.6.4-7.el10.noarch                                                
-   kbd-misc-2.6.4-7.el10.noarch                                                  
-   kmod-31-13.el10.x86_64                                                        
-   lame-libs-3.100-19.el10.x86_64                                                
-   libXcomposite-0.4.6-5.el10.x86_64                                             
-   libXcursor-1.2.1-9.el10.x86_64                                                
-   libXdamage-1.1.6-5.el10.x86_64                                                
-   libXext-devel-1.3.6-3.el10.x86_64                                             
-   libXfixes-6.0.1-5.el10.x86_64                                                 
-   libXft-devel-2.3.8-8.el10.x86_64                                              
-   libXi-1.8.1-7.el10.x86_64                                                     
-   libXinerama-1.1.5-8.el10.x86_64                                               
-   libXrandr-1.5.4-5.el10.x86_64                                                 
-   libXrender-devel-0.9.11-8.el10.x86_64                                         
-   libXtst-1.2.4-8.el10.x86_64                                                   
-   libXv-1.0.12-5.el10.x86_64                                                    
-   libXxf86vm-1.1.5-8.el10.x86_64                                                
-   libasyncns-0.8-30.el10.x86_64                                                 
-   libatomic-14.3.1-4.4.el10.x86_64                                              
-   libblkid-devel-2.40.2-19.el10.x86_64                                          
-   libcamera-0.6.0-1.el10.x86_64                                                 
-   libcamera-ipa-0.6.0-1.el10.x86_64                                             
-   libcanberra-0.30-37.el10.x86_64                                               
-   libcanberra-gtk3-0.30-37.el10.x86_64                                          
-   libdatrie-devel-0.2.13-11.el10.x86_64                                         
-   libdex-0.8.1-1.el10.x86_64                                                    
-   libdrm-2.4.128-1.el10.x86_64                                                  
-   libepoxy-1.5.10-10.el10.x86_64                                                
-   libexif-0.6.24-9.el10.x86_64                                                  
-   libffi-devel-3.4.4-10.el10.x86_64                                             
-   libgexiv2-0.14.3-3.el10.x86_64                                                
-   libglvnd-1:1.7.0-7.el10.x86_64                                                
-   libglvnd-egl-1:1.7.0-7.el10.x86_64                                            
-   libglvnd-glx-1:1.7.0-7.el10.x86_64                                            
-   libgsf-1.14.53-2.el10.x86_64                                                  
-   libgudev-238-7.el10.x86_64                                                    
-   libgusb-0.4.9-4.el10.x86_64                                                   
-   libgxps-0.3.2-11.el10.x86_64                                                  
-   libicu-devel-74.2-5.el10.x86_64                                               
-   libiptcdata-1.0.5-20.el10.x86_64                                              
-   libjpeg-turbo-devel-3.0.2-4.el10.x86_64                                       
-   liblc3-1.1.3-1.el10.x86_64                                                    
-   libldac-2.0.2.3-17.el10.x86_64                                                
-   libmount-devel-2.40.2-19.el10.x86_64                                          
-   libnotify-0.8.6-1.el10.x86_64                                                 
-   libogg-2:1.3.5-10.el10.x86_64                                                 
-   libosinfo-1.11.0-8.el10.x86_64                                                
-   libpciaccess-0.16-16.el10.x86_64                                              
-   libpng-devel-2:1.6.40-11.el10.x86_64                                          
-   libportal-0.9.0-3.el10.x86_64                                                 
-   libproxy-0.5.5-4.el10.x86_64                                                  
-   libpsl-0.21.5-6.el10.x86_64                                                   
-   libsbc-2.0-7.el10.x86_64                                                      
-   libselinux-devel-3.10-1.el10.x86_64                                           
-   libsepol-devel-3.10-1.el10.x86_64                                             
-   libsndfile-1.2.2-6.el10.x86_64                                                
-   libsoup3-3.6.5-5.el10.x86_64                                                  
-   libtdb-1.4.14-100.el10.x86_64                                                 
-   libthai-devel-0.1.29-10.el10.x86_64                                           
-   libtheora-1:1.1.1-39.el10.x86_64                                              
-   libtiff-devel-4.6.0-8.el10.x86_64                                             
-   libtracker-sparql-3.7.3-4.el10.x86_64                                         
-   liburing-2.12-1.el10.x86_64                                                   
-   libusb1-1.0.29-3.el10.x86_64                                                  
-   libva-2.22.0-2.el10.x86_64                                                    
-   libvorbis-1:1.3.7-12.el10.x86_64                                              
-   libwayland-client-1.24.0-1.el10.x86_64                                        
-   libwayland-cursor-1.24.0-1.el10.x86_64                                        
-   libwayland-egl-1.24.0-1.el10.x86_64                                           
-   libwayland-server-1.24.0-1.el10.x86_64                                        
-   libwebp-devel-1.3.2-10.el10.x86_64                                            
-   libxkbcommon-1.7.0-4.el10.x86_64                                              
-   libxml2-devel-2.12.5-10.el10.x86_64                                           
-   libxshmfence-1.3.2-5.el10.x86_64                                              
-   linux-firmware-whence-20260130-22.el10.noarch                                 
-   llvm-filesystem-21.1.8-1.el10.x86_64                                          
-   llvm-libs-21.1.8-1.el10.x86_64                                                
-   low-memory-monitor-2.1-12.el10.x86_64                                         
-   mesa-dri-drivers-25.2.7-5.el10.x86_64                                         
-   mesa-filesystem-25.2.7-5.el10.x86_64                                          
-   mesa-libEGL-25.2.7-5.el10.x86_64                                              
-   mesa-libGL-25.2.7-5.el10.x86_64                                               
-   mesa-libgbm-25.2.7-5.el10.x86_64                                              
-   mesa-vulkan-drivers-25.2.7-5.el10.x86_64                                      
-   mpg123-libs-1.32.9-1.el10.x86_64                                              
-   opus-1.4-6.el10.x86_64                                                        
-   orc-0.4.39-2.el10.x86_64                                                      
-   osinfo-db-20250606-2.el10.noarch                                              
-   osinfo-db-tools-1.11.0-8.el10.x86_64                                          
-   pango-devel-1.54.0-3.el10.x86_64                                              
-   pcre2-devel-10.44-1.el10.3.x86_64                                             
-   pcre2-utf16-10.44-1.el10.3.x86_64                                             
-   pcre2-utf32-10.44-1.el10.3.x86_64                                             
-   pipewire-1.4.9-1.el10.x86_64                                                  
-   pipewire-alsa-1.4.9-1.el10.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.4.9-1.el10.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.4.9-1.el10.x86_64                   
-   pipewire-libs-1.4.9-1.el10.x86_64                                             
-   pipewire-plugin-libcamera-1.4.9-1.el10.x86_64                                 
-   pipewire-pulseaudio-1.4.9-1.el10.x86_64                                       
-   pixman-devel-0.43.4-2.el10.x86_64                                             
-   polkit-125-4.el10.x86_64                                                      
-   polkit-libs-125-4.el10.x86_64                                                 
-   polkit-pkla-compat-0.1-30.el10.x86_64                                         
-   publicsuffix-list-dafsa-20240107-5.el10.noarch                                
-   pulseaudio-libs-17.0-6.el10.x86_64                                            
-   python3-packaging-24.2-2.el10.noarch                                          
-   rtkit-0.11-68.el10.x86_64                                                     
-   sound-theme-freedesktop-0.8-23.el10.noarch                                    
-   spirv-tools-libs-2025.4-1.el10.x86_64                                         
-   sysprof-capture-devel-47.2-1.el10.x86_64                                      
-   systemd-udev-257-23.el10.x86_64                                               
-   tracker-3.7.3-4.el10.x86_64                                                   
-   tracker-miners-3.7.4-1.el10.x86_64                                            
-   upower-1.90.10-2.el10.x86_64                                                  
-   upower-libs-1.90.10-2.el10.x86_64                                             
-   vulkan-headers-1.4.328.1-1.el10.noarch                                        
-   vulkan-loader-1.4.328.1-1.el10.x86_64                                         
-   vulkan-loader-devel-1.4.328.1-1.el10.x86_64                                   
-   wayland-devel-1.24.0-1.el10.x86_64                                            
-   webrtc-audio-processing-1.3-5.el10.x86_64                                     
-   wireplumber-0.5.10-1.el10.x86_64                                              
-   wireplumber-libs-0.5.10-1.el10.x86_64                                         
-   xdg-desktop-portal-1.20.0-2.el10.x86_64                                       
-   xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64                                   
-   xkeyboard-config-2.41-3.el10.noarch                                           
-   xprop-1.2.7-3.el10.x86_64                                                     
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gtk4-devel"
- gtk4-devel-4.16.7-4.el10.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gtk4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:29.20 ---> saved as "5533ab9ce0dc05c492f0b0e2acd4a1b569c8a8f08d0609488cd9585dc1a1a156"
Job succeeded
2026-04-05 06:29.27: Job succeeded