Monday, July 20, 2026

Fedora 45 Mass Rebuild Completed

Hello all,

As per the Fedora 45 release schedule [1], we started a mass rebuild for Fedora 45 on 2026-07-15. This is now completed.

The mass rebuild was run for the changes listed here:
https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild#Driving_Changes

The rebuild was done in a side tag (`f45-rebuild`) that was merged into the release tag (`f45`).

Failures from the mass rebuild can be found here:
https://kojipkgs.fedoraproject.org/mass-rebuild/f45-failures.html

Packages that still need to be rebuilt can be found here:
https://kojipkgs.fedoraproject.org/mass-rebuild/f45-need-rebuild.html

FTBFS bugs will be filed shortly for the remaining failures.

Discussions related to the Fedora 45 mass rebuild took place in the tracker ticket [2].

Please let Release Engineering know if you notice any issues with the reporting.

You can contact us through the Release Engineering Matrix room [3] or by opening a ticket on our issue tracker [4].

The following builds had to be manually untagged or canceled during the rebuild for various reasons, which are detailed in the tracker ticket:

python-geopmpy-3.2.1-4.fc45
sbcl-2.6.6-2.fc45
rust-async-std-1.13.2-3.fc45
simdutf-9.0.0-2.fc45
file-5.48-2.fc45
tomcat-10.1.57-2.fc45
gnutls-3.8.13-2.fc45
nettle-4.0-3.fc45
nettle3.10-3.10.1-4.fc45

Regards,
Patrik Polakovic
Fedora Release Engineering

[1] https://fedorapeople.org/groups/schedule/f-45/f-45-all-tasks.html
[2] https://forge.fedoraproject.org/releng/tickets/issues/13406
[3] https://matrix.to/#/#releng:fedoraproject.org
[4] https://forge.fedoraproject.org/releng/tickets/issues

-- _______________________________________________ devel-announce mailing list -- devel-announce@lists.fedoraproject.org To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new

F45 Change Proposal: Authselect: Hardcode nss-altfiles in profiles (self-contained)

Wiki - https://fedoraproject.org/wiki/Changes/Authselect_Hardcode_Altfiles Discussion thread - https://discussion.fedoraproject.org/t/f45-change-proposal-authselect-hardcode-nss-altfiles-in-profiles-self-contained/197236 This is a proposed Change for Fedora Linux. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering Committee. == Summary == Currently, authselect users can enable nss-altfiles in nsswitch.conf using "with-altfiles" feature. This proposal is to remove the feature and hardcode nss-altfiles support in nsswitch.conf in all shipped profiles, making it required. == Owner == * Name: [[User:pbrezina| Pavel Březina]] * Email: pbrezina@redhat.com == Detailed Description == Currently, non-ostree systems (e.g. Fedora Workstation) have nss-altfiles nsswitch.conf module optional in authselect profiles. Users can enable this module by calling "authselect enable-feature with-altfiles" or directly when selecting the profile "authselect select $profile with-altfiles". However, the nss-altfiles nsswitch.conf module is required to be enabled on ostree systems (e.g. Fedora Silverblue) and must not be disabled there to make system users available to the system. This is currently handled by authselect in %post scriptlet that modifies the shipped profiles and hardcodes nss-altfiles in them. This solution, however, makes authselect different on ostree and non-ostree systems. The history also showed that it is quite fragile and easy to break with modifications to the profiles. The intention is to hardcode nss-altfiles on both ostree and non-ostree, making authselect install exactly the same files on both distribution types. == Feedback == None. == Benefit to Fedora == Both ostree and non-ostree Fedora releases will ship exactly the same authselect content. == Scope == * Proposal owners: Do the work in upstream and release it in Fedora. * Other developers: None. * Release engineering: None. [https://forge.fedoraproject.org/releng/tickets/issues #Releng issue number] * Policies and guidelines: N/A (not needed for this Change) * Trademark approval: N/A (not needed for this Change) * Alignment with the Fedora Strategy: == Upgrade/compatibility impact == None. Upgrade path will be handled by authselect. == Early Testing (Optional) == == How To Test == 1. Check that with-altfiles is no longer available in the profiles 2. Check that "altfiles" is present in generated /etc/nsswitch.conf == User Experience == User's should not notice the change. == Dependencies == None. == Contingency Plan == * Contingency mechanism: N/A (not a System Wide Change) * Contingency deadline: N/A (not a System Wide Change) * Blocks release? N/A (not a System Wide Change) == Documentation == N/A (not a System Wide Change) == Release Notes == The "with-altfiles" feature has been removed from all authselect profiles. The nss-altfiles support is now enabled and can not be disabled. -- Aoife Moloney Fedora Operations Architect Fedora Project Matrix: @amoloney:fedora.im IRC: amoloney -- _______________________________________________ devel-announce mailing list -- devel-announce@lists.fedoraproject.org To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new

F45 Change Proposal: Authselect Remove NIS Profile (self-contained)

Wiki - https://fedoraproject.org/wiki/Changes/Authselect_Remove_NIS_Profile Discussion thread - https://discussion.fedoraproject.org/t/f45-change-proposal-authselect-remove-nis-profile-self-contained/197233 This is a proposed Change for Fedora Linux. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering Committee. == Summary == Authselect currently ships four profiles local, sssd, winbind and nis. This change suggest removing the nis profile from authselect - it will no longer be possible to configure nsswitch.conf for NIS with authselect using "authselect select nis" but NIS will still be available on the system and users will be able to configure their nsswitch.conf to use NIS with custom authselect profile or manually. == Owner == * Name: [[User:pbrezina| Pavel Březina]] * Email: pbrezina@redhat.com == Detailed Description == This change will remove the authselect nis profile from the list of shipped profiles. User's will no longer be able to choose this profile to configure their nsswitch.conf for NIS support. They will need to do it manually or with a custom authselect profile. == Feedback == No feedback. == Benefit to Fedora == NIS is an old, outdated technology. This change does not strip NIS support from the system, only from authselect profiles. Vast majority of the Fedora users should not be affected and user's that still require NIS will still be able to use it. Reducing number of profiles will make authselect maintenance easier. == Scope == * Proposal owners: Remove NIS profile from authselect RPM and from authselect upstream. * Other developers: None * Release engineering: None. [https://forge.fedoraproject.org/releng/tickets/issues #Releng issue number] * Policies and guidelines: N/A (not needed for this Change) * Trademark approval: N/A (not needed for this Change) * Alignment with the Fedora Strategy: == Upgrade/compatibility impact == User's that have the nis profile selected will still have the system configured correctly after upgrade. But "authselect check" will report issues. == Early Testing (Optional) == == How To Test == check that `authselect list` no longer shows nis == User Experience == Authselect nis profile is no longer available. == Dependencies == == Contingency Plan == Revert changes if needed. * Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change) * Contingency deadline: N/A (not a System Wide Change) * Blocks release? N/A (not a System Wide Change) == Documentation == N/A (not a System Wide Change) == Release Notes == The "nis" authselect profile was removed. If you use this profile, make sure to create and select a custom authselect profile that will enable nis support on your system or opt-out from authselect with "authselect opt-out", keeping the current configuration intact. -- Aoife Moloney Fedora Operations Architect Fedora Project Matrix: @amoloney:fedora.im IRC: amoloney -- _______________________________________________ devel-announce mailing list -- devel-announce@lists.fedoraproject.org To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new

F45 Change Proposal: Enable systemd-oomd and zram swap for CoreOS (self-contained)

Wiki - https://fedoraproject.org/wiki/Changes/CoreOS_default_to_enable_systemd-oomd_and_swap_on_Zram Discussion thread - https://discussion.fedoraproject.org/t/f45-change-proposal-enable-systemd-oomd-and-zram-swap-for-coreos-self-contained/197232 This is a proposed Change for Fedora Linux. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering Committee. = Enable systemd-oomd and zram swap for CoreOS = {{Change_Proposal_Banner}} == Summary == Enable systemd-oomd.service and swap on zram by default to align Fedora CoreOS with other Fedora variants. == Owners == * Name: [[User:Nemric| Nemric]] * Email: emeric at i-chassagne dot fr * Name: [[User:jbtrystram| jbtrystram]] * Email: jbtrystram@redhat.com == Detailed Description == Enable `systemd-oomd.service` and swap on zram in CoreOS by default as it's done in other Fedora variants. This was historically disabled because Kubernetes was not compatible with swap on nodes until recently [https://kubernetes.io/docs/tutorials/cluster-management/provision-swap-memory/ (provision-swap-memory)]. As CoreOS targets container workloads it made sense to aim for a better kubernetes experience. Note that this will not only affect new installs, but also existing running nodes. See more discussion in https://github.com/coreos/fedora-coreos-tracker/issues/840 and https://github.com/coreos/fedora-coreos-tracker/issues/859 == Feedback == The change author (Nemric) have been using swap on zram since years now, and kubernetes is working great with that. He also enabled `systemd-oomd.service` months ago without issues with the following kubelet config: <pre> apiVersion: kubelet.config.k8s.io/v1beta1 kind: KubeletConfiguration failSwapOn: false memorySwap: swapBehavior: LimitedSwap </pre> == Benefit to Fedora == That will reduce the CoreOS configuration as we would simply inherit what's default in Fedora. This is a reduction in maintenance work. == Scope == * Proposal owners: ** Remove the overrides from the config ** Write a release-notes entry detailing the change. == Upgrade/compatibility impact == <!-- What happens to systems that have had a previous versions of Fedora installed and are updated to the version containing this change? Will anything require manual configuration or data migration? Will any existing functionality be no longer supported? --> This change will affect all nodes then, take care of apps that won't accept swap as default behavior like kubernetes see [[Changes/CoreOS_default_to_enable_systemd-oomd_and_swap_on_Zram#Feedback|Feedback]] == How To Test == see https://fedoraproject.org/wiki/QA:Testcase_CoreOS_swap_on_zram == User Experience == == Contingency Plan == Disable the service in the next release and ship a migration script to turn it off for nodes that were deployed with the service active. == Release Notes == -- Aoife Moloney Fedora Operations Architect Fedora Project Matrix: @amoloney:fedora.im IRC: amoloney -- _______________________________________________ devel-announce mailing list -- devel-announce@lists.fedoraproject.org To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new

F45 Change Proposal: Sequoia opengpgverify (self-contained)

Wiki - https://fedoraproject.org/wiki/Changes/Sequoia_opengpgverify Discussion thread - https://discussion.fedoraproject.org/t/f45-change-proposal-sequoia-opengpgverify-self-contained/197231 This is a proposed Change for Fedora Linux. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering Committee. == Summary == Introduce a rpm macro <code>%openpgpverify</code> and update packages to use it instead of existing gnupg specific <code>%gpgverify</code>. The new macro will use standard OpenPGP implementation from Sequoia instead of GnuPG by default to provide support for Post Quantum Cryptography defined in the OpenPGP WG. This is part of gradual switching from GnuPG dependency. == Owner == * Name: [[User:jjelen| Jakub Jelen]] [[User:decathorpe | Fabio Valentini ]] * Email: jjelen@redhat.com, decathorpe AT gmail DOT com == Detailed Description == The GnuPG decided to fork the OpenPGP specification as LibrePGP to develop incompatible standard in 2023. Since then, the GnuPG 2.5.* versions (not present in Fedora) can create artifacts incompatible with current OpenPGP standard. We are observing the situation and the we believe Fedora project should embrace the OpenPGP standard developed within the IETF, which involves gradually switching from the GnuPG to other implementations where possible. We identified Sequoia-PGP as a good candidate as it implements the standard OpenPGP (including the RFC 9980 standardizing PQC). The Sequoia-PGP is already used as part of RPM to verify [https://sequoia-pgp.org/blog/2023/04/27/rpm-sequoia/ RPM signatures] since 2023, as well as in [https://src.fedoraproject.org/rpms/rust-podman-sequoia podman]. RPM also supports [https://github.com/rpm-software-management/rpm/blob/master/docs/man/rpmsign.1.scd#examples signing RPMs using Sequoia tools] since version 6.0 so adjusting the rpm macros is natural next step. == Feedback == == Benefit to Fedora == * Prevent vendor-lock-in in GnuPG ecosystem. * Follow IETF standardization * Improve security by providing developers with ability to use Post Quantum Cryptography to sign their artifacts. * Integrate better with the rest of the operating system by following system wide crypto policies. == Scope == * Proposal owners: * Create a new <code>%openpgpverify</code> macro using sqv CLI * Verify it works with existing artifacts in Fedora, fix/workaround/report possible issues. * Change <code>%gpgverify</code> rpm macro in existing spec files to use <code>%openpgpverify</code> where possible with proven packager or PRs * Other developers: Respond to possible issues/PRs in cases where this will not work out of the box. * Release engineering: [https://forge.fedoraproject.org/releng/tickets/issues #Releng issue number] * Policies and guidelines: The Packaging Guidelines should be updated to make use %openpgpverify macro by default. * Trademark approval: N/A (not needed for this Change) * Alignment with the Fedora Strategy: N/A == Upgrade/compatibility impact == No upgrade impact -- this involves just build system and development. Compatibility needs to be evaluated. There should not be any existing librePGP artifacts, but there might be some old GnuPG keys that will not pass stricter Sequoia checks. Identifying them will help increase security of the supply chain as insecure keys might allow getting forged artifacts to Fedora. == Early Testing (Optional) == Verify all packages that use <code>%gpgverify</code> macro work with <code>%openpgpverify</code>. == How To Test == * Have a dist git of a package with upstream tarball signed with GPG key * Update gpgverify BuildRequires to openpgpverify * Update %gpgverify macro to %openpgpverify * Verify the local package build works for you with `fedpkg local` or `fedpkg mockbuild` If not, review the log, key(ring) and report potential issues to the upstream developer or Sequoia developers. Do they use SHA1 in their certificate? Do they use small RSA key that could be broken by Quantum Computer in close future? == User Experience == This change should not affect user experience. == Dependencies == * rust-sequoia-sqv * gpgverify * other packages using gpgverify == Contingency Plan == * Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change) * Contingency deadline: N/A (not a System Wide Change) * Blocks release? N/A (not a System Wide Change) == Documentation == Fedora packaging guidelines need to be updated to reflect this change. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_verifying_signatures N/A (not a System Wide Change) == Release Notes == Fedora is using Sequoia to by default to verify upstream tarball signatures during the build time. This allows upstreams to sign their artifacts using Quantum Resistant algorithms defined in the latest OpenPGP RFC 9980. -- Aoife Moloney Fedora Operations Architect Fedora Project Matrix: @amoloney:fedora.im IRC: amoloney -- _______________________________________________ devel-announce mailing list -- devel-announce@lists.fedoraproject.org To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new

Saturday, July 18, 2026

Orphaned packages looking for new maintainers

Report started at 2026-07-19 00:41:40 UTC The following packages are orphaned and will be retired when they are orphaned for six weeks, unless someone adopts them. If you know for sure that the package should be retired, please do so now with a proper reason: https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life Note: If you received this mail directly you (co)maintain one of the affected packages or a package that depends on one. Please adopt the affected package or retire your depending package to avoid broken dependencies, otherwise your package will be retired when the affected package gets retired. Request package ownership via the *Take* button in the left column on https://src.fedoraproject.org/rpms/<pkgname> Full report available at: https://a.gtmx.me/orphans/orphans.txt grep it for your FAS username and follow the dependency chain. For human readable dependency chains, see https://packager-dashboard.fedoraproject.org/ For all orphaned packages, see https://packager-dashboard.fedoraproject.org/orphan Package (co)maintainers Status Change ================================================================================ MyPasswordSafe orphan 5 weeks ago adanaxisgpl orphan 5 weeks ago axel orphan 2 weeks ago ccze @epel-packagers-sig, orphan, 5 weeks ago salimma cutter-re orphan, rebus, ret2libc 1 weeks ago drat2er orphan 3 weeks ago golang-bazil-fuse @go-sig, jchaloup, orphan 3 weeks ago golang-etcd-bbolt @go-sig, orphan 5 weeks ago golang-github-alexflint- @go-sig, orphan 3 weeks ago filemutex golang-github-anmitsu-shlex @go-sig, dfateyev, jchaloup, 3 weeks ago orphan golang-github-blang-semver @go-sig, orphan 3 weeks ago golang-github-bmizerany-assert @go-sig, jchaloup, orphan 3 weeks ago golang-github-clbanning-x2j @go-sig, orphan 3 weeks ago golang-github-containerd- @go-sig, orphan 3 weeks ago console golang-github-franela-goreq @go-sig, orphan 3 weeks ago golang-github-gin-contrib-sse @go-sig, orphan 3 weeks ago golang-github-gobuffalo-logger @go-sig, orphan 3 weeks ago golang-github-gorilla-handlers @go-sig, jchaloup, orphan 3 weeks ago golang-github-hanwen-fuse-2 @go-sig, orphan 3 weeks ago golang-github-hashicorp- @go-sig, orphan 2 weeks ago terraform-json golang-github-hdrhistogram @go-sig, orphan 3 weeks ago golang-github-huandu-xstrings @go-sig, orphan 3 weeks ago golang-github-karrick-godirwalk @go-sig, orphan 3 weeks ago golang-github-markbates-errx @go-sig, orphan 3 weeks ago golang-github-markbates-oncer @go-sig, orphan 3 weeks ago golang-github-markbates-pkger @go-sig, orphan 2 weeks ago golang-github-markbates-safe @go-sig, orphan 3 weeks ago golang-github-modern-reflect2 @go-sig, orphan 3 weeks ago golang-github-mrunalp-fileutils @go-sig, orphan 3 weeks ago golang-github-opentracing @go-sig, orphan 5 weeks ago golang-github-rs-xid @go-sig, orphan 3 weeks ago golang-github-schollz-cli-2 @go-sig, orphan 5 weeks ago golang-github-sirupsen-logrus @go-sig, orphan 2 weeks ago golang-github-sourcegraph- @go-sig, orphan 3 weeks ago jsonrpc2 golang-github-spf13-afero @go-sig, athoscr, orphan 5 weeks ago golang-github-tj-assert @go-sig, orphan 2 weeks ago golang-github-u-root-uio @go-sig, orphan 2 weeks ago golang-github-urfave-cli @go-sig, orphan 5 weeks ago golang-github-xrash-smetrics @go-sig, orphan 3 weeks ago golang-github-zclconf-cty-debug @go-sig, orphan 2 weeks ago golang-github-zmap-zcrypto @go-sig, orphan 5 weeks ago golang-gopkg-yaml-1 @go-sig, orphan 3 weeks ago hexchat orphan 0 weeks ago kf5-kjs @kde-sig, jgrulich, orphan, 5 weeks ago than l10n-maven-plugin orphan 1 weeks ago lfsc orphan 3 weeks ago pads orphan 5 weeks ago perl-Module-Pluggable-Ordered orphan 3 weeks ago perl-Signal-Mask orphan 1 weeks ago php-felixfbecker-advanced-json- orphan 2 weeks ago rpc3 php-netresearch-jsonmapper orphan 2 weeks ago php-netresearch-jsonmapper4 orphan 2 weeks ago php-sabre-dav4 orphan 1 weeks ago php-sabre-event5 orphan 1 weeks ago php-sabre-http5 orphan 1 weeks ago php-sabre-uri2 orphan 1 weeks ago php-sabre-vobject4 orphan 1 weeks ago php-sabre-xml2 orphan 1 weeks ago php-tcpdf orphan 4 weeks ago proxysql orphan, praiskup 5 weeks ago python-CommonMark orphan 0 weeks ago python-SALib @neuro-sig, orphan 3 weeks ago python-chai @infra-sig, @python-packagers- 4 weeks ago sig, orphan, pingou, romaingeissler1a python-linuxdoc orphan 4 weeks ago python-matrix-nio orphan 4 weeks ago python-poetry-plugin-export @python-packagers-sig, orphan 3 weeks ago python-pytest-tornado @python-packagers-sig, orphan 3 weeks ago python-recommonmark orphan 0 weeks ago python-snakemake-executor- orphan 4 weeks ago plugin-cluster-generic python-snakemake-interface- orphan 6 weeks ago scheduler-plugins python-snakemake-logger-plugin- orphan 6 weeks ago rich python-spyder-kernels @neuro-sig, jonathanspw, 0 weeks ago orphan python-types-docutils @epel-packagers-sig, kkeithle, 0 weeks ago orphan qview orphan 1 weeks ago rust-ansiterm @rust-sig, orphan 5 weeks ago rust-app_dirs2 @rust-sig, orphan 4 weeks ago rust-chainerror @rust-sig, orphan 4 weeks ago rust-dbus-tree @rust-sig, bgurney, mulhern, 2 weeks ago orphan rust-error-chain @rust-sig, orphan 1 weeks ago rust-getch @rust-sig, orphan 4 weeks ago rust-temptree @rust-sig, orphan 1 weeks ago rust-unix_socket @rust-sig, orphan 4 weeks ago spec-version-maven-plugin @epel-packagers-sig, orphan, 5 weeks ago salimma spyder @neuro-sig, jonathanspw, 0 weeks ago orphan, thozza xgrep orphan 5 weeks ago yggdrasil-worker-package- @go-sig, orphan 4 weeks ago manager The following packages require above mentioned packages: Depending on: golang-github-opentracing (1), status change: 2026-06-10 (5 weeks ago) golang-github-kit (maintained by: @go-sig, alexsaezm) golang-github-kit-0.11.0-12.fc42~bootstrap.src requires golang(github.com/opentracing/opentracing-go) = 1.2.0-17.fc44, golang(github.com/opentracing/opentracing-go/ext) = 1.2.0-17.fc44, golang(github.com/opentracing/opentracing-go/log) = 1.2.0-17.fc44 golang-github-kit-devel-0.11.0-12.fc42~bootstrap.noarch requires golang(github.com/opentracing/opentracing-go) = 1.2.0-17.fc44, golang(github.com/opentracing/opentracing-go/ext) = 1.2.0-17.fc44, golang(github.com/opentracing/opentracing-go/log) = 1.2.0-17.fc44 Depending on: golang-github-sirupsen-logrus (11), status change: 2026-07-03 (2 weeks ago) browserpass (maintained by: @go-sig, wojnilowicz) browserpass-3.1.2-5.fc44.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44, golang(github.com/sirupsen/logrus/hooks/syslog) = 1.9.3-6.fc44 golang-github-chappjc-logrus-prefix (maintained by: @go-sig, dcavalca) golang-github-chappjc-logrus-prefix-0-0.13.20210702git3a1d648.fc43.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44, golang(github.com/x-cray/logrus-prefixed-formatter) = 0.5.2-14.fc43 golang-github-chappjc-logrus-prefix-devel-0-0.13.20210702git3a1d648.fc43.noarch requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-gobuffalo-logger (maintained by: @go-sig, orphan) golang-github-gobuffalo-logger-1.0.7-8.fc44.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-gobuffalo-logger-devel-1.0.7-8.fc44.noarch requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-jackc-pgx (maintained by: @go-sig, eclipseo) golang-github-jackc-pgx-4.10.1-14.fc43.src requires golang(github.com/jackc/pgtype) = 1.6.2-14.fc43, golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-jackc-pgx-devel-4.10.1-14.fc43.noarch requires golang(github.com/jackc/pgtype) = 1.6.2-14.fc43, golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-kit (maintained by: @go-sig, alexsaezm) golang-github-kit-0.11.0-12.fc42~bootstrap.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-kit-devel-0.11.0-12.fc42~bootstrap.noarch requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-matrix-org-util (maintained by: @go-sig, v02460) golang-github-matrix-org-util-0-0.6.20240221git3997302.fc44.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-matrix-org-util-devel-0-0.6.20240221git3997302.fc44.noarch requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-shopify-toxiproxy (maintained by: @go-sig, eclipseo) golang-github-shopify-toxiproxy-2.1.4-23.fc44.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-shopify-toxiproxy-devel-2.1.4-23.fc44.noarch requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-vbatts-tar-split (maintained by: @go-sig, jchaloup, runcom) golang-github-vbatts-tar-split-0.11.2-12.fc44.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-vbatts-tar-split-devel-0.11.2-12.fc44.noarch requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-x-cray-logrus-prefixed-formatter (maintained by: @go-sig, dcavalca) golang-github-x-cray-logrus-prefixed-formatter-0.5.2-14.fc43.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-x-cray-logrus-prefixed-formatter-devel-0.5.2-14.fc43.noarch requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-zmap-zcrypto (maintained by: @go-sig, orphan) golang-github-zmap-zcrypto-0-0.26.20230803git64a80ee.fc43.src requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-zmap-zcrypto-devel-0-0.26.20230803git64a80ee.fc43.noarch requires golang(github.com/sirupsen/logrus) = 1.9.3-6.fc44 golang-github-jackc-pgtype (maintained by: @go-sig, eclipseo) golang-github-jackc-pgtype-1.6.2-14.fc43.src requires golang(github.com/jackc/pgx/v4) = 4.10.1-14.fc43, golang(github.com/jackc/pgx/v4/stdlib) = 4.10.1-14.fc43 golang-github-jackc-pgtype-devel-1.6.2-14.fc43.noarch requires golang(github.com/jackc/pgx/v4) = 4.10.1-14.fc43 Depending on: golang-github-spf13-afero (2), status change: 2026-06-10 (5 weeks ago) golang-github-lyft-protoc-gen-star (maintained by: @go-sig, alexsaezm) golang-github-lyft-protoc-gen-star-0.5.2-15.fc43.src requires golang(github.com/spf13/afero) = 1.11.0-4.fc43 golang-github-lyft-protoc-gen-star-devel-0.5.2-15.fc43.noarch requires golang(github.com/spf13/afero) = 1.11.0-4.fc43 golang-github-envoyproxy-protoc-gen-validate (maintained by: @go-sig, alexsaezm) golang-github-envoyproxy-protoc-gen-validate-0.4.1-19.fc44.src requires golang(github.com/lyft/protoc-gen-star) = 0.5.2-15.fc43, golang(github.com/lyft/protoc-gen-star/lang/go) = 0.5.2-15.fc43 golang-github-envoyproxy-protoc-gen-validate-devel-0.4.1-19.fc44.noarch requires golang(github.com/lyft/protoc-gen-star) = 0.5.2-15.fc43, golang(github.com/lyft/protoc-gen-star/lang/go) = 0.5.2-15.fc43 Depending on: golang-github-u-root-uio (2), status change: 2026-07-03 (2 weeks ago) golang-github-insomniacslk-dhcp (maintained by: @go-sig, dcavalca) golang-github-insomniacslk-dhcp-0-0.13.20240124git8c70d40.fc43.src requires golang(github.com/u-root/uio/rand) = 0-0.13.20240124gita3c409a.fc43, golang(github.com/u-root/uio/uio) = 0-0.13.20240124gita3c409a.fc43 golang-github-insomniacslk-dhcp-devel-0-0.13.20240124git8c70d40.fc43.noarch requires golang(github.com/u-root/uio/rand) = 0-0.13.20240124gita3c409a.fc43, golang(github.com/u-root/uio/uio) = 0-0.13.20240124gita3c409a.fc43 golang-github-facebookincubator-dhcplb (maintained by: @go-sig, dcavalca) golang-github-facebookincubator-dhcplb-0-0.18.20240124gitc9f4bc7.fc44.src requires golang(github.com/insomniacslk/dhcp/dhcpv4) = 0-0.13.20240124git8c70d40.fc43, golang(github.com/insomniacslk/dhcp/dhcpv4/ztpv4) = 0-0.13.20240124git8c70d40.fc43, golang(github.com/insomniacslk/dhcp/dhcpv6) = 0-0.13.20240124git8c70d40.fc43, golang(github.com/insomniacslk/dhcp/dhcpv6/ztpv6) = 0-0.13.20240124git8c70d40.fc43 golang-github-facebookincubator-dhcplb-devel-0-0.18.20240124gitc9f4bc7.fc44.noarch requires golang(github.com/insomniacslk/dhcp/dhcpv4) = 0-0.13.20240124git8c70d40.fc43, golang(github.com/insomniacslk/dhcp/dhcpv4/ztpv4) = 0-0.13.20240124git8c70d40.fc43, golang(github.com/insomniacslk/dhcp/dhcpv6) = 0-0.13.20240124git8c70d40.fc43, golang(github.com/insomniacslk/dhcp/dhcpv6/ztpv6) = 0-0.13.20240124git8c70d40.fc43 Depending on: golang-github-urfave-cli (3), status change: 2026-06-09 (5 weeks ago) golang-github-shopify-toxiproxy (maintained by: @go-sig, eclipseo) golang-github-shopify-toxiproxy-2.1.4-23.fc44.src requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 golang-github-shopify-toxiproxy-devel-2.1.4-23.fc44.noarch requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 golang-github-vbatts-tar-split (maintained by: @go-sig, jchaloup, runcom) golang-github-vbatts-tar-split-0.11.2-12.fc44.src requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 golang-github-vbatts-tar-split-devel-0.11.2-12.fc44.noarch requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 gotun (maintained by: @go-sig, kushal) gotun-0-0.24.gita9dbe4d.fc42.src requires golang(github.com/urfave/cli) = 1.22.10-10.fc44 Depending on: golang-github-zclconf-cty-debug (1), status change: 2026-07-03 (2 weeks ago) golang-github-hashicorp-terraform-json (maintained by: @go-sig, orphan) golang-github-hashicorp-terraform-json-0.17.1-6.fc43.src requires golang(github.com/zclconf/go-cty-debug/ctydebug) = 0-0.7.20240623git0d6042c.fc43 Depending on: hexchat (1), status change: 2026-07-17 (0 weeks ago) hexchat-autoaway (maintained by: dchen) hexchat-autoaway-2.0-19.fc44.src requires hexchat-devel = 2.16.2-14.fc45 hexchat-autoaway-2.0-19.fc44.x86_64 requires hexchat = 2.16.2-14.fc45 Depending on: kf5-kjs (3), status change: 2026-06-09 (5 weeks ago) kf5-khtml (maintained by: @kde-sig, farchord, jgrulich, than) kf5-khtml-5.116.0-6.fc44.i686 requires libKF5JS.so.5 kf5-khtml-5.116.0-6.fc44.src requires kf5-kjs-devel = 5.116.0-6.fc44 kf5-khtml-5.116.0-6.fc44.x86_64 requires libKF5JS.so.5()(64bit) kf5-khtml-devel-5.116.0-6.fc44.i686 requires kf5-kjs-devel = 5.116.0-6.fc44 kf5-khtml-devel-5.116.0-6.fc44.x86_64 requires kf5-kjs-devel = 5.116.0-6.fc44 kf5-kjsembed (maintained by: @kde-sig, farchord, jgrulich) kf5-kjsembed-5.116.0-7.fc44.src requires kf5-kjs-devel = 5.116.0-6.fc44 kf5-kjsembed-5.116.0-7.fc44.x86_64 requires libKF5JS.so.5()(64bit) kf5-kjsembed-devel-5.116.0-7.fc44.x86_64 requires kf5-kjs-devel = 5.116.0-6.fc44 kopete (maintained by: @kde-sig, nucleo, than) kopete-23.08.5-4.fc43.src requires cmake(KF5KHtml) = 5.116.0 kopete-libs-23.08.5-4.fc43.i686 requires libKF5KHtml.so.5 kopete-libs-23.08.5-4.fc43.x86_64 requires libKF5KHtml.so.5()(64bit) Depending on: perl-Signal-Mask (1), status change: 2026-07-07 (1 weeks ago) perl-Parallel-Prefork (maintained by: eseyman) perl-Parallel-Prefork-0.18-31.fc45.noarch requires perl(Signal::Mask) = 0.009 perl-Parallel-Prefork-0.18-31.fc45.src requires perl(Signal::Mask) = 0.009 Depending on: php-netresearch-jsonmapper (1), status change: 2026-06-30 (2 weeks ago) php-felixfbecker-advanced-json-rpc3 (maintained by: orphan) php-felixfbecker-advanced-json-rpc3-3.2.1-12.fc44.noarch requires php-composer(netresearch/jsonmapper) = 5.0.1 php-felixfbecker-advanced-json-rpc3-3.2.1-12.fc44.src requires php-composer(netresearch/jsonmapper) = 5.0.1 Depending on: php-netresearch-jsonmapper4 (1), status change: 2026-06-30 (2 weeks ago) php-felixfbecker-advanced-json-rpc3 (maintained by: orphan) php-felixfbecker-advanced-json-rpc3-3.2.1-12.fc44.noarch requires php-composer(netresearch/jsonmapper) = 4.5.0 php-felixfbecker-advanced-json-rpc3-3.2.1-12.fc44.src requires php-composer(netresearch/jsonmapper) = 4.5.0 Depending on: php-sabre-event5 (2), status change: 2026-07-07 (1 weeks ago) php-sabre-dav4 (maintained by: orphan) php-sabre-dav4-4.7.0-4.fc44.noarch requires php-composer(sabre/event) = 5.1.8, php-composer(sabre/http) = 5.1.13 php-sabre-dav4-4.7.0-4.fc44.src requires php-composer(sabre/event) = 5.1.8, php-composer(sabre/http) = 5.1.13 php-sabre-http5 (maintained by: orphan) php-sabre-http5-5.1.13-2.fc44.noarch requires php-composer(sabre/event) = 5.1.8 php-sabre-http5-5.1.13-2.fc44.src requires php-composer(sabre/event) = 5.1.8 Depending on: php-sabre-http5 (1), status change: 2026-07-07 (1 weeks ago) php-sabre-dav4 (maintained by: orphan) php-sabre-dav4-4.7.0-4.fc44.noarch requires php-composer(sabre/http) = 5.1.13 php-sabre-dav4-4.7.0-4.fc44.src requires php-composer(sabre/http) = 5.1.13 Depending on: php-sabre-uri2 (4), status change: 2026-07-07 (1 weeks ago) php-sabre-dav4 (maintained by: orphan) php-sabre-dav4-4.7.0-4.fc44.noarch requires php-composer(sabre/http) = 5.1.13, php-composer(sabre/uri) = 2.3.4, php-composer(sabre/vobject) = 4.6.1, php-composer(sabre/xml) = 2.2.11 php-sabre-dav4-4.7.0-4.fc44.src requires php-composer(sabre/http) = 5.1.13, php-composer(sabre/uri) = 2.3.4, php-composer(sabre/vobject) = 4.6.1, php-composer(sabre/xml) = 2.2.11 php-sabre-http5 (maintained by: orphan) php-sabre-http5-5.1.13-2.fc44.noarch requires php-composer(sabre/uri) = 2.3.4 php-sabre-http5-5.1.13-2.fc44.src requires php-composer(sabre/uri) = 2.3.4 php-sabre-xml2 (maintained by: orphan) php-sabre-xml2-2.2.11-4.fc44.noarch requires php-composer(sabre/uri) = 2.3.4 php-sabre-xml2-2.2.11-4.fc44.src requires php-composer(sabre/uri) = 2.3.4 php-sabre-vobject4 (maintained by: orphan) php-sabre-vobject4-4.6.1-1.fc45.noarch requires php-composer(sabre/xml) = 2.2.11 php-sabre-vobject4-4.6.1-1.fc45.src requires php-composer(sabre/xml) = 2.2.11 Depending on: php-sabre-vobject4 (1), status change: 2026-07-07 (1 weeks ago) php-sabre-dav4 (maintained by: orphan) php-sabre-dav4-4.7.0-4.fc44.noarch requires php-composer(sabre/vobject) = 4.6.1 php-sabre-dav4-4.7.0-4.fc44.src requires php-composer(sabre/vobject) = 4.6.1 Depending on: php-sabre-xml2 (2), status change: 2026-07-07 (1 weeks ago) php-sabre-dav4 (maintained by: orphan) php-sabre-dav4-4.7.0-4.fc44.noarch requires php-composer(sabre/vobject) = 4.6.1, php-composer(sabre/xml) = 2.2.11 php-sabre-dav4-4.7.0-4.fc44.src requires php-composer(sabre/vobject) = 4.6.1, php-composer(sabre/xml) = 2.2.11 php-sabre-vobject4 (maintained by: orphan) php-sabre-vobject4-4.6.1-1.fc45.noarch requires php-composer(sabre/xml) = 2.2.11 php-sabre-vobject4-4.6.1-1.fc45.src requires php-composer(sabre/xml) = 2.2.11 Depending on: python-CommonMark (23), status change: 2026-07-13 (0 weeks ago) copr-frontend (maintained by: @copr-sig, frostyx, msuchy, praiskup) copr-frontend-2.7.hotfix.1-1.fc45.noarch requires python3dist(commonmark) = 0.9.1 copr-frontend-2.7.hotfix.1-1.fc45.src requires python3dist(commonmark) = 0.9.1 python-recommonmark (maintained by: orphan) python-recommonmark-0.7.1-18.git.fc45.src requires python3-CommonMark = 0.9.1-26.fc45, python3dist(commonmark) = 0.9.1 python3-recommonmark-0.7.1-18.git.fc45.noarch requires python3.15dist(commonmark) = 0.9.1 python-webscrapbook (maintained by: ferdnyc) python-webscrapbook-2.7.2-3.fc45.src requires python3dist(commonmark) = 0.9.1 python3-webscrapbook-2.7.2-3.fc45.noarch requires python3.15dist(commonmark) = 0.9.1 clang15 (maintained by: @epel-packagers-sig, @fedora-llvm-team, frantisekz, salimma, tuliom) clang15-15.0.7-12.fc44.src requires llvm15-devel = 15.0.7-15.fc44, llvm15-static = 15.0.7-15.fc44, python3-recommonmark = 0.7.1-18.git.fc45 clang15-15.0.7-12.fc44.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15) clang15-15.0.7-12.fc44.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) clang15-libs-15.0.7-12.fc44.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15) clang15-libs-15.0.7-12.fc44.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) llvm14 (maintained by: kalev, nikic, petersen, tstellar) llvm14-14.0.5-13.fc43.src requires python3-recommonmark = 0.7.1-18.git.fc45 llvm15 (maintained by: @epel-packagers-sig, @fedora-llvm-team, frantisekz, salimma, tuliom) llvm15-15.0.7-15.fc44.src requires python3-recommonmark = 0.7.1-18.git.fc45 openmpi (maintained by: jonathanspw, orion) openmpi-5.0.10-3.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 osgearth (maintained by: smani) osgearth-3.8.1-1.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 python-kubernetes (maintained by: amoralej, jmontleon) python-kubernetes-1:36.0.3-1.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 python-nbdime (maintained by: jjames) python-nbdime-4.0.4-2.fc45.src requires python3dist(recommonmark) = 0.7.1 python-openshift (maintained by: jmontleon) python-openshift-1:0.13.2-13.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 python-pdf2image (maintained by: iztokf) python-pdf2image-1.16.3-14.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 python-scikit-uplift (maintained by: iztokf) python-scikit-uplift-0.5.1-16.fc45.src requires python3dist(recommonmark) = 0.7.1 trellis (maintained by: lkundrak, somlo) trellis-1.2.1-38.20251010git92345b7.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 ghc (maintained by: petersen) ghc-9.10.3-155.fc45.src requires clang15 = 15.0.7-12.fc44, llvm15 = 15.0.7-15.fc44 ghc9.10 (maintained by: petersen) ghc9.10-9.10.3-14.fc45.src requires clang15 = 15.0.7-12.fc44, llvm15 = 15.0.7-15.fc44 intel-igc (maintained by: aekoroglu, androniychuk, frantisekz) intel-igc-2.36.3-1.fc45.src requires clang15 = 15.0.7-12.fc44, llvm15-devel = 15.0.7-15.fc44 intel-igc-libs-2.36.3-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) intel-opencl-clang (maintained by: aekoroglu, androniychuk, frantisekz) intel-opencl-clang-15.0.9-1.fc45.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15), libclang-cpp.so.15 intel-opencl-clang-15.0.9-1.fc45.src requires clang15 = 15.0.7-12.fc44, clang15-devel = 15.0.7-12.fc44, llvm15-devel = 15.0.7-15.fc44 intel-opencl-clang-15.0.9-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit), libclang-cpp.so.15()(64bit) intel-opencl-clang-devel-15.0.9-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit), libclang-cpp.so.15()(64bit) ghc9.4 (maintained by: petersen) ghc9.4-9.4.8-37.fc44.src requires llvm14 = 14.0.5-13.fc43 ghc9.6 (maintained by: petersen) ghc9.6-9.6.7-26.fc44.src requires llvm14 = 14.0.5-13.fc43 ghc9.8 (maintained by: petersen) ghc9.8-9.8.4-16.fc43.src requires llvm15 = 15.0.7-15.fc44 lld15 (maintained by: @fedora-llvm-team, frantisekz, tuliom) lld15-15.0.7-10.fc44.src requires llvm15-devel = 15.0.7-15.fc44 lld15-libs-15.0.7-10.fc44.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15) lld15-libs-15.0.7-10.fc44.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) spirv-llvm15.0-translator (maintained by: androniychuk, frantisekz) spirv-llvm15.0-translator-15.0.23-1.fc45.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15) spirv-llvm15.0-translator-15.0.23-1.fc45.src requires llvm15-devel = 15.0.7-15.fc44, llvm15-static = 15.0.7-15.fc44 spirv-llvm15.0-translator-15.0.23-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) spirv-llvm15.0-translator-tools-15.0.23-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) Too many dependencies for python-CommonMark, not all listed here Depending on: python-recommonmark (86), status change: 2026-07-13 (0 weeks ago) clang15 (maintained by: @epel-packagers-sig, @fedora-llvm-team, frantisekz, salimma, tuliom) clang15-15.0.7-12.fc44.src requires llvm15-devel = 15.0.7-15.fc44, llvm15-static = 15.0.7-15.fc44, python3-recommonmark = 0.7.1-18.git.fc45 clang15-15.0.7-12.fc44.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15) clang15-15.0.7-12.fc44.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) clang15-libs-15.0.7-12.fc44.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15) clang15-libs-15.0.7-12.fc44.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) llvm14 (maintained by: kalev, nikic, petersen, tstellar) llvm14-14.0.5-13.fc43.src requires python3-recommonmark = 0.7.1-18.git.fc45 llvm15 (maintained by: @epel-packagers-sig, @fedora-llvm-team, frantisekz, salimma, tuliom) llvm15-15.0.7-15.fc44.src requires python3-recommonmark = 0.7.1-18.git.fc45 openmpi (maintained by: jonathanspw, orion) openmpi-5.0.10-3.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 osgearth (maintained by: smani) osgearth-3.8.1-1.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 python-kubernetes (maintained by: amoralej, jmontleon) python-kubernetes-1:36.0.3-1.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 python-nbdime (maintained by: jjames) python-nbdime-4.0.4-2.fc45.src requires python3dist(recommonmark) = 0.7.1 python-openshift (maintained by: jmontleon) python-openshift-1:0.13.2-13.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 python-pdf2image (maintained by: iztokf) python-pdf2image-1.16.3-14.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 python-scikit-uplift (maintained by: iztokf) python-scikit-uplift-0.5.1-16.fc45.src requires python3dist(recommonmark) = 0.7.1 trellis (maintained by: lkundrak, somlo) trellis-1.2.1-38.20251010git92345b7.fc45.src requires python3-recommonmark = 0.7.1-18.git.fc45 ghc (maintained by: petersen) ghc-9.10.3-155.fc45.src requires clang15 = 15.0.7-12.fc44, llvm15 = 15.0.7-15.fc44 ghc9.10 (maintained by: petersen) ghc9.10-9.10.3-14.fc45.src requires clang15 = 15.0.7-12.fc44, llvm15 = 15.0.7-15.fc44 intel-igc (maintained by: aekoroglu, androniychuk, frantisekz) intel-igc-2.36.3-1.fc45.src requires clang15 = 15.0.7-12.fc44, llvm15-devel = 15.0.7-15.fc44 intel-igc-libs-2.36.3-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) intel-opencl-clang (maintained by: aekoroglu, androniychuk, frantisekz) intel-opencl-clang-15.0.9-1.fc45.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15), libclang-cpp.so.15 intel-opencl-clang-15.0.9-1.fc45.src requires clang15 = 15.0.7-12.fc44, clang15-devel = 15.0.7-12.fc44, llvm15-devel = 15.0.7-15.fc44 intel-opencl-clang-15.0.9-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit), libclang-cpp.so.15()(64bit) intel-opencl-clang-devel-15.0.9-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit), libclang-cpp.so.15()(64bit) ghc9.4 (maintained by: petersen) ghc9.4-9.4.8-37.fc44.src requires llvm14 = 14.0.5-13.fc43 ghc9.6 (maintained by: petersen) ghc9.6-9.6.7-26.fc44.src requires llvm14 = 14.0.5-13.fc43 ghc9.8 (maintained by: petersen) ghc9.8-9.8.4-16.fc43.src requires llvm15 = 15.0.7-15.fc44 lld15 (maintained by: @fedora-llvm-team, frantisekz, tuliom) lld15-15.0.7-10.fc44.src requires llvm15-devel = 15.0.7-15.fc44 lld15-libs-15.0.7-10.fc44.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15) lld15-libs-15.0.7-10.fc44.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) spirv-llvm15.0-translator (maintained by: androniychuk, frantisekz) spirv-llvm15.0-translator-15.0.23-1.fc45.i686 requires libLLVM-15.so, libLLVM-15.so(LLVM_15) spirv-llvm15.0-translator-15.0.23-1.fc45.src requires llvm15-devel = 15.0.7-15.fc44, llvm15-static = 15.0.7-15.fc44 spirv-llvm15.0-translator-15.0.23-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) spirv-llvm15.0-translator-tools-15.0.23-1.fc45.x86_64 requires libLLVM-15.so()(64bit), libLLVM-15.so(LLVM_15)(64bit) ALL (maintained by: junghans) ALL-0.9.4-1.fc45.src requires openmpi-devel = 5.0.10-3.fc45 ALL-openmpi-0.9.4-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) ALL-openmpi-devel-0.9.4-1.fc45.x86_64 requires openmpi-devel = 5.0.10-3.fc45 MUMPS (maintained by: sagitter) MUMPS-openmpi-5.7.3-7.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 MUMPS-openmpi-examples-5.7.3-7.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 MUSIC (maintained by: @neuro-sig, ankursinha) MUSIC-1.2.1-15.fc45.src requires openmpi-devel = 5.0.10-3.fc45 MUSIC-openmpi-1.2.1-15.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 MUSIC-openmpi-devel-1.2.1-15.fc45.x86_64 requires openmpi = 5.0.10-3.fc45 python3-MUSIC-openmpi-1.2.1-15.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 amg4psblas (maintained by: sagitter) amg4psblas-1.2.0-1.post1.fc45.src requires openmpi-devel = 5.0.10-3.fc45 amg4psblas-openmpi-1.2.0-1.post1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 arbor (maintained by: @neuro-sig, ankursinha) arbor-0.9.0-17.fc44.src requires openmpi-devel = 5.0.10-3.fc45 arbor-openmpi-0.9.0-17.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45, python3-openmpi = 5.0.10-3.fc45 auryn (maintained by: @neuro-sig, ankursinha) auryn-0.8.4-6.fc44.src requires openmpi-devel = 5.0.10-3.fc45 auryn-openmpi-0.8.4-6.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 boost (maintained by: denisarnaud, jwakely, mcermak, ppalka) boost-graph-openmpi-1.90.0-11.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) boost-openmpi-1.90.0-11.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) boost-openmpi-python3-1.90.0-11.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), python3-openmpi(x86-64) = 5.0.10-3.fc45 bout++ (maintained by: davidsch, sagitter) bout++-5.2.0-28.fc45.src requires openmpi-devel = 5.0.10-3.fc45 bout++-openmpi-5.2.0-28.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) python3-bout++-openmpi-5.2.0-28.fc45.x86_64 requires openmpi = 5.0.10-3.fc45, python3-openmpi = 5.0.10-3.fc45 catalyst (maintained by: mkrupcale, orion) catalyst-openmpi-2.1.0-4.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) cgnslib (maintained by: cicku, loveshack, orion, smani) cgnslib-openmpi-devel-4.5.1-4.fc45.x86_64 requires openmpi-devel = 5.0.10-3.fc45 cgnslib-openmpi-libs-4.5.1-4.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) coin-or-Ipopt (maintained by: sagitter) coin-or-Ipopt-3.14.16-7.fc44.src requires pkgconfig(ompi) = 5.0.10 coin-or-Ipopt-openmpi-3.14.16-7.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) combblas (maintained by: sagitter) combblas-openmpi-2.0.0-15.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 combblas-openmpi-devel-2.0.0-15.fc44.x86_64 requires openmpi-devel(x86-64) = 5.0.10-3.fc45 cp2k (maintained by: @scitech_sig, jussilehtola, lecris) cp2k-2025.1-5.fc44.src requires openmpi-devel = 5.0.10-3.fc45 cp2k-openmpi-2025.1-5.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64) dbcsr (maintained by: lecris, orion) dbcsr-openmpi-2.9.1-1.fc44.x86_64 requires libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64) dl_poly (maintained by: loveshack) dl_poly-1.10-27.fc44.src requires openmpi-devel = 5.0.10-3.fc45 dl_poly-openmpi-1.10-27.fc44.x86_64 requires libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 elk (maintained by: marcindulak) elk-9.2.12-8.fc44.src requires openmpi-devel = 5.0.10-3.fc45 elk-openmpi-9.2.12-8.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64) espresso (maintained by: jngrad, junghans) espresso-5.0.1-3.fc45.src requires openmpi-devel = 5.0.10-3.fc45 python3-espresso-openmpi-5.0.1-3.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) fftw (maintained by: dcantrell, jchaloup, jussilehtola, konradm) fftw-openmpi-devel-3.3.10-17.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 fftw-openmpi-libs-double-3.3.10-17.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) fftw-openmpi-libs-long-3.3.10-17.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) fftw-openmpi-libs-single-3.3.10-17.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) freefem++ (maintained by: sagitter) freefem++-4.16-1.fc45.src requires openmpi-devel = 5.0.10-3.fc45 freefem++-openmpi-4.16-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) ga (maintained by: marcindulak) ga-5.9.2-2.fc44.src requires openmpi-devel = 5.0.10-3.fc45 ga-openmpi-5.9.2-2.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64) ga-openmpi-devel-5.9.2-2.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 ga-openmpi-static-5.9.2-2.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 gloo (maintained by: trix) gloo-0.5.0^git20241203.dc507d1-4.fc44.src requires openmpi-devel = 5.0.10-3.fc45 gloo-openmpi-0.5.0^git20241203.dc507d1-4.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) gmsh (maintained by: hobbes1069, ignatenkobrain, smani) gmsh-4.15.2-2.fc45.src requires openmpi-devel = 5.0.10-3.fc45 gmsh-openmpi-devel-4.15.2-2.fc45.x86_64 requires openmpi-devel = 5.0.10-3.fc45 gmsh-openmpi-libs-4.15.2-2.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) gpaw (maintained by: marcindulak) gpaw-25.7.0-6.fc45.src requires openmpi-devel = 5.0.10-3.fc45 python3-gpaw-openmpi-25.7.0-6.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) gretl (maintained by: hannes) gretl-2026a-1.fc45.src requires openmpi-devel = 5.0.10-3.fc45 gretl-openmpi-2026a-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 gromacs (maintained by: junghans) gromacs-2026.2-1.fc45.src requires openmpi-devel = 5.0.10-3.fc45 gromacs-openmpi-2026.2-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) hdf5 (maintained by: @scitech_sig, ignatenkobrain, orion, sagitter) hdf5-openmpi-2.1.1-4.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) hdf5-openmpi-devel-2.1.1-4.fc45.x86_64 requires openmpi-devel(x86-64) = 5.0.10-3.fc45 heffte (maintained by: junghans) heffte-2.4.1-10.fc44.src requires openmpi-devel = 5.0.10-3.fc45 heffte-openmpi-2.4.1-10.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) heffte-openmpi-devel-2.4.1-10.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 hpl (maintained by: jskarvad) hpl-openmpi-2.2-23.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64) hpx (maintained by: diehlpk, junghans) hpx-1.11.0-3.fc44.src requires openmpi-devel = 5.0.10-3.fc45 hpx-openmpi-1.11.0-3.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi-devel = 5.0.10-3.fc45 hpx-openmpi-devel-1.11.0-3.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi-devel = 5.0.10-3.fc45 hpx-openmpi-examples-1.11.0-3.fc44.x86_64 requires openmpi = 5.0.10-3.fc45 hypre (maintained by: fuller, loveshack, orion) hypre-openmpi-2.32.0-9.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 hypre-openmpi-devel-2.32.0-9.fc45.x86_64 requires openmpi-devel(x86-64) = 5.0.10-3.fc45 intel-mpi-benchmarks (maintained by: kheib, michich) intel-mpi-benchmarks-2021.8-7.fc44.src requires openmpi-devel = 5.0.10-3.fc45 intel-mpi-benchmarks-openmpi-2021.8-7.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 lammps (maintained by: cz4rs, junghans, rberger) lammps-20260330-2.fc45.src requires openmpi-devel = 5.0.10-3.fc45 lammps-openmpi-20260330-2.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 libcircle (maintained by: junghans) libcircle-0.3-21.fc44.src requires openmpi-devel = 5.0.10-3.fc45 libcircle-openmpi-0.3-21.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) libmbd (maintained by: lecris) libmbd-0.13.0-2.fc44.src requires openmpi-devel = 5.0.10-3.fc45 libmbd-openmpi-0.13.0-2.fc44.x86_64 requires libmpi_usempif08.so.40()(64bit)(openmpi-x86_64) libmbd-openmpi-devel-0.13.0-2.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 libneurosim (maintained by: @neuro-sig, ankursinha) libneurosim-openmpi-1.2.0-16.20210110.gitafc003f.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 libneurosim-openmpi-devel-1.2.0-16.20210110.gitafc003f.fc44.x86_64 requires openmpi = 5.0.10-3.fc45 llama-cpp (maintained by: @rocm-packagers-sig, man2dev, trix) llama-cpp-b9840-1.fc45.src requires openmpi = 5.0.10-3.fc45 mathgl (maintained by: krege) mathgl-openmpi-8.0.3-11.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) mfem (maintained by: topazus) mfem-4.9-2.fc44.src requires openmpi-devel = 5.0.10-3.fc45 mfem-openmpi-4.9-2.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 mfem-openmpi-devel-4.9-2.fc44.x86_64 requires openmpi-devel(x86-64) = 5.0.10-3.fc45 mpi4py (maintained by: @python-packagers-sig, limb) mpi4py-4.1.2-2.fc45.src requires openmpi-devel = 5.0.10-3.fc45 python3-mpi4py-openmpi-4.1.2-2.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), python3-openmpi(x86-64) = 5.0.10-3.fc45 mpibash (maintained by: junghans) mpibash-1.5-2.fc44.src requires openmpi-devel = 5.0.10-3.fc45 mpibash-openmpi-1.5-2.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) nest (maintained by: @neuro-sig, ankursinha) nest-3.8-11.fc45.src requires openmpi-devel = 5.0.10-3.fc45 nest-openmpi-3.8-11.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 python3-nest-openmpi-3.8-11.fc45.x86_64 requires openmpi = 5.0.10-3.fc45 netcdf-cxx4 (maintained by: @scitech_sig, orion) netcdf-cxx4-openmpi-4.3.1-22.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) netcdf-cxx4-openmpi-devel-4.3.1-22.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 netcdf-fortran (maintained by: @scitech_sig, orion) netcdf-fortran-4.6.2-3.fc44.src requires openmpi-devel = 5.0.10-3.fc45 netcdf-fortran-openmpi-devel-4.6.2-3.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 netcdf (maintained by: @scitech_sig, orion) netcdf-openmpi-4.10.0-3.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) netcdf-openmpi-devel-4.10.0-3.fc45.x86_64 requires openmpi-devel(x86-64) = 5.0.10-3.fc45 netgen-mesher (maintained by: hobbes1069, smani) netgen-mesher-6.2.2606-1.fc45.src requires openmpi-devel = 5.0.10-3.fc45 netgen-mesher-openmpi-devel-6.2.2606-1.fc45.x86_64 requires openmpi-devel = 5.0.10-3.fc45 netgen-mesher-openmpi-libs-6.2.2606-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) python3-netgen-mesher-openmpi-6.2.2606-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) nwchem (maintained by: marcindulak) nwchem-7.3.1-2.fc45.src requires openmpi-devel = 5.0.10-3.fc45 nwchem-openmpi-7.3.1-2.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 orsa (maintained by: lkundrak, zbyszek) orsa-openmpi-0.7.0-82.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) osu-micro-benchmarks (maintained by: kheib, michich) osu-micro-benchmarks-7.5.2-1.fc44.src requires openmpi-devel = 5.0.10-3.fc45 osu-micro-benchmarks-openmpi-7.5.2-1.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 paraview (maintained by: @scitech_sig, orion, sagitter) paraview-6.1.1-7.fc45.src requires openmpi-devel = 5.0.10-3.fc45 paraview-openmpi-6.1.1-7.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) petsc (maintained by: sagitter) petsc-openmpi-3.25.3-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64) petsc-openmpi-devel-3.25.3-1.fc45.x86_64 requires openmpi-devel(x86-64) = 5.0.10-3.fc45 python3-petsc-openmpi-3.25.3-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 psblas3 (maintained by: sagitter) psblas3-3.9.0-1.fc45.src requires openmpi-devel = 5.0.10-3.fc45 psblas3-openmpi-3.9.0-1.fc45.x86_64 requires libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 psblas3-openmpi-static-3.9.0-1.fc45.x86_64 requires openmpi(x86-64) = 5.0.10-3.fc45 scotch (maintained by: fuller, smani) ptscotch-openmpi-7.0.12-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) python-dijitso (maintained by: limb) python-dijitso-2019.1.0-28.fc45.src requires openmpi-devel = 5.0.10-3.fc45 python-pytest-mpi (maintained by: orion) python-pytest-mpi-0.6-21.fc45.src requires openmpi-devel = 5.0.10-3.fc45 python-steps (maintained by: @neuro-sig, ankursinha) python-steps-3.6.0-51.fc45.src requires openmpi-devel = 5.0.10-3.fc45 python3-steps-openmpi-3.6.0-51.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 python-torch (maintained by: @rocm-packagers-sig, mystro256, pbrobinson, trix, xanderlent) python-torch-2.12.0-5.fc45.src requires openmpi-devel = 5.0.10-3.fc45 h5py (maintained by: orion, stevetraylen, terjeros) python3-h5py-openmpi-3.16.0-3.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 superlu_dist (maintained by: fuller, loveshack, orion, sagitter) python3-superlu_dist-openmpi-1:9.2.1-4.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) superlu_dist-openmpi-1:9.2.1-4.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64), libmpi_usempif08.so.40()(64bit)(openmpi-x86_64) superlu_dist-openmpi-devel-1:9.2.1-4.fc45.x86_64 requires openmpi-devel(x86-64) = 5.0.10-3.fc45 vtk (maintained by: @scitech_sig, orion) python3-vtk-openmpi-9.6.2-6.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) vtk-openmpi-9.6.2-6.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) vtk-openmpi-devel-9.6.2-6.fc45.x86_64 requires openmpi-devel = 5.0.10-3.fc45 quantum-espresso (maintained by: lecris, marcindulak) quantum-espresso-7.5-2.fc45.src requires openmpi-devel = 5.0.10-3.fc45 quantum-espresso-openmpi-7.5-2.fc45.x86_64 requires libmpi_mpifh.so.40()(64bit)(openmpi-x86_64), libmpi_usempi_ignore_tkr.so.40()(64bit)(openmpi-x86_64) sandia-omega-h (maintained by: @neuro-sig, gui1ty) sandia-omega-h-9.34.13-11.fc44.src requires openmpi-devel = 5.0.10-3.fc45 sandia-omega-h-openmpi-9.34.13-11.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 sandia-omega-h-openmpi-devel-9.34.13-11.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 scalapack (maintained by: orion, spot) scalapack-openmpi-2.2.2-6.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi = 5.0.10-3.fc45 scalapack-openmpi-devel-2.2.2-6.fc44.x86_64 requires openmpi-devel = 5.0.10-3.fc45 scalasca (maintained by: loveshack) scalasca-2.6.2-3.fc44.src requires openmpi-devel = 5.0.10-3.fc45 scalasca-openmpi-2.6.2-3.fc44.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64), openmpi(x86-64) = 5.0.10-3.fc45 scorep (maintained by: jreuter, loveshack, orion) scorep-9.4-3.fc44.src requires openmpi-devel = 5.0.10-3.fc45 sundials (maintained by: sagitter) sundials-openmpi-7.8.0-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) sundials-openmpi-devel-7.8.0-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) valgrind (maintained by: ahajkova, dodji, fche, jakub, jcheca, mcermak, mjw) valgrind-openmpi-1:3.27.1-1.fc45.x86_64 requires libmpi.so.40()(64bit)(openmpi-x86_64) Too many dependencies for python-recommonmark, not all listed here Depending on: python-snakemake-executor-plugin-cluster-generic (24), status change: 2026-06-17 (4 weeks ago) python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires python3dist(snakemake-executor-plugin-cluster-generic) = 1.0.9, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-flux-0.1.1-12.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires python3dist(snakemake-executor-plugin-slurm-jobstep) = 0.6, python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-executor-plugin-tes-0.1.3-16.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires python3dist(snakemake-interface-executor-plugins) = 9.4, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-logger-plugin-rich-0.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-executor-plugins) = 9.4 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-executor-plugins) = 9.4 python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-logger-plugin-rich) = 0.4.1 python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-executor-plugin-cluster-generic, not all listed here Depending on: python-snakemake-interface-scheduler-plugins (23), status change: 2026-06-01 (6 weeks ago) snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-scheduler-plugins) = 2.0.2 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-scheduler-plugins) = 2.0.2 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-interface-scheduler-plugins, not all listed here Depending on: python-snakemake-logger-plugin-rich (24), status change: 2026-06-01 (6 weeks ago) python-snakemake-interface-logger-plugins (maintained by: orphan) python-snakemake-interface-logger-plugins-2.1.0-2.fc45.src requires python3dist(snakemake-logger-plugin-rich) = 0.4.1 python-snakemake-logger-plugin-rich (maintained by: orphan) python-snakemake-logger-plugin-rich-0.4.1-3.fc45.src requires python3dist(snakemake-interface-logger-plugins) = 2.1, snakemake = 9.21.1-3.fc45~bootstrap python3-snakemake-logger-plugin-rich-0.4.1-3.fc45.noarch requires python3.15dist(snakemake-interface-logger-plugins) = 2.1 snakemake (maintained by: orphan) snakemake-9.21.1-3.fc45~bootstrap.noarch requires python3.15dist(snakemake-interface-logger-plugins) = 2.1 snakemake-9.21.1-3.fc45~bootstrap.src requires python3dist(snakemake-interface-logger-plugins) = 2.1 python-snakemake-executor-plugin-cluster-generic (maintained by: orphan) python-snakemake-executor-plugin-cluster-generic-1.0.9-14.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-cluster-sync (maintained by: orphan) python-snakemake-executor-plugin-cluster-sync-0.1.5-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-flux (maintained by: orphan) python-snakemake-executor-plugin-flux-0.1.1-12.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-kubernetes (maintained by: orphan) python-snakemake-executor-plugin-kubernetes-0.5.1-7.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm (maintained by: orphan) python-snakemake-executor-plugin-slurm-2.7.0-1.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-slurm-jobstep (maintained by: orphan) python-snakemake-executor-plugin-slurm-jobstep-0.6.0-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-executor-plugin-tes (maintained by: orphan) python-snakemake-executor-plugin-tes-0.1.3-16.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-common (maintained by: orphan) python-snakemake-interface-common-1.23.0-3.fc45.src requires python3dist(snakemake) = 9.21.1 python-snakemake-interface-executor-plugins (maintained by: orphan) python-snakemake-interface-executor-plugins-9.4.0-2.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-report-plugins (maintained by: orphan) python-snakemake-interface-report-plugins-1.3.0-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-scheduler-plugins (maintained by: orphan) python-snakemake-interface-scheduler-plugins-2.0.2-5.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-interface-storage-plugins (maintained by: orphan) python-snakemake-interface-storage-plugins-1:4.4.1-3.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-azure (maintained by: orphan) python-snakemake-storage-plugin-azure-0.4.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-fs (maintained by: orphan) python-snakemake-storage-plugin-fs-1.1.3-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-ftp (maintained by: orphan) python-snakemake-storage-plugin-ftp-0.1.3-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-gcs (maintained by: orphan) python-snakemake-storage-plugin-gcs-1.1.4-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-http (maintained by: orphan) python-snakemake-storage-plugin-http-0.3.1-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-s3 (maintained by: orphan) python-snakemake-storage-plugin-s3-0.3.6-6.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-webdav (maintained by: orphan) python-snakemake-storage-plugin-webdav-0.1.2-11.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-xrootd (maintained by: orphan) python-snakemake-storage-plugin-xrootd-1.1.0-4.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap python-snakemake-storage-plugin-zenodo (maintained by: orphan) python-snakemake-storage-plugin-zenodo-0.1.5-9.fc45.src requires snakemake = 9.21.1-3.fc45~bootstrap Too many dependencies for python-snakemake-logger-plugin-rich, not all listed here Depending on: python-spyder-kernels (1), status change: 2026-07-14 (0 weeks ago) spyder (maintained by: @neuro-sig, jonathanspw, orphan, thozza) python3-spyder-6.1.0-2.fc44.noarch requires python3.14dist(spyder-kernels) = 3.1.1 spyder-6.1.0-2.fc44.src requires python3dist(spyder-kernels) = 3.1.1 Depending on: python-types-docutils (1), status change: 2026-07-15 (0 weeks ago) python-types-pygments (maintained by: topazus) python-types-pygments-2.19.0.20251121-2.fc45.src requires python3dist(types-docutils) = 0.22.3.20260518 python3-types-pygments-2.19.0.20251121-2.fc45.noarch requires python3.15dist(types-docutils) = 0.22.3.20260518 Depending on: spec-version-maven-plugin (6), status change: 2026-06-13 (5 weeks ago) jakarta-interceptors (maintained by: korkeala) jakarta-interceptors-2.0.0-18.fc44.src requires mvn(org.glassfish.build:spec-version-maven-plugin) = 2.2 jakarta-json (maintained by: @epel-packagers-sig, filiperosset, salimma) jakarta-json-2.1.3-15.fc45.src requires mvn(org.glassfish.build:spec-version-maven-plugin) = 2.2 jakarta-saaj (maintained by: didiksupriadi41, mkoncek) jakarta-saaj-3.0.2-7.fc44.src requires mvn(org.glassfish.build:spec-version-maven-plugin) = 2.2 jakarta-xml-ws (maintained by: didiksupriadi41) jakarta-xml-ws-4.0.0-12.fc44.src requires mvn(jakarta.xml.soap:jakarta.xml.soap-api) = 3.0.2, mvn(org.glassfish.build:spec-version-maven-plugin) = 2.2 jakarta-xml-ws-4.0.0-12.fc44.noarch requires mvn(jakarta.xml.soap:jakarta.xml.soap-api) = 3.0.2 rhino (maintained by: didiksupriadi41) rhino-1.7.14-17.fc44.src requires mvn(jakarta.xml.soap:jakarta.xml.soap-api) = 3.0.2 jmock (maintained by: didiksupriadi41) jmock-2.12.0-22.fc44.src requires mvn(jakarta.xml.ws:jakarta.xml.ws-api) = 4.0.0 Affected (co)maintainers @copr-sig: python-CommonMark @epel-packagers-sig: python-recommonmark, ccze, spec-version-maven-plugin, python-types-docutils, python-CommonMark @fedora-llvm-team: python-CommonMark, python-recommonmark @go-sig: golang-github-gorilla-handlers, golang-github-zclconf-cty-debug, golang-github-franela-goreq, golang-github-gin-contrib-sse, golang-github-urfave-cli, golang-etcd-bbolt, golang-github-bmizerany-assert, golang-github-clbanning-x2j, golang-github-sirupsen-logrus, golang-github-huandu-xstrings, golang-github-mrunalp-fileutils, golang-github-xrash-smetrics, golang-github-spf13-afero, golang-github-containerd-console, golang-github-u-root-uio, golang-github-zmap-zcrypto, golang-github-hdrhistogram, golang-github-rs-xid, golang-github-karrick-godirwalk, golang-github-markbates-oncer, golang-github-sourcegraph-jsonrpc2, golang-github-opentracing, golang-bazil-fuse, golang-github-hashicorp-terraform-json, golang-github-modern-reflect2, golang-github-gobuffalo-logger, golang-github-alexflint-filemutex, golang-gopkg-yaml-1, golang-github-blang-semver, golang-github-hanwen-fuse-2, golang-github-tj-assert, golang-github-markbates-errx, yggdrasil-worker-package-manager, golang-github-anmitsu-shlex, golang-github-markbates-pkger, golang-github-markbates-safe, golang-github-schollz-cli-2 @infra-sig: python-chai @kde-sig: kf5-kjs @neuro-sig: python-recommonmark, spyder, python-spyder-kernels, python-SALib @python-packagers-sig: python-chai, python-pytest-tornado, python-poetry-plugin-export, python-recommonmark @rocm-packagers-sig: python-recommonmark @rust-sig: rust-app_dirs2, rust-dbus-tree, rust-temptree, rust-error-chain, rust-chainerror, rust-unix_socket, rust-getch, rust-ansiterm @scitech_sig: python-recommonmark aekoroglu: python-CommonMark, python-recommonmark ahajkova: python-recommonmark alexsaezm: golang-github-sirupsen-logrus, golang-github-opentracing, golang-github-spf13-afero amoralej: python-CommonMark, python-recommonmark androniychuk: python-CommonMark, python-recommonmark ankursinha: python-recommonmark athoscr: golang-github-spf13-afero bgurney: rust-dbus-tree cicku: python-recommonmark cz4rs: python-recommonmark davidsch: python-recommonmark dcantrell: python-recommonmark dcavalca: golang-github-sirupsen-logrus, golang-github-u-root-uio dchen: hexchat denisarnaud: python-recommonmark dfateyev: golang-github-anmitsu-shlex didiksupriadi41: spec-version-maven-plugin diehlpk: python-recommonmark dodji: python-recommonmark eclipseo: golang-github-sirupsen-logrus, golang-github-urfave-cli eseyman: perl-Signal-Mask farchord: kf5-kjs fche: python-recommonmark ferdnyc: python-CommonMark filiperosset: spec-version-maven-plugin frantisekz: python-CommonMark, python-recommonmark frostyx: python-CommonMark fuller: python-recommonmark gui1ty: python-recommonmark hannes: python-recommonmark hobbes1069: python-recommonmark ignatenkobrain: python-recommonmark iztokf: python-CommonMark, python-recommonmark jakub: python-recommonmark jchaloup: golang-github-gorilla-handlers, python-recommonmark, golang-github-sirupsen-logrus, golang-github-urfave-cli, golang-github-anmitsu-shlex, golang-bazil-fuse, golang-github-bmizerany-assert jcheca: python-recommonmark jgrulich: kf5-kjs jjames: python-CommonMark, python-recommonmark jmontleon: python-CommonMark, python-recommonmark jngrad: python-recommonmark jonathanspw: spyder, python-spyder-kernels, python-CommonMark, python-recommonmark jreuter: python-recommonmark jskarvad: python-recommonmark junghans: python-recommonmark jussilehtola: python-recommonmark jwakely: python-recommonmark kalev: python-CommonMark, python-recommonmark kheib: python-recommonmark kkeithle: python-types-docutils konradm: python-recommonmark korkeala: spec-version-maven-plugin krege: python-recommonmark kushal: golang-github-urfave-cli lecris: python-recommonmark limb: python-recommonmark lkundrak: python-CommonMark, python-recommonmark loveshack: python-recommonmark man2dev: python-recommonmark marcindulak: python-recommonmark mcermak: python-recommonmark michich: python-recommonmark mjw: python-recommonmark mkoncek: spec-version-maven-plugin mkrupcale: python-recommonmark msuchy: python-CommonMark mulhern: rust-dbus-tree mystro256: python-recommonmark nikic: python-CommonMark, python-recommonmark nucleo: kf5-kjs orion: python-CommonMark, python-recommonmark pbrobinson: python-recommonmark petersen: python-CommonMark, python-recommonmark pingou: python-chai ppalka: python-recommonmark praiskup: proxysql, python-CommonMark rberger: python-recommonmark rebus: cutter-re ret2libc: cutter-re romaingeissler1a: python-chai runcom: golang-github-sirupsen-logrus, golang-github-urfave-cli sagitter: python-recommonmark salimma: spec-version-maven-plugin, python-CommonMark, ccze, python-recommonmark smani: python-CommonMark, python-recommonmark somlo: python-CommonMark, python-recommonmark spot: python-recommonmark stevetraylen: python-recommonmark terjeros: python-recommonmark than: kf5-kjs thozza: spyder, python-spyder-kernels topazus: python-types-docutils, python-recommonmark trix: python-recommonmark tstellar: python-CommonMark, python-recommonmark tuliom: python-CommonMark, python-recommonmark v02460: golang-github-sirupsen-logrus wojnilowicz: golang-github-sirupsen-logrus xanderlent: python-recommonmark zbyszek: python-recommonmark Orphans (86): MyPasswordSafe adanaxisgpl axel ccze cutter-re drat2er golang-bazil-fuse golang-etcd-bbolt golang-github-alexflint-filemutex golang-github-anmitsu-shlex golang-github-blang-semver golang-github-bmizerany-assert golang-github-clbanning-x2j golang-github-containerd-console golang-github-franela-goreq golang-github-gin-contrib-sse golang-github-gobuffalo-logger golang-github-gorilla-handlers golang-github-hanwen-fuse-2 golang-github-hashicorp-terraform-json golang-github-hdrhistogram golang-github-huandu-xstrings golang-github-karrick-godirwalk golang-github-markbates-errx golang-github-markbates-oncer golang-github-markbates-pkger golang-github-markbates-safe golang-github-modern-reflect2 golang-github-mrunalp-fileutils golang-github-opentracing golang-github-rs-xid golang-github-schollz-cli-2 golang-github-sirupsen-logrus golang-github-sourcegraph-jsonrpc2 golang-github-spf13-afero golang-github-tj-assert golang-github-u-root-uio golang-github-urfave-cli golang-github-xrash-smetrics golang-github-zclconf-cty-debug golang-github-zmap-zcrypto golang-gopkg-yaml-1 hexchat kf5-kjs l10n-maven-plugin lfsc pads perl-Module-Pluggable-Ordered perl-Signal-Mask php-felixfbecker-advanced-json-rpc3 php-netresearch-jsonmapper php-netresearch-jsonmapper4 php-sabre-dav4 php-sabre-event5 php-sabre-http5 php-sabre-uri2 php-sabre-vobject4 php-sabre-xml2 php-tcpdf proxysql python-CommonMark python-SALib python-chai python-linuxdoc python-matrix-nio python-poetry-plugin-export python-pytest-tornado python-recommonmark python-snakemake-executor-plugin-cluster-generic python-snakemake-interface-scheduler-plugins python-snakemake-logger-plugin-rich python-spyder-kernels python-types-docutils qview rust-ansiterm rust-app_dirs2 rust-chainerror rust-dbus-tree rust-error-chain rust-getch rust-temptree rust-unix_socket spec-version-maven-plugin spyder xgrep yggdrasil-worker-package-manager Orphans (dependend on) (24): golang-github-opentracing golang-github-sirupsen-logrus golang-github-spf13-afero golang-github-u-root-uio golang-github-urfave-cli golang-github-zclconf-cty-debug hexchat kf5-kjs perl-Signal-Mask php-netresearch-jsonmapper php-netresearch-jsonmapper4 php-sabre-event5 php-sabre-http5 php-sabre-uri2 php-sabre-vobject4 php-sabre-xml2 python-CommonMark python-recommonmark python-snakemake-executor-plugin-cluster-generic python-snakemake-interface-scheduler-plugins python-snakemake-logger-plugin-rich python-spyder-kernels python-types-docutils spec-version-maven-plugin Orphans (rawhide) for at least 6 weeks (dependend on) (2): python-snakemake-interface-scheduler-plugins python-snakemake-logger-plugin-rich Orphans (rawhide) (not depended on) (62): MyPasswordSafe adanaxisgpl axel ccze cutter-re drat2er golang-bazil-fuse golang-etcd-bbolt golang-github-alexflint-filemutex golang-github-anmitsu-shlex golang-github-blang-semver golang-github-bmizerany-assert golang-github-clbanning-x2j golang-github-containerd-console golang-github-franela-goreq golang-github-gin-contrib-sse golang-github-gobuffalo-logger golang-github-gorilla-handlers golang-github-hanwen-fuse-2 golang-github-hashicorp-terraform-json golang-github-hdrhistogram golang-github-huandu-xstrings golang-github-karrick-godirwalk golang-github-markbates-errx golang-github-markbates-oncer golang-github-markbates-pkger golang-github-markbates-safe golang-github-modern-reflect2 golang-github-mrunalp-fileutils golang-github-rs-xid golang-github-schollz-cli-2 golang-github-sourcegraph-jsonrpc2 golang-github-tj-assert golang-github-xrash-smetrics golang-github-zmap-zcrypto golang-gopkg-yaml-1 l10n-maven-plugin lfsc pads perl-Module-Pluggable-Ordered php-felixfbecker-advanced-json-rpc3 php-sabre-dav4 php-tcpdf proxysql python-SALib python-chai python-linuxdoc python-matrix-nio python-poetry-plugin-export python-pytest-tornado qview rust-ansiterm rust-app_dirs2 rust-chainerror rust-dbus-tree rust-error-chain rust-getch rust-temptree rust-unix_socket spyder xgrep yggdrasil-worker-package-manager Orphans (rawhide) for at least 6 weeks (not dependend on) (0): Depending packages (rawhide) (148): ALL MUMPS MUSIC amg4psblas arbor auryn boost bout++ browserpass catalyst cgnslib clang15 coin-or-Ipopt combblas copr-frontend cp2k dbcsr dl_poly elk espresso fftw freefem++ ga ghc ghc9.10 ghc9.4 ghc9.6 ghc9.8 gloo gmsh golang-github-chappjc-logrus-prefix golang-github-envoyproxy-protoc-gen-validate golang-github-facebookincubator-dhcplb golang-github-gobuffalo-logger golang-github-hashicorp-terraform-json golang-github-insomniacslk-dhcp golang-github-jackc-pgtype golang-github-jackc-pgx golang-github-kit golang-github-lyft-protoc-gen-star golang-github-matrix-org-util golang-github-shopify-toxiproxy golang-github-vbatts-tar-split golang-github-x-cray-logrus-prefixed-formatter golang-github-zmap-zcrypto gotun gpaw gretl gromacs h5py hdf5 heffte hexchat-autoaway hpl hpx hypre intel-igc intel-mpi-benchmarks intel-opencl-clang jakarta-interceptors jakarta-json jakarta-saaj jakarta-xml-ws jmock kf5-khtml kf5-kjsembed kopete lammps libcircle libmbd libneurosim llama-cpp lld15 llvm14 llvm15 mathgl mfem mpi4py mpibash nest netcdf netcdf-cxx4 netcdf-fortran netgen-mesher nwchem openmpi orsa osgearth osu-micro-benchmarks paraview perl-Parallel-Prefork petsc php-felixfbecker-advanced-json-rpc3 php-sabre-dav4 php-sabre-http5 php-sabre-vobject4 php-sabre-xml2 psblas3 python-dijitso python-kubernetes python-nbdime python-openshift python-pdf2image python-pytest-mpi python-recommonmark python-scikit-uplift python-snakemake-executor-plugin-cluster-generic python-snakemake-executor-plugin-cluster-sync python-snakemake-executor-plugin-flux python-snakemake-executor-plugin-kubernetes python-snakemake-executor-plugin-slurm python-snakemake-executor-plugin-slurm-jobstep python-snakemake-executor-plugin-tes python-snakemake-interface-common python-snakemake-interface-executor-plugins python-snakemake-interface-logger-plugins python-snakemake-interface-report-plugins python-snakemake-interface-scheduler-plugins python-snakemake-interface-storage-plugins python-snakemake-logger-plugin-rich python-snakemake-storage-plugin-azure python-snakemake-storage-plugin-fs python-snakemake-storage-plugin-ftp python-snakemake-storage-plugin-gcs python-snakemake-storage-plugin-http python-snakemake-storage-plugin-s3 python-snakemake-storage-plugin-webdav python-snakemake-storage-plugin-xrootd python-snakemake-storage-plugin-zenodo python-steps python-torch python-types-pygments python-webscrapbook quantum-espresso rhino sandia-omega-h scalapack scalasca scorep scotch snakemake spirv-llvm15.0-translator spyder sundials superlu_dist trellis valgrind vtk Packages depending on packages orphaned (rawhide) for more than 6 weeks (24): python-snakemake-executor-plugin-cluster-generic python-snakemake-executor-plugin-cluster-sync python-snakemake-executor-plugin-flux python-snakemake-executor-plugin-kubernetes python-snakemake-executor-plugin-slurm python-snakemake-executor-plugin-slurm-jobstep python-snakemake-executor-plugin-tes python-snakemake-interface-common python-snakemake-interface-executor-plugins python-snakemake-interface-logger-plugins python-snakemake-interface-report-plugins python-snakemake-interface-scheduler-plugins python-snakemake-interface-storage-plugins python-snakemake-logger-plugin-rich python-snakemake-storage-plugin-azure python-snakemake-storage-plugin-fs python-snakemake-storage-plugin-ftp python-snakemake-storage-plugin-gcs python-snakemake-storage-plugin-http python-snakemake-storage-plugin-s3 python-snakemake-storage-plugin-webdav python-snakemake-storage-plugin-xrootd python-snakemake-storage-plugin-zenodo snakemake Non-leaf golang library packages (rawhide) (6): golang-github-opentracing golang-github-sirupsen-logrus golang-github-spf13-afero golang-github-u-root-uio golang-github-urfave-cli golang-github-zclconf-cty-debug -- The script creating this output is run and developed by Fedora Release Engineering. Please report issues at: https://forge.fedoraproject.org/releng/tickets/issues The sources of this script can be found at: https://forge.fedoraproject.org/releng/tooling/src/branch/main/packages/orphaned/find_unblocked_orphans.py Report finished at 2026-07-19 00:48:12 UTC -- _______________________________________________ devel-announce mailing list -- devel-announce@lists.fedoraproject.org To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new