F40 Change Proposal: 389_Directory_Server_3.0.0 (System-Wide)
by Aoife Moloney
Wiki: https://fedoraproject.org/wiki/Changes/389_Directory_Server_3.0.0
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 ==
389-ds-base upgrade from version 2.4.4 to the latest upstream version
3.0.0 in Fedora.
Newly created instances now are using LDMB database by default instead
of BerkeleyDB.
== Owner ==
* Name: 389 Directory Server Development Team
* Email: 389-devel (at) lists (dot) fedoraproject (dot) org
Primary contact:
* Name: [[User:progier| Pierre Rogier]]
* Email: progier (at) redhat (dot) com
== Detailed Description ==
Since Fedora 36 (389-ds-base 2.1.0), the 389 Directory Server supports
two kinds of underlying database:
* Berkeley Database (BDB)
* Lightning Memory-Mapped Database Manager (LMDB)
Newly created instances are still created with BDB by default while
libdb is flagged as [[Changes/Libdb deprecated - Fedora Project
Wiki|deprecated since Fedora 33]], this change is about to create
instances with LMDB by default.
== Feedback ==
No feedback yet.
== Benefit to Fedora ==
A step on the way to remove a deprecated piece of software no longer
supported by the upstream community.
(See https://fedoraproject.org/wiki/Changes/Libdb_deprecated)
== Scope ==
The change is quite limited in terms of development and interface
impact, but it impacts a critical component: FreeIPA.
[1] Impact on software that uses generic LDAP interface without any
specific 389DS features (like configuration tools and monitoring
entries):
No interface impact, but there may be some impact in terms of dynamic
(i.e: response time, maximum throughput). Especially if browsing (i.e
VLV) indexes are used on big lists.
[2] Impact on software that explicitly creates 389DS instances (like
FreeIPA) may also have to change the way the database is tuned.
(Especially the database maximum size: `nsslapd-mdb-max-size`)
[3] Impact on software that explicitly uses backend monitoring LDAP
entries: new attributes about LMDB specific data are present.
There are no packages in [3] case and FreeIPA is the only one in [2]
case but there is likely an unknown number of software in [1] case
that use the LDAP interface without needing a specific LDAP server.
So, in summary, the main risk is to see some regression in tests.
* Proposal owners:
Development impact:
- Change of a default value of one parameter of the instance creation
utility (`dscreate`)
- Provide a better visibility of that parameter in configuration tools
(`dscreate` and `dsconf`)
The above changes have already been done to be able to build the test
packages, so the remaining work is to merge the commit in the upstream
branch and rebase it to rawhide.
The larger impact is to determine if there are any regressions while
running 389DS and FreeIPA tests and fix them (with the help of the
FreeIPA team).
* Other developers:
The FreeIPA team is involved to help us diagnose any potential FreeIPA
test regressions.
Other QA teams may also be involved to test that there are no regressions.
* Release engineering: N/A (not needed for this Change): No strong
coordination is needed as only a single group of package is directly
impacted.
* Policies and guidelines: N/A (not needed for this Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Community Initiatives:
== Upgrade/compatibility impact ==
No impact on upgrade because existing instances still use the
previously installed backend interface.
There should not be any compatibility issues (bugs excepted) with the
LDAP requests, but performance may be impacted.
There may be issues with applications that explicitly:
* Configure 389 Directory Server instances (like FreeIPA) because the
set of configuration attributes for the backend depends on the
underlying database implementation.
The unused parameters are ignored, so it should not impact the compatibility.
But there is a risk with the new parameters: the "20 GB" default value
for the LMDB database maximum size may not be large enough for the
application's needs.
* Monitor 389 Directory Server backends because the set of attributes
in the monitoring entries also depends on the underlying database
implementation.
More details about these points are described in
[https://www.port389.org/docs/389ds/FAQ/Berkeley-DB-deprecation.html
389 Directory Server FAQ - BerkeleyDB backend deprecation]
== How To Test ==
[https://copr.fedorainfracloud.org/coprs/g/389ds/389-ds-base-freeipa-tests/
COPR project] contains builds that can be tested (F37, F38, F39,
rawhide on x86_64 and s390x).
So you can install them by using:
<pre>
sudo dnf copr enable -y @389ds/389-ds-base-freeipa-tests
sudo dnf install 389-ds-base-3.0.0
</pre>
Then you can create new directory server instances and use them.
== User Experience ==
Prepare for the removal of an obsolete piece of software that is no
longer supported by the upstream community. This process aims to
provide more visibility to its replacement.
== Dependencies ==
All the dependent packages are owned by 389DS and FreeIPA teams:
`dnf repoquery --whatrequires 389-ds-base --recursive`
{| class="wikitable"
|+
|-
! Package !! Owner !! Tests
|-
| 389-ds-base-snmp || 389DS || Tested by 389DS CI test
|-
| cockpit-389-ds || 389DS || Tested by 389DS CI test
|-
| freeipa-fas || FreeIPA || Tested by FreeIPA CI test
|-
| freeipa-healthcheck || FreeIPA || Tested by FreeIPA CI test
|-
| freeipa-server || FreeIPA || Tested by FreeIPA CI test
|-
| freeipa-server-dns || FreeIPA || Tested by FreeIPA CI test
|-
| freeipa-server-trust-ad || FreeIPA || Tested by FreeIPA CI test
|-
| migrationtools || 389DS || Not impacted by the change
|-
| slapi-nis || FreeIPA || Tested by FreeIPA CI test
|}
== Contingency Plan ==
* Contingency mechanism:
* Revert the default backend implementation to Berkeley Database
* If libdb-5.3 or libdb-devel is no longer shipped in Fedora:
The plan is to build libdb static library as part of 389-ds-base build
process and link libback-ldbm statically with it
(as described in
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_li...).
The risk is that we may have to generate patches in case of CVE that
impacts 389-ds or in case of build environment changes until we can
remove the support of the bdb backend. libdb-5.3.28-55.fc38.src shows
that the risk is quite limited (1 cve and one set of patches related
to c99 since 2017).
* Contingency deadline: Fedora 40 beta freeze (2024-02-20)
* Blocks release? No
== Documentation ==
[https://www.port389.org/docs/389ds/FAQ/Berkeley-DB-deprecation.html
Directory Server FAQ - BerkeleyDB backend deprecation]
== Release Notes ==
Need to write release notes for 3.0.0 in
https://www.port389.org/docs/389ds/releases/release-notes.html as
usual for 389DS.
--
Aoife Moloney
Fedora Operations Architect
Fedora Project
Matrix: @amoloney:fedora.im
IRC: amoloney
1 week, 6 days
F40 Change Proposal: Systemd Security Hardening (System-Wide)
by Aoife Moloney
https://fedoraproject.org/wiki/Changes/SystemdSecurityHardening
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 ==
Improve security by enabling some of the high level systemd security
hardening settings that isolate and sandbox default system services.
== Owner ==
* Name: [[User:Sundaram| Rahul Sundaram]]
* Email: metherid(a)gmail.com
== Detailed Description ==
systemd provides a number of settings that can harden security for
services. We are selecting a few high level ones to enable by default
on a service by service basis as suitable for that particular service.
* `PrivateTmp=yes`
* `ProtectSystem=yes/full/strict`
* `ProtectHome=yes/read-only`
* `ProtectClock=yes`
* `ProtectHostname=yes`
* `ProtectControlGroups=yes`
* `ProtectHostname=yes`
* `ProtectKernelLogs=yes`
* `ProtectKernelModules=yes`
* `ProtectKernelTunables=yes`
* `ProtectProc=invisible`
* `PrivateDevices=yes`
* `PrivateNetwork=yes`
* `NoNewPrivileges=yes`
* `User=`
If we want to go further, we could also consider:
* `CapabilityBoundingSet=`
* `DevicePolicy=closed`
* `KeyringMode=private`
* `LockPersonality=yes`
* `MemoryDenyWriteExecute=yes`
* `PrivateUsers=yes`
* `RemoveIPC=yes`
* `RestrictAddressFamilies=`
* `RestrictNamespaces=yes`
* `RestrictRealtime=yes`
* `RestrictSUIDSGID=yes`
* `SystemCallFilter=`
* `SystemCallArchitectures=native`
We will aim to cover all the default system services as well as some
of the high profile services such as Nginx or PostgreSQL. All of these
settings need to be configured on a per service basis instead of using
a global override to facilitate fine tuning the settings based on
service requirements and limit the impact for users on upgrades.
Certain services have a very targeted scope. For instance, a service
that only needs to read or write from only one directory could
leverage more fine grained settings to restrict access even further.
We will enable as many of these as feasible for the services but not
every knob is going to be applicable to every service. For example,
`PrivateNetwork=yes` can only be used for services that does not need
network connectivity by default. We have to choose between
`DynamicUser=yes` or `User` if either is feasible for the service to
use. As a base starting point, from Fedora 39 workstation, we have the
following system services installed by default which should considered
within the scope of the change (excluding systemd associated ones
which already have a number of these security settings enabled). We
may also consider doing this for some of the high profile services
including say Nginx and PostgreSQL permitting time considerations and
other contributors if any joining this effort. We will prioritize
critical or long running services.
* `abrtd.service`
* `abrt-journal-core.service`
* `abrt-oops.service`
* `abrt-pstoreoops.service`
* `abrt-vmcore.service`
* `abrt-xorg.service`
* `accounts-daemon.service`
* `alsa-restore.service`
* `alsa-state.service`
* `anaconda-direct.service`
* `anaconda-fips.service`
* `anaconda-nm-config.service`
* `anaconda-nm-disable-autocons.service`
* `anaconda-noshell.service`
* `anaconda-pre.service`
* `anaconda.service`
* `anaconda-sshd.service`
* `arp-ethers.service`
* `auditd.service`
* `auth-rpcgss-module.service`
* `avahi-daemon.service`
* `blivet.service`
* `blk-availability.service`
* `bluetooth.service`
* `bolt.service`
* `brltty.service`
* `canberra-system-bootup.service`
* `canberra-system-shutdown-reboot.service`
* `canberra-system-shutdown.service`
* `chronyd-restricted.service`
* `chronyd.service`
* `chrony-wait.service`
* `colord.service`
* `console-getty.service`
* `cups-browsed.service`
* `cups.service`
* `dbus-broker.service`
* `dbus-daemon.service`
* `dbus-org.freedesktop.hostname1.service`
* `dbus-org.freedesktop.import1.service`
* `dbus-org.freedesktop.locale1.service`
* `dbus-org.freedesktop.login1.service`
* `dbus-org.freedesktop.machine1.service`
* `dbus-org.freedesktop.portable1.service`
* `dbus-org.freedesktop.timedate1.service`
* <strike>`debug-shell.service`</strike> (opens a user shell that must
be able to do arbitrary stuff)
* `dm-event.service`
* `dnf-makecache.service`
* `dnf-system-upgrade-cleanup.service`
* `dnf-system-upgrade.service`
* `dnsmasq.service`
* `dracut-cmdline.service`
* `dracut-initqueue.service`
* `dracut-mount.service`
* `dracut-pre-mount.service`
* `dracut-pre-pivot.service`
* `dracut-pre-trigger.service`
* `dracut-pre-udev.service`
* `dracut-shutdown-onfailure.service`
* `dracut-shutdown.service`
* <strike>`emergency.service`</strike> (opens a user shell that must
be able to do arbitrary stuff)
* `fedora-third-party-refresh.service`
* `firewalld.service`
* `flatpak-add-fedora-repos.service`
* `flatpak-system-helper.service`
* `fprintd.service`
* `fsidd.service`
* `fstrim.service`
* `fwupd-offline-update.service`
* `fwupd-refresh.service`
* `fwupd.service`
* `gdm.service`
* `geoclue.service`
* `grub-boot-indeterminate.service`
* `gssproxy.service`
* `htcacheclean.service`
* `httpd.service`
* `hypervfcopyd.service`
* `hypervkvpd.service`
* `hypervvssd.service`
* `iio-sensor-proxy.service`
* `import-state.service`
* `initrd-cleanup.service`
* `initrd-parse-etc.service`
* `initrd-switch-root.service`
* `initrd-udevadm-cleanup-db.service`
* `instperf.service`
* `ipp-usb.service`
* `iscsid.service`
* `iscsi-init.service`
* `iscsi-onboot.service`
* `iscsi.service`
* `iscsi-shutdown.service`
* `iscsi-starter.service`
* `iscsiuio.service`
* `kdump.service`
* `kmod-static-nodes.service`
* `ldconfig.service`
* `libvirtd.service`
* `libvirt-guests.service`
* `livesys-late.service`
* `livesys.service`
* `loadmodules.service`
* `logrotate.service`
* `low-memory-monitor.service`
* `lvm2-lvmdbusd.service`
* `lvm2-lvmpolld.service`
* `lvm2-monitor.service`
* `man-db-cache-update.service`
* `man-db-restart-cache-update.service`
* `mcelog.service`
* `mdcheck_continue.service`
* `mdcheck_start.service`
* `mdmonitor-oneshot.service`
* `mdmonitor.service`
* `ModemManager.service`
* `ndctl-monitor.service`
* `netavark-dhcp-proxy.service`
* `NetworkManager-dispatcher.service`
* `NetworkManager.service`
* `NetworkManager-wait-online.service`
* `nfs-blkmap.service`
* `nfsdcld.service`
* `nfs-idmapd.service`
* `nfs-mountd.service`
* `nfs-server.service`
* `nfs-utils.service`
* `nftables.service`
* `nis-domainname.service`
* `nm-priv-helper.service`
* `numad.service`
* `nvmefc-boot-connections.service`
* `nvmf-autoconnect.service`
* `ostree-boot-complete.service`
* `ostree-finalize-staged-hold.service`
* `ostree-finalize-staged.service`
* `ostree-prepare-root.service`
* `ostree-remount.service`
* `packagekit-offline-update.service`
* `packagekit.service`
* `pam_namespace.service`
* `pcscd.service`
* `plocate-updatedb.service`
* `plymouth-halt.service`
* `plymouth-kexec.service`
* `plymouth-poweroff.service`
* `plymouth-quit.service`
* `plymouth-quit-wait.service`
* `plymouth-read-write.service`
* `plymouth-reboot.service`
* `plymouth-start.service`
* `plymouth-switch-root-initramfs.service`
* `plymouth-switch-root.service`
* `podman-auto-update.service`
* `podman-clean-transient.service`
* `podman-restart.service`
* `podman.service`
* `polkit.service`
* `power-profiles-daemon.service`
* `psacct.service`
* `qemu-guest-agent.service`
* `qemu-pr-helper.service`
* `quotaon.service`
* `raid-check.service`
* <strike>`rc-local.service`</strike> (this can do arbitrary stuff)
* `realmd.service`
* `rescue.service`
* `rpcbind.service`
* `rpc-gssd.service`
* `rpc-statd-notify.service`
* `rpc-statd.service`
* `rpmdb-migrate.service`
* `rpmdb-rebuild.service`
* `rtkit-daemon.service`
* `saslauthd.service`
* `selinux-autorelabel-mark.service`
* `selinux-autorelabel.service`
* `selinux-check-proper-disable.service`
* `speech-dispatcherd.service`
* `spice-vdagentd.service`
* `spice-webdavd.service`
* `sshd.service`
* `ssh-host-keys-migration.service`
* `sssd-autofs.service`
* `sssd-kcm.service`
* `sssd-nss.service`
* `sssd-pac.service`
* `sssd-pam.service`
* `sssd.service`
* `sssd-ssh.service`
* `sssd-sudo.service`
* `switcheroo-control.service`
* `system-update-cleanup.service`
* `tcsd.service`
* `thermald.service`
* `udisks2.service`
* `unbound-anchor.service`
* `upower.service`
* `uresourced.service`
* `usbmuxd.service`
* `vboxclient.service`
* `vboxservice.service`
* `vgauthd.service`
* `virtinterfaced.service`
* `virtlockd.service`
* `virtlogd.service`
* `virtnetworkd.service`
* `virtnodedevd.service`
* `virtnwfilterd.service`
* `virtproxyd.service`
* `virtqemud.service`
* `virtsecretd.service`
* `virtstoraged.service`
* `vmtoolsd.service`
* `wpa_supplicant.service`
* `zfs-fuse-scrub.service`
* `zfs-fuse.service`
* `zvbid.service`
We will also coordinate with upstream following
https://docs.fedoraproject.org/en-US/packaging-guidelines/PatchUpstreamSt...
and encourage package maintainers to upstream these changes. Systemd
will ignore any of these settings it does not understand on older
versions. Hence this should be safe for upstream to merge on any
services.
== Feedback ==
== Benefit to Fedora ==
Fedora services will get a significant security boost by default by
avoiding or mitigating any unknown security vulnerabilities in default
system services.
== Scope ==
* Proposal owners: Individual per service pull requests to enable
various security features as applicable.
* Other developers: Review PRs as needed
* Release engineering: https://pagure.io/releng/issue/11785
* Policies and guidelines:
Packaging guidelines will have to be modified to add recommendations
to use more of the systemd security features by default. In
particular, we should add a security settings section in
https://fedoraproject.org/wiki/Packaging:Systemd. Current the
guidance only recommends a couple of settings for long running
services. Sample text:
Systemd services included in Fedora are recommended to use as many of
the following security settings as applicable while maintaining the
default functionality of the service.
* `PrivateTmp=yes`
* `ProtectSystem=yes/full/strict`
* `ProtectHome=yes`
* `PrivateDevices=yes`
* `ProtectKernelTunables=yes`
* `ProtectKernelModules=yes`
* `ProtectKernelLogs=yes`
* `ProtectControlGroups=yes`
* `NoNewPrivileges=yes`
* `PrivateNetwork=yes`
The full list of sandboxing features are available in
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html....
Note that if you are submitting changes to upstream as recommended,
systemd will warn and ignore any of these features it doesn't support.
So it should be safe for upstream to enable as many of these features
as applicable and not worry about distribution support for ones using
older versions of systemd.
* Trademark approval: N/A
== Upgrade/compatibility impact ==
Packages will automatically get additional security features enabled
by default transparently. In limited circumstances, they may need to
override the defaults. Refer to user experience section for details.
== How To Test ==
You can use tools like `systemd-analyze security` and `systemctl cat`
to verify that specific security features are enabled by default.
Default services with the default features should have no adverse
impact and users shouldn't have to do anything beyond using the
software as intended and report any regressions. High profile
services not installed by default that gain these security features
would benefit from more targeting testing to spot any unintended
consequences especially for niche or advanced functionality. If
advanced non-default functionality requires overrides default
settings, we can document those in the release notes to provide
guidance.
== User Experience ==
This should be largely transparent change for users. The goal is to
have the services work as expected with the default functionality but
to potentially require tweaking the settings if the configuration is
changed by users after installation. For instance, if we add
`ProtectHome=yes` to Apache httpd.service and the user wishes to serve
files out of their home directory, they will need to override the
systemd setting to `ProtectHome=read-only` to allow for the service to
read from the user home directory in addition to changing the service
specific configuration files to enable this feature.
== Dependencies ==
None. We are merely enabling some of systemd security features by
default for default system services and potentially some high profile
services.
== Contingency Plan ==
* Contingency mechanism: These settings can be enabled/disabled at a
per service level. No wholesale reverts is necessary. If we don't
finish the work for all the services, we can follow up in future
releases.
* Contingency deadline: N/A
* Blocks release? No
== Documentation ==
* https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html...
* https://docs.arbitrary.ch/security/systemd.html
* https://www.redhat.com/sysadmin/systemd-secure-services
* https://www.redhat.com/sysadmin/mastering-systemd
== Release Notes ==
systemd security hardening features are enabled for default system
services and following high profile services.
* PostgreSQL
* Apache Httpd
* Nginx
* MariaDB
....
If you wish to turn off any particular settings, you can follow the
standard systemd method of overriding the config. For example,
`$ cat /etc/systemd/system/httpd.service.d/override.conf
[Service]
ProtectHome=no`
`
$ sudo systemctl daemon-reload
$ sudo systemctl restart httpd.service`
`$ systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled;
vendor preset: disabled)
Drop-In: /etc/systemd/system/httpd.service.d
└─override.conf
Active: active (running) since Mon 2023-11-15 18:29:25 EST; 3min 30s ago`
--
Aoife Moloney
Fedora Operations Architect
Fedora Project
Matrix: @amoloney:fedora.im
IRC: amoloney
2 weeks, 6 days
F40 Change Proposal: Wget2 as Wget (Self-Contained)
by Aoife Moloney
https://fedoraproject.org/wiki/Changes/Wget2asWget
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 ==
Replace wget with wget2 (a modern implementation of wget intended to
replace wget 1.x) as the provider of wget.
== Owner ==
* Name: [[User:Ngompa| Neal Gompa]], [[User:Mruprich| Michal Ruprich]]
* Email: ngompa13(a)gmail.com, mruprich(a)redhat.com
== Detailed Description ==
GNU Wget2 is the successor to GNU Wget providing a modern
implementation of <code>wget</code> backed by a new library: libwget2.
The intent to switch from wget 1.x to wget2 is to switch to an
implementation that is more actively developed and provides a richer
interface for leveraging wget's functionality.
== Feedback ==
== Benefit to Fedora ==
The major benefit of switching to wget2 is leveraging the cleaner
codebase that leverages modern practices for development and
maintainability, including unit tests and fuzzing as a
security-sensitive component. Users will also see better support for
newer protocols over time as they are more easily and quickly plumbed
into wget2 than wget.
== Scope ==
* Proposal owners: Add a <code>wget2-wget</code> subpackage that
replaces {{package|wget}} and ensure things don't break during mass
build. Then retire {{package|wget}}.
* Other developers: N/A
* Release engineering: [https://pagure.io/releng/issue/11790 #11790]
* Policies and guidelines: N/A (not needed for this Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Community Initiatives: N/A (not needed for this Change)
== Upgrade/compatibility impact ==
When upgrading to Fedora Linux 40, systems with {{package|wget}}
installed will be switched to {{package|wget2}} via the
<code>wget2-wget</code> package. The change should be mostly
transparent to users.
== How To Test ==
Users can test {{package|wget2}} now by installing the package and
using the <code>wget2</code> command. The interface will be the
interface users have with <code>wget</code> on upgrade.
== User Experience ==
This change should be largely transparent to users. Some of the more
esoteric options and behaviors may have changed, but the commonly used
ones mostly work as they did in 1.x.
== Dependencies ==
N/A (not a System Wide Change)
== Contingency Plan ==
* Contingency mechanism: Change owners will disable
<code>wget2-wget</code> subpackage and restore {{package|wget}}
* Contingency deadline: Final Freeze
* Blocks release? No
== Documentation ==
N/A (not a System Wide Change)
== Release Notes ==
The <code>wget</code> command is now based on GNU Wget2, a modern
implementation of GNU Wget.
--
Aoife Moloney
Fedora Operations Architect
Fedora Project
Matrix: @amoloney:fedora.im
IRC: amoloney
2 weeks, 6 days
Orphaned packages looking for new maintainers
by Miro Hrončok
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 fail to install and/or build when the affected package gets retired.
Request package ownership via the *Take* button in he left column on
https://src.fedoraproject.org/rpms/<pkgname>
Full report available at:
https://churchyard.fedorapeople.org/orphans-2023-11-20.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
================================================================================
appmenu-qt orphan, rdieter 0 weeks ago
arora orphan 0 weeks ago
aspell-ar orphan 0 weeks ago
aspell-he orphan 0 weeks ago
bash-completion-extras orphan 0 weeks ago
bidiv orphan 0 weeks ago
byobu orphan 0 weeks ago
byzanz orphan 0 weeks ago
cagibi orphan, rdieter, than 0 weeks ago
coin-or-lemon orphan, sagitter 0 weeks ago
copr-messaging copr-sig, orphan 0 weeks ago
cpptoml orphan 0 weeks ago
cutter orphan 0 weeks ago
dictd mcepl, orphan 0 weeks ago
dogtail orphan, vhumpa 0 weeks ago
dovecot-fts-xapian orphan 0 weeks ago
dropbear cicku, epel-packagers-sig, 0 weeks ago
orphan
echo-artist orphan 0 weeks ago
elementary-onboarding orphan 0 weeks ago
emacs-evil orphan 0 weeks ago
emacs-goto-chg orphan 0 weeks ago
emacs-undo-tree orphan 0 weeks ago
esc orphan 0 weeks ago
fbf-mukti-fonts orphan 0 weeks ago
fontopia orphan 0 weeks ago
fwknop crypto-team, jjelen, orphan 0 weeks ago
gball orphan 0 weeks ago
ghc-X11-xft mathstuf, orphan, petersen 0 weeks ago
ghc-crypto-cipher-types orphan 0 weeks ago
gnome-video-arcade orphan 0 weeks ago
gnudos orphan 0 weeks ago
golang-sr-rockorager-tcell-term go-sig, orphan 3 weeks ago
golang-storj-common go-sig, orphan 4 weeks ago
golang-vbom-util go-sig, orphan 0 weeks ago
golang-xorm agerstmayr, go-sig, nathans, 0 weeks ago
orphan
gosnake orphan 0 weeks ago
groonga-normalizer-mysql orphan 0 weeks ago
heat-cfntools orphan, zaneb 0 weeks ago
heisenbug-backgrounds orphan 0 weeks ago
herqq orphan 0 weeks ago
hspell epel-packagers-sig, orphan, 0 weeks ago
tdawson
ibus-bogo orphan 0 weeks ago
ibus-unikey orphan 0 weeks ago
ibutils dledford, honli, michich, 0 weeks ago
orphan
icaro orphan 0 weeks ago
jsoncpp besser82, mattdm, orphan 0 weeks ago
kde-plasma-ihatethecashew orphan 0 weeks ago
kflickr orphan 0 weeks ago
kstart ktdreyer, orion, orphan, 0 weeks ago
stevetraylen
ktp-accounts-kcm jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
ktp-approver jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
ktp-auth-handler jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
ktp-common-internals jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
ktp-contact-list jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
ktp-filetransfer-handler jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
ktp-kded-integration-module jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
ktp-send-file jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
ktp-text-ui jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
kvkbd orphan 0 weeks ago
layla-fonts orphan 0 weeks ago
lcg-infosites orphan, stevetraylen 0 weeks ago
libkcddb kde-sig, orphan, rdieter, than 0 weeks ago
libkcompactdisc kde-sig, orphan, rdieter, than 0 weeks ago
mdk orphan 0 weeks ago
mediawiki-SpecialInterwiki orphan 0 weeks ago
mindless orphan 0 weeks ago
nagios-plugins-bdii orphan, stevetraylen 0 weeks ago
nfacct orphan 0 weeks ago
notification-daemon-engine- orphan 0 weeks ago
nodoka
onboard orphan 2 weeks ago
pairs kde-sig, orphan, rdieter, than 0 weeks ago
perl-Audio-Beep orphan 0 weeks ago
perl-Authen-Krb5 orphan 0 weeks ago
perl-CDDB orphan 0 weeks ago
perl-Catalyst-Model-LDAP orphan 0 weeks ago
perl-Catalyst-Plugin-StackTrace orphan 0 weeks ago
perl-Catalyst-View-JSON orphan 0 weeks ago
perl-Fennec orphan 3 weeks ago
perl-Getopt-Simple orphan 0 weeks ago
perl-HTML-Prototype orphan 0 weeks ago
perl-MooseX-Role-Matcher orphan 0 weeks ago
perl-Net-Google-AuthSub orphan 0 weeks ago
perl-Net-Lite-FTP orphan 0 weeks ago
perl-NetPacket-LLC orphan 0 weeks ago
perl-NetPacket-SpanningTree orphan 0 weeks ago
perl-Proc-Simple orphan 0 weeks ago
perl-Syntax-Feature-Loop orphan, ppisar 1 weeks ago
perl-Test-Script-Run orphan 0 weeks ago
perl-XML-Parser-Lite-Tree-XPath orphan 0 weeks ago
pg_auto_failover fjanus, hhorak, orphan, osloup 0 weeks ago
pg_view orphan 0 weeks ago
php-kolab-net-ldap3 orphan 3 weeks ago
php-pear-Date-Holidays orphan 3 weeks ago
php-pear-Date-Holidays-USA orphan 3 weeks ago
php-pear-HTTP-OAuth orphan 3 weeks ago
php-pear-HTTP-Request2 orphan 3 weeks ago
php-pear-Net-DNS2 orphan 3 weeks ago
php-pear-Net-LDAP2 orphan 3 weeks ago
php-pear-Net-URL2 orphan 3 weeks ago
php-pear-Text-Password orphan 3 weeks ago
php-pear-XML-Serializer orphan 3 weeks ago
phplogcon orphan 0 weeks ago
pipenv churchyard, ksurma, orphan, 0 weeks ago
python-packagers-sig
plasma-widget-menubar orphan 0 weeks ago
puzzle-master orphan 0 weeks ago
python-autograd neuro-sig, orphan 0 weeks ago
python-etcd orphan 0 weeks ago
python-ironicclient apevec, openstack-sig, orphan 0 weeks ago
python-libpagure orphan 0 weeks ago
python-pyvhacd neuro-sig, orphan 3 weeks ago
python-ratelimiter ankursinha, neuro-sig, orphan 4 weeks ago
python-read-roi neuro-sig, orphan 0 weeks ago
python-sphinxcontrib-applehelp churchyard, cstratak, orphan, 0 weeks ago
python-packagers-sig
python-sphinxcontrib-jsmath churchyard, cstratak, orphan, 0 weeks ago
python-packagers-sig
python-timeunit orphan 0 weeks ago
python-typing-inspect orphan 0 weeks ago
python-vagrantpy orphan 0 weeks ago
qt-at-spi orphan, rdieter 0 weeks ago
qtractor orphan 0 weeks ago
qtsoap brouhaha, orphan, rdieter, 0 weeks ago
than
rachota orphan 0 weeks ago
remctl ktdreyer, orphan 0 weeks ago
retrace-client orphan 0 weeks ago
rtirq orphan 0 weeks ago
ruby-icon-artist orphan 0 weeks ago
rubygem-byebug orphan 2 weeks ago
rubygem-whiskey_disk orphan 0 weeks ago
rust-libcryptsetup-rs0.8 mulhern, orphan, rust-sig 0 weeks ago
rust-serde_qs orphan, rust-sig 0 weeks ago
rust-totp-lite orphan, rust-sig 0 weeks ago
salt dmurphy18, orphan, rcallicotte 0 weeks ago
sentencepiece orphan 0 weeks ago
shaman orphan 0 weeks ago
simple-mail orphan 0 weeks ago
sqljet filiperosset, orphan 4 weeks ago
streamtuner orphan 0 weeks ago
taarich orphan 0 weeks ago
telepathy-qt jgrulich, kde-sig, orphan, 0 weeks ago
rdieter
tex-fonts-hebrew orphan 0 weeks ago
trace-gui orphan 0 weeks ago
uniol-fonts orphan 0 weeks ago
vala-language-server orphan, petersen 0 weeks ago
virtme orphan 0 weeks ago
vsqlite++ orphan 0 weeks ago
wavbreaker orphan 0 weeks ago
xorg-x11-drv-qxl airlied, elmarco, jwrdegoede, 0 weeks ago
orphan, teuf, victortoso
The following packages require above mentioned packages:
Depending on: appmenu-qt (1), status change: 2023-11-18 (0 weeks ago)
plasma-widget-menubar (maintained by: orphan)
plasma-widget-menubar-0.2.0-21.fc39.x86_64 requires appmenu-qt(x86-64) =
0.2.7+14.04.20140305-17.fc39
Depending on: cagibi (1), status change: 2023-11-18 (0 weeks ago)
kio-upnp-ms (maintained by: jgrulich, rdieter)
kio-upnp-ms-1.0.0-24.20111102git.fc39.x86_64 requires cagibi = 0.2.0-27.fc39
Depending on: coin-or-lemon (3), status change: 2023-11-18 (0 weeks ago)
seqan (maintained by: sagitter)
seqan-1.4.2-52.fc39.src requires coin-or-lemon-devel = 1.3.1-27.fc39
seqan-1.4.2-52.fc39.x86_64 requires libemon.so.1.3.1()(64bit)
seqan2 (maintained by: sagitter)
seqan2-2.4.0-20.fc39.src requires coin-or-lemon-devel = 1.3.1-27.fc39
seqan3 (maintained by: sagitter)
seqan3-3.3.0-0.6.rc2.fc40.src requires coin-or-lemon-devel = 1.3.1-27.fc39
Depending on: dogtail (3), status change: 2023-11-18 (0 weeks ago)
eog (maintained by: alexl, caolanm, gnome-sig, kalev, rhughes, rstrode)
eog-tests-45.1-1.fc40.x86_64 requires python3-dogtail = 0.9.11-18.fc39
gnome-photos (maintained by: gnome-sig, kalev)
gnome-photos-tests-44.0-2.fc39.x86_64 requires python3-dogtail = 0.9.11-18.fc39
eog-plugins (maintained by: gnome-sig, kalev)
eog-plugin-exif-display-44.0-2.fc39.x86_64 requires eog(x86-64) =
45.1-1.fc40, libeog.so()(64bit)
eog-plugin-export-to-folder-44.0-2.fc39.x86_64 requires eog(x86-64) = 45.1-1.fc40
eog-plugin-fit-to-width-44.0-2.fc39.x86_64 requires eog(x86-64) =
45.1-1.fc40, libeog.so()(64bit)
eog-plugin-fullscreenbg-44.0-2.fc39.x86_64 requires eog(x86-64) = 45.1-1.fc40
eog-plugin-light-theme-44.0-2.fc39.x86_64 requires eog(x86-64) = 45.1-1.fc40,
libeog.so()(64bit)
eog-plugin-map-44.0-2.fc39.x86_64 requires eog(x86-64) = 45.1-1.fc40,
libeog.so()(64bit)
eog-plugin-maximize-windows-44.0-2.fc39.x86_64 requires eog(x86-64) = 45.1-1.fc40
eog-plugin-postasa-44.0-2.fc39.x86_64 requires eog(x86-64) = 45.1-1.fc40,
libeog.so()(64bit)
eog-plugin-pythonconsole-44.0-2.fc39.x86_64 requires eog(x86-64) = 45.1-1.fc40
eog-plugin-send-by-mail-44.0-2.fc39.x86_64 requires eog(x86-64) =
45.1-1.fc40, libeog.so()(64bit)
eog-plugin-slideshowshuffle-44.0-2.fc39.x86_64 requires eog(x86-64) = 45.1-1.fc40
eog-plugins-44.0-2.fc39.src requires pkgconfig(eog) = 45.1
eog-plugins-data-44.0-2.fc39.noarch requires eog = 45.1-1.fc40
Depending on: emacs-goto-chg (1), status change: 2023-11-18 (0 weeks ago)
emacs-evil (maintained by: orphan)
emacs-evil-1.14.2-3.fc39.noarch requires emacs-goto-chg = 1.7.5-3.fc39
Depending on: emacs-undo-tree (1), status change: 2023-11-18 (0 weeks ago)
emacs-evil (maintained by: orphan)
emacs-evil-1.14.2-3.fc39.noarch requires emacs-undo-tree = 0.7.2-9.fc39
Depending on: esc (7), status change: 2023-11-18 (0 weeks ago)
dogtag-pki (maintained by: abbra, edewata, mfargett, mharmsen, vakwetu)
dogtag-pki-11.4.3-2.fc39.1.x86_64 requires esc = 1.1.2-16.fc39
dogtag-pki-11.4.3-2.fc39.1.src requires freeipa-healthcheck-core = 0.16-2.fc40
dogtag-pki-server-11.4.3-2.fc39.1.noarch requires freeipa-healthcheck-core =
0.16-2.fc40
freeipa (maintained by: abbra, ipa-maint, jhrozek, mkosek, pvoborni, rcritten,
simo, twoerner)
freeipa-server-4.11.0-7.fc40.x86_64 requires pki-acme = 11.4.3-2.fc39.1,
pki-ca = 11.4.3-2.fc39.1, pki-kra = 11.4.3-2.fc39.1
python3-ipaserver-4.11.0-7.fc40.noarch requires python3-pki = 11.4.3-2.fc39.1
fleet-commander-admin (maintained by: ogutierrez)
fleet-commander-admin-0.16.0-4.fc39.noarch requires
python3-ipa-desktop-profile-client = 0.0.8-22.fc39, python3-ipaclient =
4.11.0-7.fc40, python3-ipalib = 4.11.0-7.fc40
freeipa-desktop-profile (maintained by: abbra, ogutierrez)
freeipa-desktop-profile-0.0.8-22.fc39.noarch requires ipa-server-common = 4.11.0
freeipa-desktop-profile-0.0.8-22.fc39.src requires python3-ipaserver =
4.11.0-7.fc40
python3-ipa-desktop-profile-client-0.0.8-22.fc39.noarch requires
python3-ipaclient = 4.11.0-7.fc40
python3-ipa-desktop-profile-server-0.0.8-22.fc39.noarch requires
python3-ipaserver = 4.11.0-7.fc40
freeipa-fas (maintained by: infra-sig, jonathanspw, ngompa)
freeipa-fas-1.0.0-1.fc40.noarch requires freeipa-server = 4.11.0-7.fc40
freeipa-healthcheck (maintained by: abbra, cheimes, mkosek, pvoborni,
rcritten, twoerner)
freeipa-healthcheck-0.16-2.fc40.noarch requires freeipa-server =
4.11.0-7.fc40, python3-ipalib = 4.11.0-7.fc40, python3-ipaserver = 4.11.0-7.fc40
freeipa-healthcheck-0.16-2.fc40.src requires python3-ipalib = 4.11.0-7.fc40,
python3-ipaserver = 4.11.0-7.fc40
ipsilon (maintained by: jonathanspw, kevin, puiterwijk, simo)
ipsilon-tools-ipa-3.0.4-10.fc40.noarch requires freeipa-admintools =
4.11.0-7.fc40, freeipa-client = 4.11.0-7.fc40
Depending on: fwknop (1), status change: 2023-11-18 (0 weeks ago)
fwknop-gui (maintained by: crypto-team, jjelen)
fwknop-gui-1.3.1-21.fc39.src requires fwknop-devel = 2.6.10-13.fc39
fwknop-gui-1.3.1-21.fc39.x86_64 requires libfko.so.3()(64bit)
Depending on: ghc-X11-xft (3), status change: 2023-11-18 (0 weeks ago)
xmobar (maintained by: mathstuf)
ghc-xmobar-0.46-28.fc39.x86_64 requires
libHSX11-xft-0.3.4-RPQTm8OVFcGaeEOrCs6xM-ghc9.4.5.so()(64bit)
ghc-xmobar-devel-0.46-28.fc39.x86_64 requires
ghc-devel(X11-xft-0.3.4-RPQTm8OVFcGaeEOrCs6xM)
ghc-xmobar-prof-0.46-28.fc39.x86_64 requires
ghc-prof(X11-xft-0.3.4-RPQTm8OVFcGaeEOrCs6xM)
xmobar-0.46-28.fc39.src requires ghc-X11-xft-devel = 0.3.4-6.fc39,
ghc-X11-xft-prof = 0.3.4-6.fc39
ghc-xmonad-contrib (maintained by: mathstuf, petersen)
ghc-xmonad-contrib-0.17.1-6.fc39.src requires ghc-X11-xft-devel =
0.3.4-6.fc39, ghc-X11-xft-prof = 0.3.4-6.fc39, ghc-xmonad-devel =
0.17.2-1.fc39, ghc-xmonad-prof = 0.17.2-1.fc39
ghc-xmonad-contrib-0.17.1-6.fc39.x86_64 requires
libHSX11-xft-0.3.4-RPQTm8OVFcGaeEOrCs6xM-ghc9.4.5.so()(64bit),
libHSxmonad-0.17.2-J64iMqERQ1Q7QqR5Vl2D4I-ghc9.4.5.so()(64bit)
ghc-xmonad-contrib-devel-0.17.1-6.fc39.x86_64 requires
ghc-devel(X11-xft-0.3.4-RPQTm8OVFcGaeEOrCs6xM),
ghc-devel(xmonad-0.17.2-J64iMqERQ1Q7QqR5Vl2D4I)
ghc-xmonad-contrib-prof-0.17.1-6.fc39.x86_64 requires
ghc-prof(X11-xft-0.3.4-RPQTm8OVFcGaeEOrCs6xM),
ghc-prof(xmonad-0.17.2-J64iMqERQ1Q7QqR5Vl2D4I)
xmonad (maintained by: mathstuf, petersen)
xmonad-config-0.17.2-1.fc39.x86_64 requires ghc-xmonad-contrib-devel =
0.17.1-6.fc39
Depending on: ghc-crypto-cipher-types (2), status change: 2023-11-18 (0 weeks ago)
ghc-cipher-aes (maintained by: qulogic)
ghc-cipher-aes-0.2.11-32.fc39.src requires ghc-crypto-cipher-types-devel =
0.0.9-45.fc39, ghc-crypto-cipher-types-prof = 0.0.9-45.fc39
ghc-cipher-aes-0.2.11-32.fc39.x86_64 requires
libHScrypto-cipher-types-0.0.9-BRmHvnpaYRKIveFhqDK0Cb-ghc9.4.5.so()(64bit)
ghc-cipher-aes-devel-0.2.11-32.fc39.x86_64 requires
ghc-devel(crypto-cipher-types-0.0.9-BRmHvnpaYRKIveFhqDK0Cb)
ghc-cipher-aes-prof-0.2.11-32.fc39.x86_64 requires
ghc-prof(crypto-cipher-types-0.0.9-BRmHvnpaYRKIveFhqDK0Cb)
ghc-cprng-aes (maintained by: qulogic)
ghc-cprng-aes-0.6.1-31.fc39.x86_64 requires
libHScipher-aes-0.2.11-E9tukAyU4BbGs2EtYwJGkC-ghc9.4.5.so()(64bit),
libHScrypto-cipher-types-0.0.9-BRmHvnpaYRKIveFhqDK0Cb-ghc9.4.5.so()(64bit)
ghc-cprng-aes-0.6.1-31.fc39.src requires ghc-cipher-aes-devel =
0.2.11-32.fc39, ghc-cipher-aes-prof = 0.2.11-32.fc39
ghc-cprng-aes-devel-0.6.1-31.fc39.x86_64 requires
ghc-devel(cipher-aes-0.2.11-E9tukAyU4BbGs2EtYwJGkC)
ghc-cprng-aes-prof-0.6.1-31.fc39.x86_64 requires
ghc-prof(cipher-aes-0.2.11-E9tukAyU4BbGs2EtYwJGkC)
Depending on: gnudos (3), status change: 2023-11-18 (0 weeks ago)
fontopia (maintained by: orphan)
fontopia-1.8-16.fc39.src requires gnudos-devel = 1.11-19.fc39
fontopia-1.8-16.fc39.x86_64 requires libgnudos.so.1()(64bit)
gball (maintained by: orphan)
gball-2.0-19.fc39.src requires gnudos-devel = 1.11-19.fc39
gball-2.0-19.fc39.x86_64 requires libgnudos.so.1()(64bit)
gosnake (maintained by: orphan)
gosnake-2.0-18.fc39.src requires gnudos-devel = 1.11-19.fc39
gosnake-2.0-18.fc39.x86_64 requires gnudos = 1.11-19.fc39,
libgnudos.so.1()(64bit)
Depending on: golang-sr-rockorager-tcell-term (1), status change: 2023-10-24 (3
weeks ago)
aerc (maintained by: eclipseo, go-sig)
aerc-0.15.2-2.fc39.src requires golang(git.sr.ht/~rockorager/tcell-term) =
0.9.0-3.fc39
Depending on: golang-storj-common (1), status change: 2023-10-20 (4 weeks ago)
golang-storj-uplink (maintained by: go-sig, mikelo2)
golang-storj-uplink-1.9.0-2.fc38.src requires golang(storj.io/common/base58)
= 0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/context2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/encryption) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/errs2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/fpath) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/grant) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/identity) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/macaroon) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/memory) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/paths) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/pb) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/peertls/tlsopts) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/pkcrypto) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/ranger) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/readcloser) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc/rpcpool) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc/rpcstatus) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/signing) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/socket) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/storj) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/sync2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/telemetry) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/testrand) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/useragent) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/version) =
0-0.8.20220717gite2f0836.fc37
golang-storj-uplink-devel-1.9.0-2.fc38.noarch requires
golang(storj.io/common/base58) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/context2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/encryption) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/errs2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/fpath) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/grant) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/identity) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/macaroon) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/memory) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/paths) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/pb) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/peertls/tlsopts) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/pkcrypto) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/ranger) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/readcloser) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc/rpcpool) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc/rpcstatus) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/signing) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/socket) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/storj) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/sync2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/telemetry) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/useragent) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/version) = 0-0.8.20220717gite2f0836.fc37
Depending on: herqq (52), status change: 2023-11-18 (0 weeks ago)
kdelibs (maintained by: jgrulich, kde-sig, kkofler, rdieter, than)
kdelibs-6:4.14.38-40.fc40.i686 requires libHUpnp.so.1
kdelibs-6:4.14.38-40.fc40.src requires herqq-devel = 1.0.0-29.fc39
kdelibs-6:4.14.38-40.fc40.x86_64 requires libHUpnp.so.1()(64bit)
kio-upnp-ms (maintained by: jgrulich, rdieter)
kio-upnp-ms-1.0.0-24.20111102git.fc39.src requires herqq-devel =
1.0.0-29.fc39, kdelibs4-devel = 4.14.38-40.fc40
kio-upnp-ms-1.0.0-24.20111102git.fc39.x86_64 requires libHUpnp.so.1()(64bit),
libkdecore.so.5()(64bit), libkio.so.5()(64bit)
amarok (maintained by: jgrulich, kde-sig, marcdeop, rdieter)
amarok-2.9.0-16.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
amarok-2.9.0-16.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkdnssd.so.4()(64bit), libkio.so.5()(64bit), libplasma.so.3()(64bit),
libsolid.so.4()(64bit), libthreadweaver.so.4()(64bit)
amarok-libs-2.9.0-16.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkfile.so.4, libkio.so.5, libknewstuff3.so.4,
libktexteditor.so.4, libplasma.so.3, libsolid.so.4, libthreadweaver.so.4
amarok-libs-2.9.0-16.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit), libknewstuff3.so.4()(64bit),
libktexteditor.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit),
libthreadweaver.so.4()(64bit)
audex (maintained by: liquidat)
audex-0.79-19.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
audex-0.79-19.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
audiocd-kio (maintained by: kde-sig, rdieter, than)
audiocd-kio-16.08.3-21.fc39.i686 requires libkdecore.so.5, libkdeui.so.5,
libkio.so.5
audiocd-kio-16.08.3-21.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
audiocd-kio-16.08.3-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
audiocd-kio-devel-16.08.3-21.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
audiocd-kio-devel-16.08.3-21.fc39.x86_64 requires kdelibs4-devel =
4.14.38-40.fc40
audiocd-kio-libs-16.08.3-21.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkdecore.so.5, libkdeui.so.5, libkio.so.5
audiocd-kio-libs-16.08.3-21.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit)
baloo (maintained by: jgrulich, kde-sig, rdieter, than)
baloo-4.14.3-33.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
baloo-devel-4.14.3-33.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
baloo-devel-4.14.3-33.fc39.x86_64 requires kdelibs4-devel = 4.14.38-40.fc40
baloo-libs-4.14.3-33.fc39.i686 requires libkdecore.so.5
baloo-libs-4.14.3-33.fc39.x86_64 requires libkdecore.so.5()(64bit)
chemtool (maintained by: rathann, scitech_sig)
chemtool-1.6.14-23.fc39.src requires kdelibs = 6:4.14.38-40.fc40
kactivities (maintained by: kde-sig, rdieter, than)
kactivities-4.13.3-38.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kactivities-devel-4.13.3-38.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
kactivities-devel-4.13.3-38.fc39.x86_64 requires kdelibs4-devel = 4.14.38-40.fc40
kactivities-libs-4.13.3-38.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkcmutils.so.4, libkdeclarative.so.5, libkdecore.so.5,
libkdeui.so.5, libplasma.so.3
kactivities-libs-4.13.3-38.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkcmutils.so.4()(64bit), libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libplasma.so.3()(64bit)
kate4 (maintained by: kde-sig, rdieter)
kate4-4.14.3-33.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kate4-part-4.14.3-33.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libknewstuff3.so.4, libkparts.so.4, libktexteditor.so.4
kate4-part-4.14.3-33.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit), libkparts.so.4()(64bit), libktexteditor.so.4()(64bit)
kaudiocreator (maintained by: krege)
kaudiocreator-1.3-28.fc38.src requires kdelibs-devel = 6:4.14.38-40.fc40
kaudiocreator-1.3-28.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknotifyconfig.so.4()(64bit), libsolid.so.4()(64bit)
kde-workspace (maintained by: jgrulich, kde-sig, rdieter, than)
kcm_colors-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit)
kde-platform-plugin-1:4.11.22-39.fc39.i686 requires libkdecore.so.5,
libkdeui.so.5, libkio.so.5
kde-platform-plugin-1:4.11.22-39.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kde-workspace-1:4.11.22-39.fc39.src requires kdelibs4-devel =
4.14.38-40.fc40, kdelibs4-webkit-devel = 4.14.38-40.fc40
kde-workspace-devel-1:4.11.22-39.fc39.i686 requires kdelibs4-devel =
4.14.38-40.fc40
kde-workspace-devel-1:4.11.22-39.fc39.x86_64 requires kdelibs4-devel =
4.14.38-40.fc40
kdm-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit)
kgreeter-plugins-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
ksystraycmd-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
libkworkspace-1:4.11.22-39.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkdecore.so.5, libkdeui.so.5, libplasma.so.3
libkworkspace-1:4.11.22-39.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libplasma.so.3()(64bit)
kcoloredit (maintained by: kkofler, rdieter, than)
kcoloredit-4.4.0-29.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kcoloredit-4.4.0-29.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit)
kde-l10n (maintained by: kde-sig, rdieter, than)
kde-l10n-17.08.3-15.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kde-plasma-ihatethecashew (maintained by: orphan)
kde-plasma-ihatethecashew-0.4-27.fc39.x86_64 requires
libkdecore.so.5()(64bit), libplasma.so.3()(64bit)
kde-runtime (maintained by: jgrulich, kde-sig, kkofler, rdieter, than)
kde-runtime-17.08.3-28.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
kde-runtime-17.08.3-28.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdeclarative.so.5()(64bit), libkdecore.so.5()(64bit),
libkdesu.so.5()(64bit), libkdeui.so.5()(64bit), libkdnssd.so.4()(64bit),
libkemoticons.so.4()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit),
libknotifyconfig.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit)
kde-runtime-libs-17.08.3-28.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkcmutils.so.4, libkdeclarative.so.5, libkdecore.so.5,
libkdeui.so.5, libkdewebkit.so.5, libkdnssd.so.4, libkfile.so.4, libkhtml.so.5,
libkio.so.5, libkmediaplayer.so.4, libkparts.so.4, libkpty.so.4,
libplasma.so.3, libsolid.so.4
kde-runtime-libs-17.08.3-28.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkcmutils.so.4()(64bit), libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkdnssd.so.4()(64bit), libkfile.so.4()(64bit), libkhtml.so.5()(64bit),
libkio.so.5()(64bit), libkmediaplayer.so.4()(64bit), libkparts.so.4()(64bit),
libkpty.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit)
kde-style-breeze (maintained by: rdieter)
kde-style-breeze-1:5.18.5-9.fc39.i686 requires libkdecore.so.5, libkdeui.so.5
kde-style-breeze-1:5.18.5-9.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kde-style-breeze-1:5.18.5-9.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
kde-wallpapers (maintained by: kde-sig, rdieter, than)
kde-wallpapers-15.08.3-18.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kdelibs3 (maintained by: kkofler, rdieter, than)
kdelibs3-3.5.10-123.fc40.i686 requires kdelibs-common = 6:4.14.38-40.fc40
kdelibs3-3.5.10-123.fc40.x86_64 requires kdelibs-common = 6:4.14.38-40.fc40
kdepim4 (maintained by: rdieter)
kdepim4-4.14.10-50.fc38.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
knode-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkparts.so.4()(64bit)
knode-libs-4.14.10-50.fc38.i686 requires libkcmutils.so.4,
libkde3support.so.4, libkdecore.so.5, libkdeui.so.5, libkdewebkit.so.5,
libkhtml.so.5, libkio.so.5, libknewstuff3.so.4, libkparts.so.4,
libkprintutils.so.4, libsolid.so.4
knode-libs-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkdewebkit.so.5()(64bit), libkhtml.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit), libkparts.so.4()(64bit),
libkprintutils.so.4()(64bit), libsolid.so.4()(64bit)
ktimetracker-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)
kdepimlibs (maintained by: jgrulich, kde-sig, rdieter, than)
kdepimlibs-4.14.10-43.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-40.fc40,
libkdecore.so.5, libkdeui.so.5, libkemoticons.so.4, libkio.so.5, libkparts.so.4
kdepimlibs-4.14.10-43.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kdepimlibs-4.14.10-43.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkemoticons.so.4()(64bit), libkio.so.5()(64bit), libkparts.so.4()(64bit)
kdepimlibs-akonadi-4.14.10-43.fc39.i686 requires libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libsolid.so.4
kdepimlibs-akonadi-4.14.10-43.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libsolid.so.4()(64bit)
kdepimlibs-devel-4.14.10-43.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
kdepimlibs-devel-4.14.10-43.fc39.x86_64 requires kdelibs4-devel = 4.14.38-40.fc40
kdepimlibs-kxmlrpcclient-4.14.10-43.fc39.i686 requires libkdecore.so.5,
libkio.so.5
kdepimlibs-kxmlrpcclient-4.14.10-43.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkio.so.5()(64bit)
kflickr (maintained by: orphan)
kflickr-20100817-28.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kflickr-20100817-28.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kgrab (maintained by: kkofler, rdieter, than)
kgrab-0.1.1-49.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kgrab-0.1.1-49.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kiconedit (maintained by: kkofler, rdieter, than)
kiconedit-4.4.0-29.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kiconedit-4.4.0-29.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit)
kio-ftps (maintained by: justinz, kde-sig, rdieter, than)
kio-ftps-0.2-27.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kio-ftps-0.2-27.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkio.so.5()(64bit)
kio_mtp (maintained by: jgrulich, orion)
kio_mtp-0.75-28.20141221gitc418634.fc39.src requires kdelibs4-devel =
4.14.38-40.fc40
kio_mtp-0.75-28.20141221gitc418634.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkio.so.5()(64bit), libsolid.so.4()(64bit)
kmid2 (maintained by: cheeselee, kkofler)
kmid2-2.4.0-27.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kmid2-2.4.0-27.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit), libkmediaplayer.so.4()(64bit), libkparts.so.4()(64bit)
kmid2-libs-2.4.0-27.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-40.fc40,
libkdecore.so.5, libkdeui.so.5
kmid2-libs-2.4.0-27.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit)
koffice-kivio (maintained by: kkofler, rdieter)
koffice-kivio-3:1.6.3-65.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
konsole (maintained by: kde-sig, rdieter, than)
konsole-4.14.3-27.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
konsole-part-4.14.3-27.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit), libkparts.so.4()(64bit), libkpty.so.4()(64bit)
kover (maintained by: adrian)
kover-6-32.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kover-6-32.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
koverartist (maintained by: lbazan)
koverartist-0.7.6-27.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
koverartist-0.7.6-27.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kpartsplugin (maintained by: rdieter)
kpartsplugin-0.0.1-0.30.20120723.fc39.src requires kdelibs4-devel =
4.14.38-40.fc40
kpartsplugin-0.0.1-0.30.20120723.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)
kpilot (maintained by: kkofler, rdieter, than)
kpilot-5.3.0-38.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kpilot-5.3.0-38.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kpilot-libs-5.3.0-38.fc39.i686 requires libkdecore.so.5, libkdeui.so.5,
libkio.so.5
kpilot-libs-5.3.0-38.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
krecipes (maintained by: kkofler)
krecipes-2.1.0-18.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
krecipes-2.1.0-18.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkdewebkit.so.5()(64bit), libkhtml.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)
kremotecontrol (maintained by: kde-sig, rdieter, than)
kremotecontrol-17.08.3-14.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kremotecontrol-17.08.3-14.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libplasma.so.3()(64bit)
kremotecontrol-libs-17.08.3-14.fc39.i686 requires libkdecore.so.5, libkdeui.so.5
kremotecontrol-libs-17.08.3-14.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
kscd (maintained by: kde-sig, rdieter, than)
kscd-17.08.3-15.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kscd-17.08.3-15.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libsolid.so.4()(64bit)
ksig (maintained by: kkofler, rdieter, than)
ksig-1.1-0.34.20080213.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
ksig-1.1-0.34.20080213.fc39.x86_64 requires libkde3support.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit)
kuser (maintained by: kkofler)
kuser-16.08.3-20.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kuser-16.08.3-20.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libkntlm.so.4()(64bit)
kvkbd (maintained by: orphan)
kvkbd-0.6-29.fc39.src requires kdelibs-devel = 6:4.14.38-40.fc40
kvkbd-0.6-29.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
kwallet (maintained by: rdieter, than)
kwallet-4.12.3-22.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kwallet-4.12.3-22.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kwalletmanager (maintained by: jgrulich, kde-sig, rdieter, than)
kwalletmanager-15.04.3-21.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kwalletmanager-15.04.3-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kwooty (maintained by: kde-sig, rdieter)
kwooty-1.1.0-24.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kwooty-1.1.0-24.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kwooty-libs-1.1.0-24.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libsolid.so.4
kwooty-libs-1.1.0-24.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libsolid.so.4()(64bit)
libkcddb (maintained by: kde-sig, orphan, rdieter, than)
libkcddb-16.08.3-13.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-40.fc40,
libkdecore.so.5, libkdeui.so.5, libkio.so.5
libkcddb-16.08.3-13.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
libkcddb-16.08.3-13.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
libkcddb-devel-16.08.3-13.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
libkcddb-devel-16.08.3-13.fc39.x86_64 requires kdelibs4-devel = 4.14.38-40.fc40
libkcompactdisc (maintained by: kde-sig, orphan, rdieter, than)
libkcompactdisc-16.08.3-16.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkdecore.so.5, libsolid.so.4
libkcompactdisc-16.08.3-16.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
libkcompactdisc-16.08.3-16.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libsolid.so.4()(64bit)
libkcompactdisc-devel-16.08.3-16.fc39.i686 requires kdelibs4-devel =
4.14.38-40.fc40
libkcompactdisc-devel-16.08.3-16.fc39.x86_64 requires kdelibs4-devel =
4.14.38-40.fc40
molsketch (maintained by: alexpl, scitech_sig)
molsketch-0.8.0-2.fc39.src requires kdelibs-devel = 6:4.14.38-40.fc40
pairs (maintained by: kde-sig, orphan, rdieter, than)
pairs-15.04.2-19.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
pairs-15.04.2-19.fc39.x86_64 requires libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit)
plasma-widget-menubar (maintained by: orphan)
plasma-widget-menubar-0.2.0-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libplasma.so.3()(64bit)
qt4-theme-quarticurve (maintained by: kkofler, rdieter, than)
qt4-theme-quarticurve-0.0-0.41.beta8.fc39.src requires kdelibs4-devel =
4.14.38-40.fc40
recoll (maintained by: bonzini, terjeros)
recoll-1.36.1-1.fc40.src requires kdelibs4-devel = 4.14.38-40.fc40
recoll-kio-1.36.1-1.fc40.i686 requires libkdecore.so.5, libkio.so.5
recoll-kio-1.36.1-1.fc40.x86_64 requires libkdecore.so.5()(64bit),
libkio.so.5()(64bit)
rekollect (maintained by: rdieter)
rekollect-0.3.3-18.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
rekollect-0.3.3-18.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libkprintutils.so.4()(64bit)
rekonq (maintained by: jgrulich, rdieter)
rekonq-2.4.2-23.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
rekonq-2.4.2-23.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkio.so.5()(64bit), libkparts.so.4()(64bit), libsolid.so.4()(64bit)
syncevolution (maintained by: mcrha)
syncevolution-1:2.0.0-9.fc39.src requires kdelibs-devel = 6:4.14.38-40.fc40
ufw-kde (maintained by: kkofler)
ufw-kde-0.5.0-0.23.20161006git.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
ufw-kde-0.5.0-0.23.20161006git.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
Too many dependencies for herqq, not all listed here
Depending on: hspell (34), status change: 2023-11-18 (0 weeks ago)
kf5-sonnet (maintained by: jgrulich, kde-sig, rdieter, than)
kf5-sonnet-5.111.0-1.fc40.src requires hspell-devel = 1.4-19.fc39
kf5-sonnet-core-5.111.0-1.fc40.i686 requires libhspell.so.0
kf5-sonnet-core-5.111.0-1.fc40.x86_64 requires libhspell.so.0()(64bit)
libreoffice (maintained by: caolanm, dtardon, limb, sbergmann)
libreoffice-langpack-he-1:7.6.3.1-3.fc40.x86_64 requires hunspell-he =
1.4-19.fc39
calamares (maintained by: kde-sig, kkofler, mattia, ngompa)
calamares-interactiveterminal-3.2.62-4.fc40.x86_64 requires
libKF5SonnetUi.so.5()(64bit)
calligra (maintained by: kde-sig, rdieter)
calligra-3.2.1-25.fc39.src requires cmake(KF5Sonnet) = 5.111.0
calligra-libs-3.2.1-25.fc39.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
calligra-libs-3.2.1-25.fc39.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
calligra-sheets-libs-3.2.1-25.fc39.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
calligra-sheets-libs-3.2.1-25.fc39.x86_64 requires
libKF5SonnetCore.so.5()(64bit), libKF5SonnetUi.so.5()(64bit)
choqok (maintained by: gbcox, kde-sig, nucleo, rdieter, slankes)
choqok-1.7.0-14.20220622gitde3801b.fc39.src requires cmake(KF5Sonnet) = 5.111.0
choqok-libs-1.7.0-14.20220622gitde3801b.fc39.i686 requires libKF5SonnetCore.so.5
choqok-libs-1.7.0-14.20220622gitde3801b.fc39.x86_64 requires
libKF5SonnetCore.so.5()(64bit)
digikam (maintained by: kde-sig, kwizart, nucleo, rdieter, than)
digikam-8.1.0-3.fc39.src requires kf5-sonnet-devel = 5.111.0-1.fc40
digikam-libs-8.1.0-3.fc39.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
digikam-libs-8.1.0-3.fc39.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
ghostwriter (maintained by: kde-sig, marcdeop)
ghostwriter-23.08.2-1.fc40.src requires cmake(KF5Sonnet) = 5.111.0
ghostwriter-23.08.2-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
kanagram (maintained by: kde-sig, rdieter, than)
kanagram-23.08.2-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
kanagram-23.08.2-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit)
kdeplasma-addons (maintained by: kde-sig, rdieter, than)
kdeplasma-addons-5.27.9-1.fc40.i686 requires libKF5SonnetCore.so.5
kdeplasma-addons-5.27.9-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit)
kdevelop (maintained by: jgrulich, kde-sig, rdieter, than)
kdevelop-libs-9:23.08.2-1.fc40.i686 requires libKF5SonnetUi.so.5
kdevelop-libs-9:23.08.2-1.fc40.x86_64 requires libKF5SonnetUi.so.5()(64bit)
kf5-kdesignerplugin (maintained by: jgrulich, kde-sig, rdieter, than)
kf5-kdesignerplugin-5.111.0-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
kf5-khtml (maintained by: jgrulich, kde-sig, rdieter, than)
kf5-khtml-5.111.0-1.fc40.i686 requires libKF5SonnetCore.so.5, libKF5SonnetUi.so.5
kf5-khtml-5.111.0-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
kf5-khtml-5.111.0-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
kf5-kpimtextedit (maintained by: kde-sig, rdieter)
kf5-kpimtextedit-23.08.2-1.fc40.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
kf5-kpimtextedit-23.08.2-1.fc40.src requires cmake(KF5Sonnet) = 5.111.0
kf5-kpimtextedit-23.08.2-1.fc40.x86_64 requires
libKF5SonnetCore.so.5()(64bit), libKF5SonnetUi.so.5()(64bit)
kf5-ktexteditor (maintained by: jgrulich, kde-sig, rdieter, than)
kf5-ktexteditor-5.111.0-2.fc40.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
kf5-ktexteditor-5.111.0-2.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
kf5-ktexteditor-5.111.0-2.fc40.x86_64 requires
libKF5SonnetCore.so.5()(64bit), libKF5SonnetUi.so.5()(64bit)
kf5-ktextwidgets (maintained by: jgrulich, kde-sig, rdieter, than)
kf5-ktextwidgets-5.111.0-1.fc40.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
kf5-ktextwidgets-5.111.0-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
kf5-ktextwidgets-5.111.0-1.fc40.x86_64 requires
libKF5SonnetCore.so.5()(64bit), libKF5SonnetUi.so.5()(64bit)
kf5-ktextwidgets-devel-5.111.0-1.fc40.i686 requires kf5-sonnet-devel =
5.111.0-1.fc40
kf5-ktextwidgets-devel-5.111.0-1.fc40.x86_64 requires kf5-sonnet-devel =
5.111.0-1.fc40
kf5-libksieve (maintained by: kde-sig, rdieter)
kf5-libksieve-23.08.2-1.fc40.i686 requires libKF5SonnetUi.so.5
kf5-libksieve-23.08.2-1.fc40.x86_64 requires libKF5SonnetUi.so.5()(64bit)
kf5-messagelib (maintained by: jkucera, kde-sig, rdieter)
kf5-messagelib-23.08.2-1.fc40.i686 requires libKF5SonnetUi.so.5
kf5-messagelib-23.08.2-1.fc40.x86_64 requires libKF5SonnetUi.so.5()(64bit)
kmail (maintained by: jkucera, kde-sig, rdieter, than)
kmail-23.08.2-1.fc40.src requires cmake(KF5Sonnet) = 5.111.0
kmail-libs-23.08.2-1.fc40.i686 requires libKF5SonnetUi.so.5
kmail-libs-23.08.2-1.fc40.x86_64 requires libKF5SonnetUi.so.5()(64bit)
kmenuedit (maintained by: kde-sig, rdieter)
kmenuedit-5.27.9-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
kmenuedit-5.27.9-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
kmymoney (maintained by: rdieter, vascom)
kmymoney-libs-5.1.3-5.fc40.i686 requires libKF5SonnetUi.so.5
kmymoney-libs-5.1.3-5.fc40.x86_64 requires libKF5SonnetUi.so.5()(64bit)
konqueror (maintained by: kde-sig, lupinix, rdieter, than)
konqueror-libs-23.08.2-1.fc40.i686 requires libKF5SonnetUi.so.5
konqueror-libs-23.08.2-1.fc40.x86_64 requires libKF5SonnetUi.so.5()(64bit)
kwebenginepart-23.08.2-1.fc40.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
kwebenginepart-23.08.2-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
konversation (maintained by: kde-sig, rdieter)
konversation-23.08.2-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
ktextaddons (maintained by: kde-sig, marcdeop)
ktextaddons-1.5.1-1.fc40.i686 requires libKF5SonnetCore.so.5, libKF5SonnetUi.so.5
ktextaddons-1.5.1-1.fc40.src requires cmake(KF5Sonnet) = 5.111.0
ktextaddons-1.5.1-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
ktp-text-ui (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-text-ui-23.04.3-2.fc39.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
ktp-text-ui-23.04.3-2.fc39.src requires kf5-sonnet-devel = 5.111.0-1.fc40
ktp-text-ui-23.04.3-2.fc39.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
kwebkitpart (maintained by: kde-sig, nucleo, rdieter, than)
kwebkitpart-1.4.0-0.14.20190110.fc39.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
kwebkitpart-1.4.0-0.14.20190110.fc39.src requires cmake(KF5Sonnet) = 5.111.0
kwebkitpart-1.4.0-0.14.20190110.fc39.x86_64 requires
libKF5SonnetCore.so.5()(64bit), libKF5SonnetUi.so.5()(64bit)
lokalize (maintained by: jgrulich, kde-sig, rdieter, than)
lokalize-23.08.2-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
lokalize-23.08.2-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
neochat (maintained by: kde-sig, marcdeop)
neochat-23.08.2-1.fc40.src requires cmake(KF5Sonnet) = 5.111.0
neochat-23.08.2-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit)
parley (maintained by: kde-sig, rdieter, than)
parley-23.08.2-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
parley-23.08.2-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
plasma-desktop (maintained by: jgrulich, kde-sig, rdieter, than)
plasma-desktop-5.27.9-1.fc40.i686 requires libKF5SonnetCore.so.5,
libKF5SonnetUi.so.5
plasma-desktop-5.27.9-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
quassel (maintained by: lupinix, maxamillion, phuzion, rdieter)
quassel-0.14.0-4.fc39.x86_64 requires libKF5SonnetUi.so.5()(64bit)
quassel-client-0.14.0-4.fc39.x86_64 requires libKF5SonnetUi.so.5()(64bit)
rocs (maintained by: kde-sig, rdieter, than)
rocs-23.08.2-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
step (maintained by: kde-sig, rdieter, than)
step-23.08.2-1.fc40.src requires kf5-sonnet-devel = 5.111.0-1.fc40
tellico (maintained by: alexlan, jamatos)
tellico-3.5.1-1.fc40.src requires cmake(KF5Sonnet) = 5.111.0
tellico-3.5.1-1.fc40.x86_64 requires libKF5SonnetCore.so.5()(64bit),
libKF5SonnetUi.so.5()(64bit)
trojita (maintained by: jkucera, kde-sig, kkofler, lxqt-sig, raphgro)
trojita-0.7.0.1-0.19.20230430gitd1e1b4a.fc39.src requires kf5-sonnet-devel =
5.111.0-1.fc40
trojita-0.7.0.1-0.19.20230430gitd1e1b4a.fc39.x86_64 requires
libKF5SonnetUi.so.5()(64bit)
Too many dependencies for hspell, not all listed here
Depending on: ibus-unikey (30), status change: 2023-11-18 (0 weeks ago)
langpacks (maintained by: pnemade)
langpacks-core-vi-4.0-9.fc40.noarch requires ibus-unikey =
0.6.1-31.20190311git46b5b9e.fc39
fontconfig (maintained by: ajax, alexl, caolanm, gnome-sig, rhughes, rstrode,
tagoh)
fontconfig-2.14.2-5.fc40.i686 requires font(:lang=en)
fontconfig-2.14.2-5.fc40.x86_64 requires font(:lang=en)
kanatest (maintained by: robmv)
kanatest-0.4.10-0.1.D20170810git19dd1a7d.fc39.12.x86_64 requires font(:lang=ja)
perl-Config-Model-TkUI (maintained by: eseyman, hvad, jplesnik)
perl-Config-Model-TkUI-1.376-3.fc39.src requires font(:lang=en)
perl-Data-TreeDumper-Renderer-GTK (maintained by: jplesnik, ppisar)
perl-Data-TreeDumper-Renderer-GTK-0.03-1.fc40.src requires font(:lang=en)
perl-Gnome2-Canvas (maintained by: jplesnik, perl-maint-sig, ppisar)
perl-Gnome2-Canvas-1.006-10.fc39.src requires font(:lang=en)
perl-Gnome2-GConf (maintained by: jplesnik, ppisar)
perl-Gnome2-GConf-1.047-10.fc39.src requires font(:lang=en)
perl-Gnome2-Vte (maintained by: ppisar)
perl-Gnome2-Vte-0.12-10.fc39.src requires font(:lang=en)
perl-Gtk2-AppIndicator (maintained by: ppisar)
perl-Gtk2-AppIndicator-0.15-34.fc39.src requires font(:lang=en)
perl-Gtk2-Ex-CalendarButton (maintained by: jplesnik, ppisar)
perl-Gtk2-Ex-CalendarButton-0.01-45.fc39.src requires font(:lang=en)
perl-Gtk2-Ex-Carp (maintained by: jplesnik, ppisar)
perl-Gtk2-Ex-Carp-0.01-47.fc39.src requires font(:lang=en)
perl-Gtk2-GladeXML (maintained by: jplesnik, ppisar)
perl-Gtk2-GladeXML-1.008-10.fc39.src requires font(:lang=en)
perl-Gtk2-Notify (maintained by: jplesnik, ppisar)
perl-Gtk2-Notify-0.05-50.fc39.src requires font(:lang=en)
perl-Gtk2-Sexy (maintained by: jplesnik, ppisar)
perl-Gtk2-Sexy-0.05-49.fc39.src requires font(:lang=en)
perl-Gtk2-Spell (maintained by: jplesnik, ppisar)
perl-Gtk2-Spell-1.05-10.fc39.src requires font(:lang=en)
perl-Gtk2-TrayIcon (maintained by: jplesnik, ppisar)
perl-Gtk2-TrayIcon-0.07-10.fc39.src requires font(:lang=en)
perl-Gtk3 (maintained by: sergiomb)
perl-Gtk3-0.038-9.fc39.src requires font(:lang=en)
perl-Gtk3-tests-0.038-9.fc39.noarch requires font(:lang=en)
perl-Gtk3-WebKit (maintained by: rjones)
perl-Gtk3-WebKit-0.06-29.fc39.src requires font(:lang=en)
perl-PPI-Tester (maintained by: spot)
perl-PPI-Tester-0.15-29.fc39.src requires font(:lang=en)
perl-Pango (maintained by: spot)
perl-Pango-1.227-32.fc39.src requires font(:lang=en)
perl-Prima (maintained by: jplesnik, lkundrak, ppisar)
perl-Prima-1.71-1.fc40.src requires font(:lang=en)
perl-Prima-tests-1.71-1.fc40.noarch requires font(:lang=en)
perl-Tk (maintained by: xavierb)
perl-Tk-804.036-12.fc39.src requires font(:lang=en)
perl-Tk-EntryCheck (maintained by: jplesnik, ppisar)
perl-Tk-EntryCheck-0.04-33.fc39.src requires font(:lang=en)
perl-Tk-FontDialog (maintained by: jplesnik, ppisar)
perl-Tk-FontDialog-0.18-20.fc39.src requires font(:lang=en)
perl-Tk-GraphViz (maintained by: lkundrak, mspacek)
perl-Tk-GraphViz-1.10-11.fc39.src requires font(:lang=en)
perl-Tk-Pod (maintained by: jplesnik, ppisar)
perl-Tk-Pod-0.9943-23.fc39.src requires font(:lang=en)
perl-Wx-Perl-DataWalker (maintained by: jplesnik, ppisar)
perl-Wx-Perl-DataWalker-0.02-43.fc39.src requires font(:lang=en)
python-kitchen (maintained by: epel-packagers-sig, infra-sig, kevin, pingou)
python-kitchen-1.2.6-17.fc39.src requires langpacks-pt_BR = 4.0-9.fc40
scap-workbench (maintained by: evgenyz, jcerny, matyc, mlysonek, mmarhefk, wsato)
scap-workbench-1.2.1-14.fc39.x86_64 requires font(:lang=en)
wordnet (maintained by: besser82)
wordnet-browser-3.0-45.fc39.x86_64 requires font(:lang=en)
Too many dependencies for ibus-unikey, not all listed here
Depending on: jsoncpp (30), status change: 2023-11-18 (0 weeks ago)
InsightToolkit (maintained by: ankursinha, ignatenkobrain, neuro-sig)
InsightToolkit-4.13.3-15.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
PDAL (maintained by: neteler, smani)
PDAL-2.6.0-5.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
avogadro2-libs (maintained by: sagitter)
avogadro2-libs-1.98.1-1.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
cmake (maintained by: besser82, orion, pwalter, rdieter)
cmake-3.27.7-1.fc40.i686 requires libjsoncpp.so.25
cmake-3.27.7-1.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
cmake-3.27.7-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
cmake-gui-3.27.7-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
domoticz (maintained by: mooninite)
domoticz-2023.2-1.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
domoticz-2023.2-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
fcitx5-mozc (maintained by: music, yanqiyu)
fcitx5-mozc-2.17.2102.102.1-28.20230508git242b4f7.fc40.src requires
jsoncpp-devel = 1.9.5-5.fc39
guayadeque (maintained by: martinkg)
guayadeque-0.4.8-0.2.20230319git1ae725a.fc39.src requires pkgconfig(jsoncpp)
= 1.9.5
guayadeque-0.4.8-0.2.20230319git1ae725a.fc39.x86_64 requires
libjsoncpp.so.25()(64bit)
lgogdownloader (maintained by: blowry)
lgogdownloader-3.11-2.fc39.src requires pkgconfig(jsoncpp) = 1.9.5
lgogdownloader-3.11-2.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
libopenshot (maintained by: ferdnyc, hobbes1069, multimedia-sig, ngompa, sergiomb)
libopenshot-0.3.2-1.fc40.i686 requires libjsoncpp.so.25
libopenshot-0.3.2-1.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
libopenshot-0.3.2-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
python3-libopenshot-0.3.2-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
ruby-libopenshot-0.3.2-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
minetest (maintained by: bookwar, ignatenkobrain, ohaessler)
minetest-5.7.0-2.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
minetest-5.7.0-2.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
minetest-server-5.7.0-2.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
notekit (maintained by: lyessaadi)
notekit-0.2.0-3.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
notekit-0.2.0-3.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
oomd (maintained by: dcavalca, filbranden, salimma)
oomd-0.5.0-8.fc39.src requires pkgconfig(jsoncpp) = 1.9.5
oomd-0.5.0-8.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
openvr (maintained by: dcavalca)
openvr-1.26.7-1.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
openvr-api-1.26.7-1.fc40.i686 requires libjsoncpp.so.25
openvr-api-1.26.7-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
openvr-devel-1.26.7-1.fc40.i686 requires jsoncpp-devel = 1.9.5-5.fc39
openvr-devel-1.26.7-1.fc40.x86_64 requires jsoncpp-devel = 1.9.5-5.fc39
openxr (maintained by: luya, slaanesh)
openxr-1.0.31-1.fc40.src requires pkgconfig(jsoncpp) = 1.9.5
openxr-libs-1.0.31-1.fc40.i686 requires libjsoncpp.so.25
openxr-libs-1.0.31-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
paraview (maintained by: orion, sagitter, scitech_sig)
paraview-5.11.2-1.fc40.i686 requires libjsoncpp.so.25
paraview-5.11.2-1.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
paraview-5.11.2-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
paraview-mpich-5.11.2-1.fc40.i686 requires libjsoncpp.so.25
paraview-mpich-5.11.2-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
paraview-openmpi-5.11.2-1.fc40.i686 requires libjsoncpp.so.25
paraview-openmpi-5.11.2-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
pcl (maintained by: cottsay, rmattes, thofmann)
pcl-1.12.0-29.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
polybar (maintained by: atim)
polybar-3.7.0-1.fc40.src requires pkgconfig(jsoncpp) = 1.9.5
polybar-3.7.0-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
powdertoy (maintained by: suve)
powdertoy-97.0.352-4.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
powdertoy-97.0.352-4.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
qpid-proton (maintained by: irina, kpvdr)
qpid-proton-0.38.0-4.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
qpid-proton-cpp-0.38.0-4.fc39.i686 requires jsoncpp = 1.9.5-5.fc39,
libjsoncpp.so.25
qpid-proton-cpp-0.38.0-4.fc39.x86_64 requires jsoncpp = 1.9.5-5.fc39,
libjsoncpp.so.25()(64bit)
qt5-qtwebengine (maintained by: kde-sig, kkofler, rdieter)
qt5-qtwebengine-5.15.12-9.fc40.src requires pkgconfig(jsoncpp) = 1.9.5
qt6-qtwebengine (maintained by: jgrulich, kde-sig)
qt6-qtwebengine-6.6.0-2.fc40.src requires pkgconfig(jsoncpp) = 1.9.5
raceintospace (maintained by: pemensik)
raceintospace-2.0.0-9.rc1.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
raceintospace-2.0.0-9.rc1.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
radiotray-ng (maintained by: vascom)
radiotray-ng-0.2.8-10.fc39.src requires pkgconfig(jsoncpp) = 1.9.5
radiotray-ng-0.2.8-10.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
sasl-xoauth2 (maintained by: jjelen)
sasl-xoauth2-0.24-1.fc39.i686 requires libjsoncpp.so.25
sasl-xoauth2-0.24-1.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
sasl-xoauth2-0.24-1.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
springlobby (maintained by: atim, gilboa)
springlobby-0.273-3.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
torque (maintained by: hguemar, spot)
torque-6.1.3-9.fc39.src requires jsoncpp-devel = 1.9.5-5.fc39
torque-drmaa-6.1.3-9.fc39.i686 requires libjsoncpp.so.25
torque-drmaa-6.1.3-9.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
torque-libs-6.1.3-9.fc39.i686 requires libjsoncpp.so.25
torque-libs-6.1.3-9.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
torque-mom-6.1.3-9.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
torque-pam-6.1.3-9.fc39.i686 requires libjsoncpp.so.25
torque-pam-6.1.3-9.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
torque-server-6.1.3-9.fc39.x86_64 requires libjsoncpp.so.25()(64bit)
vfrnav (maintained by: sailer)
vfrnav-20230429-4.fc40.i686 requires libjsoncpp.so.25
vfrnav-20230429-4.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
vfrnav-20230429-4.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
vrpn (maintained by: dcavalca)
vrpn-07.35-1.fc40.i686 requires libjsoncpp.so.25
vrpn-07.35-1.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
vrpn-07.35-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
vrpn-devel-07.35-1.fc40.i686 requires jsoncpp-devel = 1.9.5-5.fc39
vrpn-devel-07.35-1.fc40.x86_64 requires jsoncpp-devel = 1.9.5-5.fc39
vtk (maintained by: orion, scitech_sig)
vtk-9.2.6-11.fc40.i686 requires libjsoncpp.so.25
vtk-9.2.6-11.fc40.src requires jsoncpp-devel = 1.9.5-5.fc39
vtk-9.2.6-11.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
vtk-devel-9.2.6-11.fc40.i686 requires jsoncpp-devel(x86-32) = 1.9.5-5.fc39
vtk-devel-9.2.6-11.fc40.x86_64 requires jsoncpp-devel(x86-64) = 1.9.5-5.fc39
vtk-mpich-9.2.6-11.fc40.i686 requires libjsoncpp.so.25
vtk-mpich-9.2.6-11.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
vtk-mpich-devel-9.2.6-11.fc40.i686 requires jsoncpp-devel(x86-32) = 1.9.5-5.fc39
vtk-mpich-devel-9.2.6-11.fc40.x86_64 requires jsoncpp-devel(x86-64) =
1.9.5-5.fc39
vtk-openmpi-9.2.6-11.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
vtk-openmpi-devel-9.2.6-11.fc40.x86_64 requires jsoncpp-devel(x86-64) =
1.9.5-5.fc39
waybar (maintained by: alebastr, sway-sig)
waybar-0.9.24-1.fc40.src requires pkgconfig(jsoncpp) = 1.9.5
waybar-0.9.24-1.fc40.x86_64 requires libjsoncpp.so.25()(64bit)
Too many dependencies for jsoncpp, not all listed here
Depending on: ktp-accounts-kcm (2), status change: 2023-11-18 (0 weeks ago)
ktp-contact-list (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-contact-list-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm = 23.04.3-2.fc39
ktp-text-ui (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-text-ui-23.04.3-2.fc39.i686 requires ktp-accounts-kcm = 23.04.3-2.fc39
ktp-text-ui-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm = 23.04.3-2.fc39
Depending on: ktp-common-internals (8), status change: 2023-11-18 (0 weeks ago)
ktp-accounts-kcm (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-accounts-kcm-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-auth-handler (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-auth-handler-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-auth-handler-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit)
ktp-contact-list (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-contact-list-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-contact-list-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm =
23.04.3-2.fc39, libKTpCommonInternals.so.9()(64bit),
libKTpLogger.so.9()(64bit), libKTpModels.so.9()(64bit), libKTpWidgets.so.9()(64bit)
ktp-contact-runner (maintained by: jgrulich, kde-sig, rdieter)
ktp-contact-runner-23.04.3-2.fc39.i686 requires libKTpCommonInternals.so.9,
libKTpModels.so.9
ktp-contact-runner-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-contact-runner-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpModels.so.9()(64bit)
ktp-filetransfer-handler (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-filetransfer-handler-23.04.3-2.fc39.src requires
ktp-common-internals-devel = 23.04.3-2.fc39
ktp-filetransfer-handler-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit)
ktp-kded-integration-module (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-kded-integration-module-23.04.3-2.fc39.i686 requires
libKTpCommonInternals.so.9, libKTpWidgets.so.9
ktp-kded-integration-module-23.04.3-2.fc39.src requires
ktp-common-internals-devel = 23.04.3-2.fc39
ktp-kded-integration-module-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpWidgets.so.9()(64bit)
ktp-send-file (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-send-file-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-send-file-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpModels.so.9()(64bit),
libKTpWidgets.so.9()(64bit)
ktp-text-ui (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-text-ui-23.04.3-2.fc39.i686 requires ktp-accounts-kcm = 23.04.3-2.fc39,
libKTpCommonInternals.so.9, libKTpLogger.so.9, libKTpModels.so.9,
libKTpOTR.so.9, libKTpWidgets.so.9
ktp-text-ui-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-text-ui-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm = 23.04.3-2.fc39,
libKTpCommonInternals.so.9()(64bit), libKTpLogger.so.9()(64bit),
libKTpModels.so.9()(64bit), libKTpOTR.so.9()(64bit), libKTpWidgets.so.9()(64bit)
Depending on: libkcddb (4), status change: 2023-11-18 (0 weeks ago)
audex (maintained by: liquidat)
audex-0.79-19.fc39.src requires libkcddb-devel = 16.08.3-13.fc39
audex-0.79-19.fc39.x86_64 requires libkcddb.so.4()(64bit)
audiocd-kio (maintained by: kde-sig, rdieter, than)
audiocd-kio-16.08.3-21.fc39.i686 requires libkcddb.so.4
audiocd-kio-16.08.3-21.fc39.src requires libkcddb-devel = 16.08.3-13.fc39
audiocd-kio-16.08.3-21.fc39.x86_64 requires libkcddb.so.4()(64bit)
audiocd-kio-libs-16.08.3-21.fc39.i686 requires libkcddb.so.4
audiocd-kio-libs-16.08.3-21.fc39.x86_64 requires libkcddb.so.4()(64bit)
kaudiocreator (maintained by: krege)
kaudiocreator-1.3-28.fc38.src requires libkcddb-devel = 16.08.3-13.fc39
kaudiocreator-1.3-28.fc38.x86_64 requires kio_audiocd = 16.08.3-21.fc39,
libkcddb.so.4()(64bit)
kscd (maintained by: kde-sig, rdieter, than)
kscd-17.08.3-15.fc39.x86_64 requires audiocd-kio(x86-64) = 16.08.3-21.fc39
Depending on: libkcompactdisc (4), status change: 2023-11-18 (0 weeks ago)
audex (maintained by: liquidat)
audex-0.79-19.fc39.src requires libkcompactdisc-devel = 16.08.3-16.fc39
audex-0.79-19.fc39.x86_64 requires libkcompactdisc.so.4()(64bit)
audiocd-kio (maintained by: kde-sig, rdieter, than)
audiocd-kio-16.08.3-21.fc39.i686 requires libkcompactdisc.so.4
audiocd-kio-16.08.3-21.fc39.src requires libkcompactdisc-devel = 16.08.3-16.fc39
audiocd-kio-16.08.3-21.fc39.x86_64 requires libkcompactdisc.so.4()(64bit)
kaudiocreator (maintained by: krege)
kaudiocreator-1.3-28.fc38.src requires libkcompactdisc-devel = 16.08.3-16.fc39
kaudiocreator-1.3-28.fc38.x86_64 requires kio_audiocd = 16.08.3-21.fc39,
libkcompactdisc.so.4()(64bit)
kscd (maintained by: kde-sig, rdieter, than)
kscd-17.08.3-15.fc39.x86_64 requires audiocd-kio(x86-64) = 16.08.3-21.fc39
Depending on: onboard (13), status change: 2023-10-31 (2 weeks ago)
deepin-dock (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-dock-onboard-plugin-5.5.81-1.fc40.x86_64 requires onboard = 1.4.1-34.fc40
deepin-dock-5.5.81-1.fc40.src requires deepin-control-center-devel =
5.5.158-1.fc40
deepin-dock-5.5.81-1.fc40.x86_64 requires deepin-network-core = 1.1.9-1.fc40,
libdccwidgets.so()(64bit)
deepin-control-center (maintained by: cheeselee, deepinde-sig, zsun)
deepin-control-center-5.5.158-1.fc40.src requires deepin-dock-devel =
5.5.81-1.fc40
deepin-control-center-5.5.158-1.fc40.x86_64 requires deepin-daemon =
5.14.44-5.fc40, deepin-network-core = 1.1.9-1.fc40, startdde = 5.10.1-1.fc40
deepin-file-manager (maintained by: cheeselee, deepinde-sig, zsun)
deepin-desktop-5.8.3-1.fc40.x86_64 requires deepin-control-center =
5.5.158-1.fc40, deepin-dock = 5.5.81-1.fc40, deepin-launcher = 5.6.1-1.fc40,
deepin-session-ui = 5.6.2-1.fc40
deepin-file-manager-5.8.3-1.fc40.src requires deepin-dock-devel = 5.5.81-1.fc40
deepin-network-core (maintained by: cheeselee)
deepin-network-core-1.1.9-1.fc40.src requires deepin-control-center-devel =
5.5.158-1.fc40, deepin-dock-devel = 5.5.81-1.fc40, deepin-session-shell-devel =
5.5.93-1.fc40
deepin-network-core-1.1.9-1.fc40.x86_64 requires libdccwidgets.so()(64bit)
deepin-session-ui (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-session-ui-5.6.2-1.fc40.src requires pkgconfig(dde-dock) = 4.0
deepin-session-ui-5.6.2-1.fc40.x86_64 requires deepin-daemon =
5.14.44-5.fc40, deepin-session-shell = 5.5.93-1.fc40, startdde = 5.10.1-1.fc40
deepin-system-monitor (maintained by: cheeselee, deepinde-sig, zsun)
deepin-system-monitor-6.0.3-1.fc40.src requires deepin-dock-devel = 5.5.81-1.fc40
deepin-session-shell (maintained by: cheeselee, deepinde-sig)
deepin-session-shell-5.5.93-1.fc40.x86_64 requires deepin-network-core =
1.1.9-1.fc40
deepin-daemon (maintained by: cheeselee, deepinde-sig, go-sig, zsun)
deepin-daemon-5.14.44-5.fc40.x86_64 requires deepin-session-ui = 5.6.2-1.fc40
deepin-draw (maintained by: cheeselee, deepinde-sig, zsun)
deepin-draw-6.0.6-1.fc40.x86_64 requires deepin-notifications = 5.6.2-1.fc40
deepin-editor (maintained by: cheeselee, deepinde-sig, zsun)
deepin-editor-6.0.10-1.fc40.x86_64 requires deepin-notifications = 5.6.2-1.fc40
deepin-calendar (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-calendar-5.10.0-1.fc40.x86_64 requires deepin-daemon(x86-64) =
5.14.44-5.fc40
deepin-launcher (maintained by: cheeselee, deepinde-sig, zsun)
deepin-launcher-5.6.1-1.fc40.x86_64 requires deepin-daemon = 5.14.44-5.fc40,
startdde = 5.10.1-1.fc40
startdde (maintained by: cheeselee, deepinde-sig, go-sig, zsun)
startdde-5.10.1-1.fc40.x86_64 requires deepin-daemon = 5.14.44-5.fc40
Depending on: perl-Authen-Krb5 (1), status change: 2023-11-18 (0 weeks ago)
perl-Authen-Krb5-Admin (maintained by: chkr)
perl-Authen-Krb5-Admin-0.17-36.fc39.src requires perl(Authen::Krb5) = 1.9
Depending on: perl-Catalyst-Plugin-StackTrace (1), status change: 2023-11-18 (0
weeks ago)
perl-Task-Catalyst (maintained by: eseyman, iarnell, jplesnik, ppisar)
perl-Task-Catalyst-4.02-33.fc39.noarch requires
perl(Catalyst::Plugin::StackTrace) = 0.12
perl-Task-Catalyst-4.02-33.fc39.src requires
perl(Catalyst::Plugin::StackTrace) = 0.12
Depending on: perl-Net-Google-AuthSub (1), status change: 2023-11-18 (0 weeks ago)
perl-WWW-Google-Contacts (maintained by: aviram)
perl-WWW-Google-Contacts-0.39-23.fc39.noarch requires
perl(Net::Google::AuthSub) = 0.5
perl-WWW-Google-Contacts-0.39-23.fc39.src requires perl(Net::Google::AuthSub)
= 0.5
Depending on: perl-Proc-Simple (1), status change: 2023-11-18 (0 weeks ago)
shutter (maintained by: martinkg)
shutter-0.99.4-2.fc39.noarch requires perl(Proc::Simple) = 1.32
Depending on: perl-Test-Script-Run (3), status change: 2023-11-18 (0 weeks ago)
perl-SQL-SplitStatement (maintained by: eseyman)
perl-SQL-SplitStatement-1.00023-7.fc39.src requires perl(Test::Script::Run) =
0.08
openqa (maintained by: adamwill)
openqa-worker-4.6^20231024gitc944acc-1.fc40.noarch requires
perl(SQL::SplitStatement) = 1.00023
openqa-4.6^20231024gitc944acc-1.fc40.src requires openqa-client =
4.6^20231024gitc944acc-1.fc40, perl(DBIx::Class::DeploymentHandler) = 0.002233
openqa-4.6^20231024gitc944acc-1.fc40.noarch requires
perl(DBIx::Class::DeploymentHandler) = 0.002233
openqa-common-4.6^20231024gitc944acc-1.fc40.noarch requires
perl(DBIx::Class::DeploymentHandler) = 0.002233
openqa-devel-4.6^20231024gitc944acc-1.fc40.noarch requires
perl(DBIx::Class::DeploymentHandler) = 0.002233
perl-DBIx-Class-DeploymentHandler (maintained by: eseyman)
perl-DBIx-Class-DeploymentHandler-0.002233-12.fc39.noarch requires
perl(SQL::SplitStatement) = 1.00023
perl-DBIx-Class-DeploymentHandler-0.002233-12.fc39.src requires
perl(SQL::SplitStatement) = 1.00023
Depending on: php-pear-Date-Holidays (2), status change: 2023-10-24 (3 weeks ago)
php-pear-Date-Holidays-USA (maintained by: orphan)
php-pear-Date-Holidays-USA-0.1.1-29.fc39.noarch requires
php-pear(Date_Holidays) = 0.21.8
php-pear-Date-Holidays (maintained by: orphan)
php-pear-Date-Holidays-0.21.8-20.fc39.noarch requires
php-pear(Date_Holidays_USA) = 0.1.1
Depending on: php-pear-Date-Holidays-USA (2), status change: 2023-10-24 (3
weeks ago)
php-pear-Date-Holidays (maintained by: orphan)
php-pear-Date-Holidays-0.21.8-20.fc39.noarch requires
php-pear(Date_Holidays_USA) = 0.1.1
php-pear-Date-Holidays-USA (maintained by: orphan)
php-pear-Date-Holidays-USA-0.1.1-29.fc39.noarch requires
php-pear(Date_Holidays) = 0.21.8
Depending on: php-pear-HTTP-Request2 (1), status change: 2023-10-24 (3 weeks ago)
php-pear-HTTP-OAuth (maintained by: orphan)
php-pear-HTTP-OAuth-0.3.2-16.fc39.noarch requires php-pear(HTTP_Request2) = 2.5.1
php-pear-HTTP-OAuth-0.3.2-16.fc39.src requires php-pear(HTTP_Request2) = 2.5.1
Depending on: php-pear-Net-LDAP2 (1), status change: 2023-10-24 (3 weeks ago)
php-kolab-net-ldap3 (maintained by: orphan)
php-kolab-net-ldap3-1.1.4-5.fc39.noarch requires php-pear-Net-LDAP2 =
2.2.0-16.fc39
Depending on: php-pear-Net-URL2 (2), status change: 2023-10-24 (3 weeks ago)
php-pear-HTTP-Request2 (maintained by: orphan)
php-pear-HTTP-Request2-2.5.1-5.fc39.noarch requires php-pear(Net_URL2) = 2.2.1
php-pear-HTTP-OAuth (maintained by: orphan)
php-pear-HTTP-OAuth-0.3.2-16.fc39.noarch requires php-pear(HTTP_Request2) = 2.5.1
php-pear-HTTP-OAuth-0.3.2-16.fc39.src requires php-pear(HTTP_Request2) = 2.5.1
Depending on: php-pear-XML-Serializer (3), status change: 2023-10-24 (3 weeks ago)
php-pear-Date-Holidays (maintained by: orphan)
php-pear-Date-Holidays-0.21.8-20.fc39.noarch requires
php-pear(Date_Holidays_USA) = 0.1.1, php-pear(XML_Serializer) = 0.21.0
php-pear-MDB2-Schema (maintained by: nb)
php-pear-MDB2-Schema-0.8.5-23.fc39.noarch requires php-pear(XML_Serializer) =
0.21.0
php-pear-Date-Holidays-USA (maintained by: orphan)
php-pear-Date-Holidays-USA-0.1.1-29.fc39.noarch requires
php-pear(Date_Holidays) = 0.21.8
Depending on: python-etcd (37), status change: 2023-11-18 (0 weeks ago)
samba (maintained by: abbra, anoopcs, asn, gd, jlayton, jstephen, pfilipen, simo)
ctdb-etcd-mutex-2:4.19.2-2.fc40.x86_64 requires python3-etcd = 0.4.5-29.fc39
samba-2:4.19.2-2.fc40.src requires python3-etcd = 0.4.5-29.fc39
BackupPC (maintained by: hobbes1069)
BackupPC-4.4.0-10.fc39.x86_64 requires samba-client = 2:4.19.2-2.fc40
amanda (maintained by: jridky, orion, pcahyna, tibbs)
amanda-3.5.4-3.fc39.src requires samba-client = 2:4.19.2-2.fc40
budgie-control-center (maintained by: joshstrobl)
budgie-control-center-1.3.0-1.fc39.src requires pkgconfig(smbclient) = 0.7.0
budgie-control-center-1.3.0-1.fc39.x86_64 requires
libsmbclient.so.0()(64bit), libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit)
caja-extensions (maintained by: raveit65, robert)
caja-share-1.26.1-5.fc40.x86_64 requires samba = 2:4.19.2-2.fc40
cifs-utils (maintained by: abbra, jlayton, pfilipen, simo)
cifs-utils-7.0-2.fc39.src requires libwbclient-devel = 2:4.19.2-2.fc40
cifs-utils-7.0-2.fc39.x86_64 requires libwbclient.so.0()(64bit),
libwbclient.so.0(WBCLIENT_0.9)(64bit)
deepin-file-manager (maintained by: cheeselee, deepinde-sig, zsun)
deepin-file-manager-5.8.3-1.fc40.x86_64 requires samba = 2:4.19.2-2.fc40
evolution-mapi (maintained by: asn, mcrha)
evolution-mapi-3.50.0-1.fc40.x86_64 requires libndr.so.3()(64bit),
libndr.so.3(NDR_0.0.1)(64bit), libsamba-util.so.0()(64bit),
libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)
ffmpeg (maintained by: asn, multimedia-sig, ngompa, rathann)
ffmpeg-6.0.1-1.fc40.src requires pkgconfig(smbclient) = 0.7.0
libavformat-free-6.0.1-1.fc40.i686 requires libsmbclient.so.0,
libsmbclient.so.0(SMBCLIENT_0.1.0)
libavformat-free-6.0.1-1.fc40.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit)
fleet-commander-admin (maintained by: ogutierrez)
fleet-commander-admin-0.16.0-4.fc39.noarch requires python3-samba =
2:4.19.2-2.fc40
fleet-commander-admin-0.16.0-4.fc39.src requires python3-samba = 2:4.19.2-2.fc40
fleet-commander-client (maintained by: ogutierrez)
fleet-commander-client-0.15.0-14.fc39.noarch requires python3-samba =
2:4.19.2-2.fc40
freeipa (maintained by: abbra, ipa-maint, jhrozek, mkosek, pvoborni, rcritten,
simo, twoerner)
freeipa-client-samba-4.11.0-7.fc40.x86_64 requires python3-samba =
2:4.19.2-2.fc40, samba = 2:4.19.2-2.fc40, samba-client = 2:4.19.2-2.fc40,
samba-common-tools = 2:4.19.2-2.fc40, samba-winbind = 2:4.19.2-2.fc40
freeipa-server-4.11.0-7.fc40.x86_64 requires libndr-krb5pac.so.0()(64bit),
libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit), libndr-standard.so.0()(64bit),
libndr.so.3()(64bit), libndr.so.3(NDR_0.0.1)(64bit),
libsamba-errors.so.1()(64bit), libsamba-errors.so.1(SAMBA_ERRORS_1.0.0)(64bit),
libsamba-util.so.0()(64bit), libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit),
samba-client-libs = 2:4.19.2-2.fc40
freeipa-server-trust-ad-4.11.0-7.fc40.x86_64 requires
libndr-nbt.so.0()(64bit), libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit),
libndr.so.3()(64bit), libndr.so.3(NDR_0.0.1)(64bit),
libsamba-passdb.so.0()(64bit), libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit),
libsamba-util.so.0()(64bit), libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit),
libsmbconf.so.0()(64bit), libsmbconf.so.0(SMBCONF_0.0.1)(64bit),
libsmbldap.so.2()(64bit), libsmbldap.so.2(SMBLDAP_0)(64bit),
libsmbldap.so.2(SMBLDAP_1)(64bit), libsmbldap.so.2(SMBLDAP_2)(64bit),
python3-samba = 2:4.19.2-2.fc40, samba = 2:4.19.2-2.fc40, samba-winbind =
2:4.19.2-2.fc40
gnome-control-center (maintained by: gnome-sig, pwalter)
gnome-control-center-45.1-2.fc40.src requires pkgconfig(smbclient) = 0.7.0
gnome-control-center-45.1-2.fc40.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit)
gnome-vfs2 (maintained by: alexl, caolanm, gnome-sig, limb, rhughes, rstrode)
gnome-vfs2-2.24.4-43.fc39.src requires libsmbclient-devel = 2:4.19.2-2.fc40
gnome-vfs2-smb-2.24.4-43.fc39.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit)
gssntlmssp (maintained by: simo)
gssntlmssp-1.2.0-3.fc39.src requires pkgconfig(wbclient) = 0.16
gssntlmssp-1.2.0-3.fc39.x86_64 requires libwbclient.so.0()(64bit),
libwbclient.so.0(WBCLIENT_0.12)(64bit), libwbclient.so.0(WBCLIENT_0.9)(64bit)
gvfs (maintained by: alexl, gnome-sig, oholy)
gvfs-1.52.1-1.fc40.src requires libsmbclient-devel = 2:4.19.2-2.fc40
gvfs-smb-1.52.1-1.fc40.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit),
libsmbclient.so.0(SMBCLIENT_0.5.0)(64bit),
libsmbclient.so.0(SMBCLIENT_0.6.0)(64bit)
hydra (maintained by: rcallicotte, rebus)
hydra-9.5-3.fc39.src requires libsmbclient-devel = 2:4.19.2-2.fc40
hydra-9.5-3.fc39.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit),
libsmbclient.so.0(SMBCLIENT_0.2.0)(64bit)
kde-print-manager (maintained by: kde-sig, rdieter, than)
kde-print-manager-23.08.2-1.fc40.src requires samba-client = 2:4.19.2-2.fc40
kdebase3 (maintained by: kkofler, rdieter, than)
kdebase3-3.5.10-78.fc39.src requires libsmbclient-devel = 2:4.19.2-2.fc40
kdebase3-3.5.10-78.fc39.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit)
kio-extras (maintained by: kde-sig, rdieter)
kio-extras-23.08.2-2.fc40.i686 requires libsmbclient.so.0,
libsmbclient.so.0(SMBCLIENT_0.1.0), libsmbclient.so.0(SMBCLIENT_0.2.3),
libsmbclient.so.0(SMBCLIENT_0.6.0)
kio-extras-23.08.2-2.fc40.src requires libsmbclient-devel = 2:4.19.2-2.fc40
kio-extras-23.08.2-2.fc40.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit),
libsmbclient.so.0(SMBCLIENT_0.2.3)(64bit),
libsmbclient.so.0(SMBCLIENT_0.6.0)(64bit)
libsoup (maintained by: alexl, caolanm, danw, gnome-sig, mcrha, rhughes,
rstrode, tpopela)
libsoup-2.74.3-3.fc39.src requires /usr/bin/ntlm_auth
libsoup3 (maintained by: gnome-sig, limb, mcrha)
libsoup3-3.4.4-1.fc40.src requires /usr/bin/ntlm_auth
mod_auth_ntlm_winbind (maintained by: buc)
mod_auth_ntlm_winbind-0.0.0-0.35.20070129svn713.fc39.x86_64 requires
samba-common = 2:4.19.2-2.fc40
nagios-plugins (maintained by: ignatenkobrain, nb, tartina)
nagios-plugins-2.4.6-2.fc40.src requires samba-client = 2:4.19.2-2.fc40
nagios-plugins-disk_smb-2.4.6-2.fc40.x86_64 requires /usr/bin/smbclient
ncid (maintained by: jlcjohn, moceap, sandeen)
ncid-samba-1.15-2.fc40.noarch requires samba-client = 2:4.19.2-2.fc40
nfs-ganesha (maintained by: dang, devos, kkeithle)
nfs-ganesha-5.7-1.fc40.i686 requires libwbclient.so.0,
libwbclient.so.0(WBCLIENT_0.9)
nfs-ganesha-5.7-1.fc40.src requires libwbclient-devel = 2:4.19.2-2.fc40
nfs-ganesha-5.7-1.fc40.x86_64 requires libwbclient.so.0()(64bit),
libwbclient.so.0(WBCLIENT_0.9)(64bit)
nmbscan (maintained by: fab, rebus)
nmbscan-1.2.6-26.fc39.noarch requires samba-client = 2:4.19.2-2.fc40
openchange (maintained by: asn, gd, mcrha, simo)
openchange-2.3-46.fc40.i686 requires libdcerpc-binding.so.0,
libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1), libdcerpc.so.0,
libdcerpc.so.0(DCERPC_0.0.1), libndr-standard.so.0,
libndr-standard.so.0(NDR_STANDARD_0.0.1), libndr.so.3, libndr.so.3(NDR_0.0.1),
libndr.so.3(NDR_0.0.6), libndr.so.3(NDR_0.2.0), libndr.so.3(NDR_1.0.0),
libndr.so.3(NDR_2.0.0), libsamba-credentials.so.1,
libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0), libsamba-hostconfig.so.0,
libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1), libsamba-util.so.0,
libsamba-util.so.0(SAMBA_UTIL_0.0.1)
openchange-2.3-46.fc40.src requires samba-common = 2:4.19.2-2.fc40,
samba-devel = 2:4.19.2-2.fc40, samba-libs = 2:4.19.2-2.fc40, samba-pidl =
2:4.19.2-2.fc40
openchange-2.3-46.fc40.x86_64 requires libdcerpc-binding.so.0()(64bit),
libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit), libdcerpc.so.0()(64bit),
libdcerpc.so.0(DCERPC_0.0.1)(64bit), libndr-standard.so.0()(64bit),
libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit), libndr.so.3()(64bit),
libndr.so.3(NDR_0.0.1)(64bit), libndr.so.3(NDR_0.0.6)(64bit),
libndr.so.3(NDR_0.2.0)(64bit), libndr.so.3(NDR_1.0.0)(64bit),
libndr.so.3(NDR_2.0.0)(64bit), libsamba-credentials.so.1()(64bit),
libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0)(64bit),
libsamba-hostconfig.so.0()(64bit),
libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit),
libsamba-util.so.0()(64bit), libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)
openchange-client-2.3-46.fc40.x86_64 requires
libdcerpc-binding.so.0()(64bit), libdcerpc.so.0()(64bit), libndr.so.3()(64bit),
libndr.so.3(NDR_0.0.1)(64bit), libsamba-credentials.so.1()(64bit),
libsamba-hostconfig.so.0()(64bit), libsamba-util.so.0()(64bit),
libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)
openchange-devel-2.3-46.fc40.i686 requires pkgconfig(dcerpc) = 0.0.1,
pkgconfig(dcerpc_samr) = 0.0.1, pkgconfig(ndr) = 3.0.1,
pkgconfig(samba-hostconfig) = 0.0.1
openchange-devel-2.3-46.fc40.x86_64 requires pkgconfig(dcerpc) = 0.0.1,
pkgconfig(dcerpc_samr) = 0.0.1, pkgconfig(ndr) = 3.0.1,
pkgconfig(samba-hostconfig) = 0.0.1
php-icewind-smb2 (maintained by: remi)
php-icewind-smb2-2.0.7-10.fc39.noarch requires /usr/bin/smbclient
php-smbclient (maintained by: remi)
php-smbclient-1.1.1-3.fc40.src requires libsmbclient-devel = 2:4.19.2-2.fc40
php-smbclient-1.1.1-3.fc40.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit),
libsmbclient.so.0(SMBCLIENT_0.2.0)(64bit),
libsmbclient.so.0(SMBCLIENT_0.5.0)(64bit)
python-smbc (maintained by: twaugh, zdohnal)
python-smbc-1.0.25.1-4.fc39.src requires libsmbclient-devel = 2:4.19.2-2.fc40
python3-smbc-1.0.25.1-4.fc39.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit),
libsmbclient.so.0(SMBCLIENT_0.5.0)(64bit)
realmd (maintained by: sbose, stefw)
realmd-0.17.1-3.fc39.src requires samba-common-tools = 2:4.19.2-2.fc40
smb4k (maintained by: rdieter, sergiomb)
smb4k-3.2.4-1.fc40.i686 requires libsmbclient.so.0,
libsmbclient.so.0(SMBCLIENT_0.1.0), libsmbclient.so.0(SMBCLIENT_0.5.0),
samba-client = 2:4.19.2-2.fc40
smb4k-3.2.4-1.fc40.src requires libsmbclient-devel = 2:4.19.2-2.fc40
smb4k-3.2.4-1.fc40.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit),
libsmbclient.so.0(SMBCLIENT_0.5.0)(64bit), samba-client = 2:4.19.2-2.fc40
sssd (maintained by: abbra, asn, atikhonov, lslebodn, mzidek, nalin, pbrezina,
sbose, sgallagh, simo, sssd-maintainers)
sssd-2.9.3-1.fc40.src requires libsmbclient-devel = 2:4.19.2-2.fc40,
samba-devel = 2:4.19.2-2.fc40, samba-winbind = 2:4.19.2-2.fc40
sssd-ad-2.9.3-1.fc40.x86_64 requires libndr-krb5pac.so.0()(64bit),
libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit), libndr-nbt.so.0()(64bit),
libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit), libndr-standard.so.0()(64bit),
libndr.so.3()(64bit), libndr.so.3(NDR_0.0.1)(64bit),
libndr.so.3(NDR_0.0.6)(64bit), libndr.so.3(NDR_1.0.0)(64bit),
libsamba-util.so.0()(64bit), libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit), samba-client-libs = 2:4.19.2-2.fc40
sssd-common-pac-2.9.3-1.fc40.x86_64 requires libndr-krb5pac.so.0()(64bit),
libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit), libndr.so.3()(64bit),
libndr.so.3(NDR_0.0.1)(64bit)
sssd-ipa-2.9.3-1.fc40.x86_64 requires libndr-krb5pac.so.0()(64bit),
libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit), libndr-nbt.so.0()(64bit),
libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit), libndr-standard.so.0()(64bit),
libndr.so.3()(64bit), libndr.so.3(NDR_0.0.1)(64bit),
libsamba-util.so.0()(64bit), samba-client-libs = 2:4.19.2-2.fc40
wine (maintained by: besser82, mooninite)
wine-8.19-1.fc40.i686 requires /usr/bin/ntlm_auth
wine-8.19-1.fc40.x86_64 requires /usr/bin/ntlm_auth
xine-lib (maintained by: epel-packagers-sig, kde-sig, ngompa, rdieter, xavierb)
xine-lib-1.2.13-7.fc39.src requires libsmbclient-devel = 2:4.19.2-2.fc40
xine-lib-extras-1.2.13-7.fc39.i686 requires libsmbclient.so.0,
libsmbclient.so.0(SMBCLIENT_0.1.0)
xine-lib-extras-1.2.13-7.fc39.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit)
xmms2 (maintained by: spot)
xmms2-0.9.3-1.fc40.i686 requires libsmbclient.so.0,
libsmbclient.so.0(SMBCLIENT_0.1.0)
xmms2-0.9.3-1.fc40.src requires libsmbclient-devel = 2:4.19.2-2.fc40
xmms2-0.9.3-1.fc40.x86_64 requires libsmbclient.so.0()(64bit),
libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit)
Too many dependencies for python-etcd, not all listed here
Depending on: python-ironicclient (30), status change: 2023-11-18 (0 weeks ago)
python-openstackclient (maintained by: jcapitao, openstack-sig)
python-openstackclient-6.3.0-1.fc40.src requires
python3dist(python-barbicanclient) = 5.6.1, python3dist(python-heatclient) =
3.3, python3dist(python-ironicclient) = 5.4, python3dist(python-manilaclient) =
4.6, python3dist(python-mistralclient) = 5.1, python3dist(python-neutronclient)
= 11, python3dist(python-novaclient) = 18.4, python3dist(python-octaviaclient)
= 3.5, python3dist(python-saharaclient) = 4.2, python3dist(python-troveclient)
= 8.2.1
python3-openstackclient-6.3.0-1.fc40.noarch requires
python3.12dist(python-novaclient) = 18.4
python-barbicanclient (maintained by: apevec, chandankumar,
epel-packagers-sig, openstack-sig)
python-barbicanclient-5.6.1-1.fc40.src requires
python3dist(python-openstackclient) = 6.3
python-heatclient (maintained by: jcapitao, openstack-sig)
python-heatclient-3.3.0-1.fc40.src requires
python3dist(python-openstackclient) = 6.3
python-ironicclient (maintained by: apevec, openstack-sig, orphan)
python-ironicclient-5.4.0-1.fc40.src requires
python3dist(python-openstackclient) = 6.3
python-magnumclient (maintained by: apevec, chandankumar, epel-packagers-sig,
openstack-sig)
python-magnumclient-4.2.0-1.fc40.src requires
python3dist(python-openstackclient) = 6.3
python-manilaclient (maintained by: openstack-sig, zaitcev)
python-manilaclient-4.6.0-1.fc40.src requires
python3dist(python-openstackclient) = 6.3
python-mistralclient (maintained by: amoralej, openstack-sig)
python-mistralclient-5.1.0-1.fc40.src requires
python3dist(python-openstackclient) = 6.3
python-neutronclient (maintained by: jcapitao, openstack-sig)
python-neutronclient-11.0.0-1.fc40.src requires
python3dist(python-openstackclient) = 6.3
python-octaviaclient (maintained by: cgoncalves, openstack-sig)
python-octaviaclient-3.5.0-1.fc40.src requires
python3dist(python-neutronclient) = 11, python3dist(python-openstackclient) = 6.3
python3-octaviaclient-3.5.0-1.fc40.noarch requires
python3.12dist(python-neutronclient) = 11,
python3.12dist(python-openstackclient) = 6.3
python3-octaviaclient-tests-3.5.0-1.fc40.noarch requires
python3-openstackclient = 6.3.0-1.fc40
python-saharaclient (maintained by: jcapitao, openstack-sig)
python-saharaclient-4.2.0-1.fc40.src requires
python3dist(python-openstackclient) = 6.3
python3-saharaclient-4.2.0-1.fc40.noarch requires
python3.12dist(python-openstackclient) = 6.3
python-troveclient (maintained by: epel-packagers-sig, jcapitao, jruzicka,
mrunge, openstack-sig)
python-troveclient-8.2.1-1.fc40.src requires
python3dist(python-mistralclient) = 5.1, python3dist(python-openstackclient) = 6.3
python3-troveclient-8.2.1-1.fc40.noarch requires
python3.12dist(python-mistralclient) = 5.1,
python3.12dist(python-openstackclient) = 6.3
python-novaclient (maintained by: jcapitao, openstack-sig)
python-novaclient-1:18.4.0-1.fc40.src requires
python3dist(python-neutronclient) = 11
resalloc-openstack (maintained by: praiskup)
resalloc-openstack-9.6-3.fc39.noarch requires python3-neutronclient =
11.0.0-1.fc40, python3-novaclient = 1:18.4.0-1.fc40,
python3.12dist(python-neutronclient) = 11, python3.12dist(python-novaclient) = 18.4
buildbot (maintained by: besser82, ignatenkobrain, limb, ngompa, radez)
buildbot-master-openstack-3.9.2-3.fc40.noarch requires
python3.12dist(python-novaclient) = 18.4
copr-backend (maintained by: copr-sig, frostyx, msuchy, praiskup)
copr-backend-1.172-1.fc40.noarch requires python3-novaclient = 1:18.4.0-1.fc40
fence-agents (maintained by: antorres, oalbrigt)
fence-agents-compute-4.13.1-1.fc40.noarch requires python3-novaclient =
1:18.4.0-1.fc40
python-novaclient-os-networks (maintained by: ctria, rjmco)
python-novaclient-os-networks-0.26-25.fc39.src requires python3-novaclient =
1:18.4.0-1.fc40
python3-novaclient-os-networks-0.26-25.fc39.noarch requires
python3-novaclient = 1:18.4.0-1.fc40, python3.12dist(python-novaclient) = 18.4
python-novaclient-os-virtual-interfaces (maintained by: ctria, rjmco)
python-novaclient-os-virtual-interfaces-0.20-25.fc39.src requires
python3-novaclient = 1:18.4.0-1.fc40
python3-novaclient-os-virtual-interfaces-0.20-25.fc39.noarch requires
python3-novaclient = 1:18.4.0-1.fc40, python3.12dist(python-novaclient) = 18.4
pcs (maintained by: cfeist, idevat, mlisik, mpospisi, omular, tojeline)
pcs-0.11.6-3.fc39.src requires fence-agents-common = 4.13.1-1.fc40
glusterfs (maintained by: anoopcs, devos, kkeithle)
glusterfs-ganesha-11.1-1.fc40.x86_64 requires pcs = 0.11.6-3.fc39
gluster-block (maintained by: devos)
gluster-block-0.5-11.fc40.src requires pkgconfig(glusterfs-api) = 7.11.1
gluster-block-0.5-11.fc40.x86_64 requires libgfapi.so.0()(64bit),
libgfapi.so.0(GFAPI_3.4.0)(64bit), libgfapi.so.0(GFAPI_3.5.0)(64bit),
libgfapi.so.0(GFAPI_6.0)(64bit)
glusterfs-coreutils (maintained by: anoopcs, devos, kkeithle)
glusterfs-coreutils-0.3.2-1.fc40.src requires glusterfs-api-devel = 11.1-1.fc40
glusterfs-coreutils-0.3.2-1.fc40.x86_64 requires glusterfs-api = 11.1-1.fc40,
libgfapi.so.0()(64bit), libgfapi.so.0(GFAPI_3.4.0)(64bit),
libgfapi.so.0(GFAPI_3.5.0)(64bit), libgfapi.so.0(GFAPI_3.7.15)(64bit),
libgfapi.so.0(GFAPI_6.0)(64bit)
libvirt (maintained by: berrange, crobinso, laine, libvirt-maint, virtmaint-sig)
libvirt-9.9.0-2.fc40.src requires glusterfs-api-devel = 11.1-1.fc40,
glusterfs-devel = 11.1-1.fc40
libvirt-daemon-driver-storage-gluster-9.9.0-2.fc40.x86_64 requires
/usr/sbin/gluster, glusterfs-client = 11.1-1.fc40, libgfapi.so.0()(64bit),
libgfapi.so.0(GFAPI_3.4.0)(64bit)
nbd-runner (maintained by: xiubli)
nbd-runner-0.5.3-11.fc37.src requires glusterfs-api-devel = 11.1-1.fc40
nbd-runner-gluster-handler-0.5.3-11.fc37.x86_64 requires glusterfs-api =
11.1-1.fc40, libgfapi.so.0()(64bit), libgfapi.so.0(GFAPI_3.4.0)(64bit),
libgfapi.so.0(GFAPI_3.5.0)(64bit), libgfapi.so.0(GFAPI_6.0)(64bit),
libgfrpc.so.0()(64bit), libgfxdr.so.0()(64bit), libglusterfs.so.0()(64bit)
nfs-ganesha (maintained by: dang, devos, kkeithle)
nfs-ganesha-5.7-1.fc40.src requires libgfapi-devel = 11.1-1.fc40
nfs-ganesha-gluster-5.7-1.fc40.x86_64 requires libgfapi.so.0()(64bit),
libgfapi.so.0(GFAPI_3.10.7)(64bit), libgfapi.so.0(GFAPI_3.11.0)(64bit),
libgfapi.so.0(GFAPI_3.13.0)(64bit), libgfapi.so.0(GFAPI_3.4.0)(64bit),
libgfapi.so.0(GFAPI_3.4.2)(64bit), libgfapi.so.0(GFAPI_3.5.0)(64bit),
libgfapi.so.0(GFAPI_3.5.1)(64bit), libgfapi.so.0(GFAPI_3.7.0)(64bit),
libgfapi.so.0(GFAPI_3.7.16)(64bit), libgfapi.so.0(GFAPI_3.7.4)(64bit),
libgfapi.so.0(GFAPI_4.0.0)(64bit), libgfapi.so.0(GFAPI_4.1.6)(64bit),
libgfapi.so.0(GFAPI_6.0)(64bit), libgfapi.so.0(GFAPI_6.6)(64bit)
qemu (maintained by: berrange, bonzini, crobinso, mcascella, quintela, rjones,
virtmaint-sig)
qemu-2:8.1.2-1.fc40.src requires glusterfs-api-devel = 11.1-1.fc40
qemu-block-gluster-2:8.1.2-1.fc40.x86_64 requires libgfapi.so.0()(64bit),
libgfapi.so.0(GFAPI_3.4.0)(64bit), libgfapi.so.0(GFAPI_3.5.0)(64bit),
libgfapi.so.0(GFAPI_6.0)(64bit)
samba (maintained by: abbra, anoopcs, asn, gd, jlayton, jstephen, pfilipen, simo)
samba-vfs-glusterfs-2:4.19.2-2.fc40.x86_64 requires glusterfs = 11.1-1.fc40,
glusterfs-api = 11.1-1.fc40, libgfapi.so.0()(64bit),
libgfapi.so.0(GFAPI_11.0)(64bit), libgfapi.so.0(GFAPI_3.4.0)(64bit),
libgfapi.so.0(GFAPI_3.5.0)(64bit), libgfapi.so.0(GFAPI_3.7.17)(64bit),
libgfapi.so.0(GFAPI_6.0)(64bit)
scsi-target-utils (maintained by: mlombard, terjeros)
scsi-target-utils-1.0.79-8.fc39.src requires glusterfs-api-devel = 11.1-1.fc40
scsi-target-utils-gluster-1.0.79-8.fc39.x86_64 requires
libgfapi.so.0()(64bit), libgfapi.so.0(GFAPI_3.4.0)(64bit),
libgfapi.so.0(GFAPI_6.0)(64bit)
tcmu-runner (maintained by: mlombard)
tcmu-runner-1.5.4-7.fc39.src requires glusterfs-api-devel = 11.1-1.fc40
tcmu-runner-1.5.4-7.fc39.x86_64 requires libgfapi.so.0()(64bit),
libgfapi.so.0(GFAPI_3.4.0)(64bit), libgfapi.so.0(GFAPI_4.0.0)(64bit),
libgfapi.so.0(GFAPI_6.0)(64bit)
uwsgi (maintained by: ertzing, python-packagers-sig)
uwsgi-2.0.23-1.fc40.src requires glusterfs-api-devel = 11.1-1.fc40,
glusterfs-devel = 11.1-1.fc40
uwsgi-plugin-glusterfs-2.0.23-1.fc40.x86_64 requires glusterfs-api =
11.1-1.fc40, libgfapi.so.0()(64bit), libgfapi.so.0(GFAPI_3.4.0)(64bit),
libgfapi.so.0(GFAPI_6.0)(64bit)
Too many dependencies for python-ironicclient, not all listed here
Depending on: python-libpagure (1), status change: 2023-11-18 (0 weeks ago)
cranc (maintained by: lenkaseg)
cranc-1.1.0-13.fc39.noarch requires python3-libpagure = 0.21-17.fc39,
python3.12dist(libpagure) = 0.21
Depending on: python-typing-inspect (65), status change: 2023-11-18 (0 weeks ago)
python-libcst (maintained by: dcavalca, salimma)
python-libcst-0.4.10-1.fc40.src requires python3dist(hypothesis) = 6.82,
python3dist(typing-inspect) = 0.6
python3-libcst-0.4.10-1.fc40.noarch requires python3.12dist(typing-inspect) = 0.6
monkeytype (maintained by: dcavalca, salimma)
monkeytype-23.3.0-1.fc40.noarch requires python3.12dist(libcst) = 0.4.10
monkeytype-23.3.0-1.fc40.src requires python3dist(libcst) = 0.4.10
python-fixit (maintained by: dcavalca, salimma)
python-fixit-0.1.5~20230223gd2b59da-3.fc39.src requires python3dist(libcst) =
0.4.10
python3-fixit-0.1.5~20230223gd2b59da-3.fc39.noarch requires
python3.12dist(libcst) = 0.4.10
python-hypothesis (maintained by: churchyard, dcavalca, ignatenkobrain,
pingou, python-packagers-sig, salimma)
python-hypothesis-6.82.0-2.fc40.src requires python3dist(libcst) = 0.4.10
python3-hypothesis+codemods-6.82.0-2.fc40.noarch requires
python3.12dist(libcst) = 0.4.10
python-hypothesmith (maintained by: dcavalca, salimma)
python-hypothesmith-0.2.0-9.fc39.src requires python3dist(hypothesis) = 6.82,
python3dist(libcst) = 0.4.10
python3-hypothesmith-0.2.0-9.fc39.noarch requires python3.12dist(hypothesis)
= 6.82, python3.12dist(libcst) = 0.4.10
python-usort (maintained by: dcavalca)
python-usort-0.6.3-10.fc39.src requires python3dist(libcst) = 0.4.10
python3-usort-0.6.3-10.fc39.noarch requires python3.12dist(libcst) = 0.4.10
python-google-cloud-pubsub (maintained by: fkolwa, mhayden, miyunari,
python-packagers-sig)
python3-google-cloud-pubsub+libcst-2.14.1-4.fc39.noarch requires
python3.12dist(libcst) = 0.4.10
khal (maintained by: mathstuf, mbaldessari)
khal-0.11.2-4.fc40.src requires python3dist(hypothesis) = 6.82
numpy (maintained by: cstratak, limb, orion, rdieter, tomspur, ttomecek)
numpy-1:1.26.0-1.fc40.src requires python3-hypothesis = 6.82.0-2.fc40
ocrmypdf (maintained by: python-packagers-sig, qulogic)
ocrmypdf-15.3.1-1.fc40.src requires python3dist(hypothesis) = 6.82
pytest (maintained by: churchyard, mrunge, radez, thm)
pytest-7.4.3-1.fc40.src requires python3-hypothesis = 6.82.0-2.fc40
python-CommonMark (maintained by: chedi, jujens)
python-CommonMark-0.9.1-13.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-anyio (maintained by: carlwgeorge, fab, python-packagers-sig)
python-anyio-3.7.1-1.fc40.src requires python3dist(hypothesis) = 6.82
python-argon2-cffi (maintained by: atim, churchyard, jonathanspw, limb,
python-packagers-sig)
python-argon2-cffi-21.3.0-4.fc39.src requires python3dist(hypothesis) = 6.82
python-astropy (maintained by: orion, sergiopr)
python-astropy-5.3.2-2.fc40.src requires python3dist(hypothesis) = 6.82
python-astropy-healpix (maintained by: astro-sig, lupinix)
python-astropy-healpix-1.0.0-1.fc40.src requires python3dist(hypothesis) = 6.82
python-attrs (maintained by: churchyard, lbalhar, python-packagers-sig)
python-attrs-23.1.0-4.fc39.src requires python3dist(hypothesis) = 6.82
python-bidict (maintained by: fab)
python-bidict-0.22.1-1.fc39.src requires python3dist(hypothesis) = 6.82
python-binaryornot (maintained by: pingou)
python-binaryornot-0.4.4-15.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-cattrs (maintained by: ankursinha, neuro-sig)
python-cattrs-23.1.2-1.fc40.src requires python3dist(hypothesis) = 6.82
python-cryptography (maintained by: cheimes, jcline, python-packagers-sig)
python-cryptography-41.0.5-1.fc40.src requires python3-hypothesis = 6.82.0-2.fc40
python-daphne (maintained by: carlwgeorge, python-packagers-sig)
python-daphne-3.0.2-6.fc39.src requires python3dist(hypothesis) = 6.82
python-dateutil (maintained by: hguemar, limb, pjp, python-packagers-sig, tomspur)
python-dateutil-1:2.8.2-10.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-datrie (maintained by: major, neuro-sig)
python-datrie-0.8.2-21.fc40.src requires python3dist(hypothesis) = 6.82
python-ecdsa (maintained by: brouhaha, jonathanspw, orion)
python-ecdsa-0.18.0-5.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-h2 (maintained by: eclipseo, python-packagers-sig, rjeffman)
python-h2-4.1.0-18.fc40.src requires python3dist(hypothesis) = 6.82
python-habitipy (maintained by: fab)
python-habitipy-0.3.0-10.fc39.src requires python3dist(hypothesis) = 6.82
python-hid-parser (maintained by: rathann)
python-hid-parser-0.0.3-5.20210228git7d94740.fc39.src requires
python3dist(hypothesis) = 6.82
python-hpack (maintained by: eclipseo, python-packagers-sig, rjeffman)
python-hpack-4.0.0-16.fc39.src requires python3dist(hypothesis) = 6.82
python-hypothesis-fspaths (maintained by: lbalhar, python-packagers-sig)
python-hypothesis-fspaths-0.1-16.fc39.src requires python3-hypothesis =
6.82.0-2.fc40
python3-hypothesis-fspaths-0.1-16.fc39.noarch requires
python3.12dist(hypothesis) = 6.82
python-icalendar (maintained by: limb)
python-icalendar-5.0.11-1.fc40.src requires python3-hypothesis = 6.82.0-2.fc40
python-iso8601 (maintained by: carlwgeorge, fab)
python-iso8601-1.1.0-4.fc39.src requires python3dist(hypothesis) = 6.82
python-jmespath (maintained by: fale, gholms, kevin, lkundrak)
python-jmespath-1.0.1-4.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-json5 (maintained by: fab)
python-json5-0.9.12-3.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-kombu (maintained by: fab, frantisekz, mrunge, ngompa, pingou, pjp,
python-packagers-sig)
python-kombu-1:5.3.2-1.fc40.src requires python3-hypothesis = 6.82.0-2.fc40
python-mercantile (maintained by: python-packagers-sig, qulogic)
python-mercantile-1.2.1-10.fc39.src requires python3dist(hypothesis) = 6.82
python-mirrors-countme (maintained by: asaleh, infra-sig, nphilipp)
python-mirrors-countme-0.1.2-1.fc40.src requires python3-hypothesis =
6.82.0-2.fc40
python-mutagen (maintained by: cicku, gotmax23, ignatenkobrain, mbaldessari)
python-mutagen-1.47.0-1.fc40.src requires python3-hypothesis = 6.82.0-2.fc40
python-nashpy (maintained by: iztokf)
python-nashpy-0.0.40-1.fc39.src requires python3dist(hypothesis) = 6.82
python-natsort (maintained by: jamatos, robert)
python-natsort-7.1.1-10.fc39.src requires python3dist(hypothesis) = 6.82
python-ndindex (maintained by: zbyszek)
python-ndindex-1.7-9.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-overpy (maintained by: iztokf)
python-overpy-0.6-9.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-parver (maintained by: churchyard, python-packagers-sig)
python-parver-0.4-1.fc40.src requires python3dist(hypothesis) = 6.82
python-pikepdf (maintained by: epel-packagers-sig, python-packagers-sig,
qulogic, zdohnal)
python-pikepdf-8.5.3-1.fc40.src requires python3dist(hypothesis) = 6.82
python-priority (maintained by: eclipseo, python-packagers-sig)
python-priority-2.0.0-12.fc39.src requires python3dist(hypothesis) = 6.82
python-pydantic (maintained by: gotmax23, music, nikromen, python-packagers-sig)
python-pydantic-1.10.13-1.fc40.src requires python3dist(hypothesis) = 6.82
python-pydantic-core (maintained by: gotmax23, music, python-packagers-sig,
rust-sig)
python-pydantic-core-2.10.1-1.fc40.src requires python3dist(hypothesis) = 6.82
python-pynacl (maintained by: epel-packagers-sig, jcapitao, openstack-sig,
python-packagers-sig)
python-pynacl-1.5.0-5.fc40.src requires python3dist(hypothesis) = 6.82
python-pyrsistent (maintained by: devrim, music)
python-pyrsistent-0.20.0-2.fc40.src requires python3dist(hypothesis) = 6.82
python-pytest-astropy (maintained by: astro-sig, lupinix)
python-pytest-astropy-0.10.0-4.fc39.src requires python3dist(hypothesis) = 6.82
python3-pytest-astropy-0.10.0-4.fc39.noarch requires
python3.12dist(hypothesis) = 6.82
python-pytest-asyncio (maintained by: carlwgeorge, jujens, python-packagers-sig)
python-pytest-asyncio-0.21.0-5.fc39.src requires python3dist(hypothesis) = 6.82
python-pytest-trio (maintained by: fab)
python-pytest-trio-0.8.0-4.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-pytz-deprecation-shim (maintained by: music)
python-pytz-deprecation-shim-0.1.0.post0-5.fc39.src requires
python3dist(hypothesis) = 6.82
python-rapidfuzz (maintained by: python-packagers-sig, thrnciar, troycurtisjr)
python-rapidfuzz-2.13.7-8.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-rasterio (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-rasterio-1.3.9-1.fc40.src requires python3dist(hypothesis) = 6.82
python-rfc3339-validator (maintained by: chedi, music, pnemade)
python-rfc3339-validator-0.1.4-8.fc39.src requires python3dist(hypothesis) = 6.82
python-rfc3986-validator (maintained by: chedi)
python-rfc3986-validator-0.1.1-7.fc39.src requires python3dist(hypothesis) = 6.82
python-snuggs (maintained by: epel-packagers-sig, jonathanspw,
python-packagers-sig, qulogic)
python-snuggs-1.4.7-14.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-textdistance (maintained by: gui1ty, jonathanspw, neuro-sig)
python-textdistance-4.6.0-2.fc40.src requires python3dist(hypothesis) = 6.82
python-twisted (maintained by: eclipseo, jonathanspw, jsteffan,
python-packagers-sig)
python-twisted-23.10.0-1.fc40.src requires python3-hypothesis = 6.82.0-2.fc40
python-wcag-contrast-ratio (maintained by: ksurma)
python-wcag-contrast-ratio-0.9-7.fc39.src requires python3dist(hypothesis) = 6.82
python-yamlloader (maintained by: aekoroglu)
python-yamlloader-1.1.0-4.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-zstandard (maintained by: ignatenkobrain, rathann)
python-zstandard-0.21.0-3.fc39.src requires python3-hypothesis = 6.82.0-2.fc40
python-pandas (maintained by: epel-packagers-sig, jonathanspw, neuro-sig,
orion, python-packagers-sig, sergiopr)
python3-pandas+test-1.5.3-7.fc39~bootstrap.x86_64 requires
python3.12dist(hypothesis) = 6.82
subunit (maintained by: apevec, epel-packagers-sig, jjames)
subunit-1.4.4-1.fc40.src requires python3dist(hypothesis) = 6.82
Too many dependencies for python-typing-inspect, not all listed here
Depending on: qtsoap (54), status change: 2023-11-18 (0 weeks ago)
herqq (maintained by: orphan)
herqq-1.0.0-29.fc39.i686 requires libqtsoap.so.2
herqq-1.0.0-29.fc39.src requires qtsoap-devel = 2.7-30.fc39
herqq-1.0.0-29.fc39.x86_64 requires libqtsoap.so.2()(64bit)
meshlab (maintained by: brouhaha, churchyard, spot)
meshlab-2022.02-4.fc39.src requires qtsoap5-devel = 2.7-30.fc39
kdelibs (maintained by: jgrulich, kde-sig, kkofler, rdieter, than)
kdelibs-6:4.14.38-40.fc40.i686 requires libHUpnp.so.1
kdelibs-6:4.14.38-40.fc40.src requires herqq-devel = 1.0.0-29.fc39
kdelibs-6:4.14.38-40.fc40.x86_64 requires libHUpnp.so.1()(64bit)
kio-upnp-ms (maintained by: jgrulich, rdieter)
kio-upnp-ms-1.0.0-24.20111102git.fc39.src requires herqq-devel =
1.0.0-29.fc39, kdelibs4-devel = 4.14.38-40.fc40
kio-upnp-ms-1.0.0-24.20111102git.fc39.x86_64 requires libHUpnp.so.1()(64bit),
libkdecore.so.5()(64bit), libkio.so.5()(64bit)
amarok (maintained by: jgrulich, kde-sig, marcdeop, rdieter)
amarok-2.9.0-16.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
amarok-2.9.0-16.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkdnssd.so.4()(64bit), libkio.so.5()(64bit), libplasma.so.3()(64bit),
libsolid.so.4()(64bit), libthreadweaver.so.4()(64bit)
amarok-libs-2.9.0-16.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkfile.so.4, libkio.so.5, libknewstuff3.so.4,
libktexteditor.so.4, libplasma.so.3, libsolid.so.4, libthreadweaver.so.4
amarok-libs-2.9.0-16.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit), libknewstuff3.so.4()(64bit),
libktexteditor.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit),
libthreadweaver.so.4()(64bit)
audex (maintained by: liquidat)
audex-0.79-19.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
audex-0.79-19.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
audiocd-kio (maintained by: kde-sig, rdieter, than)
audiocd-kio-16.08.3-21.fc39.i686 requires libkdecore.so.5, libkdeui.so.5,
libkio.so.5
audiocd-kio-16.08.3-21.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
audiocd-kio-16.08.3-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
audiocd-kio-devel-16.08.3-21.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
audiocd-kio-devel-16.08.3-21.fc39.x86_64 requires kdelibs4-devel =
4.14.38-40.fc40
audiocd-kio-libs-16.08.3-21.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkdecore.so.5, libkdeui.so.5, libkio.so.5
audiocd-kio-libs-16.08.3-21.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit)
baloo (maintained by: jgrulich, kde-sig, rdieter, than)
baloo-4.14.3-33.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
baloo-devel-4.14.3-33.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
baloo-devel-4.14.3-33.fc39.x86_64 requires kdelibs4-devel = 4.14.38-40.fc40
baloo-libs-4.14.3-33.fc39.i686 requires libkdecore.so.5
baloo-libs-4.14.3-33.fc39.x86_64 requires libkdecore.so.5()(64bit)
chemtool (maintained by: rathann, scitech_sig)
chemtool-1.6.14-23.fc39.src requires kdelibs = 6:4.14.38-40.fc40
kactivities (maintained by: kde-sig, rdieter, than)
kactivities-4.13.3-38.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kactivities-devel-4.13.3-38.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
kactivities-devel-4.13.3-38.fc39.x86_64 requires kdelibs4-devel = 4.14.38-40.fc40
kactivities-libs-4.13.3-38.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkcmutils.so.4, libkdeclarative.so.5, libkdecore.so.5,
libkdeui.so.5, libplasma.so.3
kactivities-libs-4.13.3-38.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkcmutils.so.4()(64bit), libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libplasma.so.3()(64bit)
kate4 (maintained by: kde-sig, rdieter)
kate4-4.14.3-33.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kate4-part-4.14.3-33.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libknewstuff3.so.4, libkparts.so.4, libktexteditor.so.4
kate4-part-4.14.3-33.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit), libkparts.so.4()(64bit), libktexteditor.so.4()(64bit)
kaudiocreator (maintained by: krege)
kaudiocreator-1.3-28.fc38.src requires kdelibs-devel = 6:4.14.38-40.fc40
kaudiocreator-1.3-28.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknotifyconfig.so.4()(64bit), libsolid.so.4()(64bit)
kde-workspace (maintained by: jgrulich, kde-sig, rdieter, than)
kcm_colors-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit)
kde-platform-plugin-1:4.11.22-39.fc39.i686 requires libkdecore.so.5,
libkdeui.so.5, libkio.so.5
kde-platform-plugin-1:4.11.22-39.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kde-workspace-1:4.11.22-39.fc39.src requires kdelibs4-devel =
4.14.38-40.fc40, kdelibs4-webkit-devel = 4.14.38-40.fc40
kde-workspace-devel-1:4.11.22-39.fc39.i686 requires kdelibs4-devel =
4.14.38-40.fc40
kde-workspace-devel-1:4.11.22-39.fc39.x86_64 requires kdelibs4-devel =
4.14.38-40.fc40
kdm-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit)
kgreeter-plugins-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
ksystraycmd-1:4.11.22-39.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
libkworkspace-1:4.11.22-39.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkdecore.so.5, libkdeui.so.5, libplasma.so.3
libkworkspace-1:4.11.22-39.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libplasma.so.3()(64bit)
kcoloredit (maintained by: kkofler, rdieter, than)
kcoloredit-4.4.0-29.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kcoloredit-4.4.0-29.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit)
kde-l10n (maintained by: kde-sig, rdieter, than)
kde-l10n-17.08.3-15.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kde-plasma-ihatethecashew (maintained by: orphan)
kde-plasma-ihatethecashew-0.4-27.fc39.x86_64 requires
libkdecore.so.5()(64bit), libplasma.so.3()(64bit)
kde-runtime (maintained by: jgrulich, kde-sig, kkofler, rdieter, than)
kde-runtime-17.08.3-28.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
kde-runtime-17.08.3-28.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdeclarative.so.5()(64bit), libkdecore.so.5()(64bit),
libkdesu.so.5()(64bit), libkdeui.so.5()(64bit), libkdnssd.so.4()(64bit),
libkemoticons.so.4()(64bit), libkio.so.5()(64bit), libknewstuff3.so.4()(64bit),
libknotifyconfig.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit)
kde-runtime-libs-17.08.3-28.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkcmutils.so.4, libkdeclarative.so.5, libkdecore.so.5,
libkdeui.so.5, libkdewebkit.so.5, libkdnssd.so.4, libkfile.so.4, libkhtml.so.5,
libkio.so.5, libkmediaplayer.so.4, libkparts.so.4, libkpty.so.4,
libplasma.so.3, libsolid.so.4
kde-runtime-libs-17.08.3-28.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkcmutils.so.4()(64bit), libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkdnssd.so.4()(64bit), libkfile.so.4()(64bit), libkhtml.so.5()(64bit),
libkio.so.5()(64bit), libkmediaplayer.so.4()(64bit), libkparts.so.4()(64bit),
libkpty.so.4()(64bit), libplasma.so.3()(64bit), libsolid.so.4()(64bit)
kde-style-breeze (maintained by: rdieter)
kde-style-breeze-1:5.18.5-9.fc39.i686 requires libkdecore.so.5, libkdeui.so.5
kde-style-breeze-1:5.18.5-9.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kde-style-breeze-1:5.18.5-9.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
kde-wallpapers (maintained by: kde-sig, rdieter, than)
kde-wallpapers-15.08.3-18.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kdelibs3 (maintained by: kkofler, rdieter, than)
kdelibs3-3.5.10-123.fc40.i686 requires kdelibs-common = 6:4.14.38-40.fc40
kdelibs3-3.5.10-123.fc40.x86_64 requires kdelibs-common = 6:4.14.38-40.fc40
kdepim4 (maintained by: rdieter)
kdepim4-4.14.10-50.fc38.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
knode-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkparts.so.4()(64bit)
knode-libs-4.14.10-50.fc38.i686 requires libkcmutils.so.4,
libkde3support.so.4, libkdecore.so.5, libkdeui.so.5, libkdewebkit.so.5,
libkhtml.so.5, libkio.so.5, libknewstuff3.so.4, libkparts.so.4,
libkprintutils.so.4, libsolid.so.4
knode-libs-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkdewebkit.so.5()(64bit), libkhtml.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit), libkparts.so.4()(64bit),
libkprintutils.so.4()(64bit), libsolid.so.4()(64bit)
ktimetracker-4.14.10-50.fc38.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)
kdepimlibs (maintained by: jgrulich, kde-sig, rdieter, than)
kdepimlibs-4.14.10-43.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-40.fc40,
libkdecore.so.5, libkdeui.so.5, libkemoticons.so.4, libkio.so.5, libkparts.so.4
kdepimlibs-4.14.10-43.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kdepimlibs-4.14.10-43.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkemoticons.so.4()(64bit), libkio.so.5()(64bit), libkparts.so.4()(64bit)
kdepimlibs-akonadi-4.14.10-43.fc39.i686 requires libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libsolid.so.4
kdepimlibs-akonadi-4.14.10-43.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libsolid.so.4()(64bit)
kdepimlibs-devel-4.14.10-43.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
kdepimlibs-devel-4.14.10-43.fc39.x86_64 requires kdelibs4-devel = 4.14.38-40.fc40
kdepimlibs-kxmlrpcclient-4.14.10-43.fc39.i686 requires libkdecore.so.5,
libkio.so.5
kdepimlibs-kxmlrpcclient-4.14.10-43.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkio.so.5()(64bit)
kflickr (maintained by: orphan)
kflickr-20100817-28.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kflickr-20100817-28.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kgrab (maintained by: kkofler, rdieter, than)
kgrab-0.1.1-49.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kgrab-0.1.1-49.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kiconedit (maintained by: kkofler, rdieter, than)
kiconedit-4.4.0-29.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kiconedit-4.4.0-29.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit)
kio-ftps (maintained by: justinz, kde-sig, rdieter, than)
kio-ftps-0.2-27.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kio-ftps-0.2-27.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkio.so.5()(64bit)
kio_mtp (maintained by: jgrulich, orion)
kio_mtp-0.75-28.20141221gitc418634.fc39.src requires kdelibs4-devel =
4.14.38-40.fc40
kio_mtp-0.75-28.20141221gitc418634.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkio.so.5()(64bit), libsolid.so.4()(64bit)
kmid2 (maintained by: cheeselee, kkofler)
kmid2-2.4.0-27.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kmid2-2.4.0-27.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkfile.so.4()(64bit),
libkio.so.5()(64bit), libkmediaplayer.so.4()(64bit), libkparts.so.4()(64bit)
kmid2-libs-2.4.0-27.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-40.fc40,
libkdecore.so.5, libkdeui.so.5
kmid2-libs-2.4.0-27.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit)
koffice-kivio (maintained by: kkofler, rdieter)
koffice-kivio-3:1.6.3-65.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
konsole (maintained by: kde-sig, rdieter, than)
konsole-4.14.3-27.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
konsole-part-4.14.3-27.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkio.so.5()(64bit), libkparts.so.4()(64bit), libkpty.so.4()(64bit)
kover (maintained by: adrian)
kover-6-32.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kover-6-32.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
koverartist (maintained by: lbazan)
koverartist-0.7.6-27.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
koverartist-0.7.6-27.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kpartsplugin (maintained by: rdieter)
kpartsplugin-0.0.1-0.30.20120723.fc39.src requires kdelibs4-devel =
4.14.38-40.fc40
kpartsplugin-0.0.1-0.30.20120723.fc39.x86_64 requires
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)
kpilot (maintained by: kkofler, rdieter, than)
kpilot-5.3.0-38.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kpilot-5.3.0-38.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kpilot-libs-5.3.0-38.fc39.i686 requires libkdecore.so.5, libkdeui.so.5,
libkio.so.5
kpilot-libs-5.3.0-38.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
krecipes (maintained by: kkofler)
krecipes-2.1.0-18.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
krecipes-2.1.0-18.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkde3support.so.4()(64bit), libkdecore.so.5()(64bit), libkdeui.so.5()(64bit),
libkdewebkit.so.5()(64bit), libkhtml.so.5()(64bit), libkio.so.5()(64bit),
libkparts.so.4()(64bit)
kremotecontrol (maintained by: kde-sig, rdieter, than)
kremotecontrol-17.08.3-14.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kremotecontrol-17.08.3-14.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libplasma.so.3()(64bit)
kremotecontrol-libs-17.08.3-14.fc39.i686 requires libkdecore.so.5, libkdeui.so.5
kremotecontrol-libs-17.08.3-14.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
kscd (maintained by: kde-sig, rdieter, than)
kscd-17.08.3-15.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kscd-17.08.3-15.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libsolid.so.4()(64bit)
ksig (maintained by: kkofler, rdieter, than)
ksig-1.1-0.34.20080213.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
ksig-1.1-0.34.20080213.fc39.x86_64 requires libkde3support.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit)
kuser (maintained by: kkofler)
kuser-16.08.3-20.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kuser-16.08.3-20.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libkntlm.so.4()(64bit)
kvkbd (maintained by: orphan)
kvkbd-0.6-29.fc39.src requires kdelibs-devel = 6:4.14.38-40.fc40
kvkbd-0.6-29.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit)
kwallet (maintained by: rdieter, than)
kwallet-4.12.3-22.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kwallet-4.12.3-22.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kwalletmanager (maintained by: jgrulich, kde-sig, rdieter, than)
kwalletmanager-15.04.3-21.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kwalletmanager-15.04.3-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kwooty (maintained by: kde-sig, rdieter)
kwooty-1.1.0-24.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
kwooty-1.1.0-24.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
kwooty-libs-1.1.0-24.fc39.i686 requires libkcmutils.so.4, libkdecore.so.5,
libkdeui.so.5, libkio.so.5, libsolid.so.4
kwooty-libs-1.1.0-24.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libsolid.so.4()(64bit)
libkcddb (maintained by: kde-sig, orphan, rdieter, than)
libkcddb-16.08.3-13.fc39.i686 requires kdelibs4(x86-32) = 4.14.38-40.fc40,
libkdecore.so.5, libkdeui.so.5, libkio.so.5
libkcddb-16.08.3-13.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
libkcddb-16.08.3-13.fc39.x86_64 requires kdelibs4(x86-64) = 4.14.38-40.fc40,
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit)
libkcddb-devel-16.08.3-13.fc39.i686 requires kdelibs4-devel = 4.14.38-40.fc40
libkcddb-devel-16.08.3-13.fc39.x86_64 requires kdelibs4-devel = 4.14.38-40.fc40
libkcompactdisc (maintained by: kde-sig, orphan, rdieter, than)
libkcompactdisc-16.08.3-16.fc39.i686 requires kdelibs4(x86-32) =
4.14.38-40.fc40, libkdecore.so.5, libsolid.so.4
libkcompactdisc-16.08.3-16.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
libkcompactdisc-16.08.3-16.fc39.x86_64 requires kdelibs4(x86-64) =
4.14.38-40.fc40, libkdecore.so.5()(64bit), libsolid.so.4()(64bit)
libkcompactdisc-devel-16.08.3-16.fc39.i686 requires kdelibs4-devel =
4.14.38-40.fc40
libkcompactdisc-devel-16.08.3-16.fc39.x86_64 requires kdelibs4-devel =
4.14.38-40.fc40
molsketch (maintained by: alexpl, scitech_sig)
molsketch-0.8.0-2.fc39.src requires kdelibs-devel = 6:4.14.38-40.fc40
pairs (maintained by: kde-sig, orphan, rdieter, than)
pairs-15.04.2-19.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
pairs-15.04.2-19.fc39.x86_64 requires libkdeclarative.so.5()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkio.so.5()(64bit),
libknewstuff3.so.4()(64bit)
plasma-widget-menubar (maintained by: orphan)
plasma-widget-menubar-0.2.0-21.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libplasma.so.3()(64bit)
qt4-theme-quarticurve (maintained by: kkofler, rdieter, than)
qt4-theme-quarticurve-0.0-0.41.beta8.fc39.src requires kdelibs4-devel =
4.14.38-40.fc40
recoll (maintained by: bonzini, terjeros)
recoll-1.36.1-1.fc40.src requires kdelibs4-devel = 4.14.38-40.fc40
recoll-kio-1.36.1-1.fc40.i686 requires libkdecore.so.5, libkio.so.5
recoll-kio-1.36.1-1.fc40.x86_64 requires libkdecore.so.5()(64bit),
libkio.so.5()(64bit)
rekollect (maintained by: rdieter)
rekollect-0.3.3-18.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
rekollect-0.3.3-18.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit), libkprintutils.so.4()(64bit)
rekonq (maintained by: jgrulich, rdieter)
rekonq-2.4.2-23.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40,
kdelibs4-webkit-devel = 4.14.38-40.fc40
rekonq-2.4.2-23.fc39.x86_64 requires libkcmutils.so.4()(64bit),
libkdecore.so.5()(64bit), libkdeui.so.5()(64bit), libkdewebkit.so.5()(64bit),
libkio.so.5()(64bit), libkparts.so.4()(64bit), libsolid.so.4()(64bit)
syncevolution (maintained by: mcrha)
syncevolution-1:2.0.0-9.fc39.src requires kdelibs-devel = 6:4.14.38-40.fc40
ufw-kde (maintained by: kkofler)
ufw-kde-0.5.0-0.23.20161006git.fc39.src requires kdelibs4-devel = 4.14.38-40.fc40
ufw-kde-0.5.0-0.23.20161006git.fc39.x86_64 requires libkdecore.so.5()(64bit),
libkdeui.so.5()(64bit), libkio.so.5()(64bit)
Too many dependencies for qtsoap, not all listed here
Depending on: rubygem-byebug (1), status change: 2023-11-06 (2 weeks ago)
rubygem-pry-byebug (maintained by: stevetraylen)
rubygem-pry-byebug-3.6.0-13.fc39.noarch requires rubygem(byebug) = 11.1.3
Depending on: salt (1), status change: 2023-11-18 (0 weeks ago)
python-pytest-testinfra (maintained by: chedi, cn137)
python-pytest-testinfra-7.0.0-5.fc39.src requires python3dist(salt) = 3006.4
Depending on: sqljet (1), status change: 2023-10-20 (4 weeks ago)
svnkit (maintained by: mbooth)
svnkit-1:1.8.12-17.fc39.noarch requires mvn(org.tmatesoft.sqljet:sqljet) =
1.1.10.blocal
svnkit-1:1.8.12-17.fc39.src requires mvn(org.tmatesoft.sqljet:sqljet) =
1.1.10.blocal
Depending on: telepathy-qt (12), status change: 2023-11-18 (0 weeks ago)
ktp-accounts-kcm (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-accounts-kcm-23.04.3-2.fc39.i686 requires libtelepathy-qt5.so.0
ktp-accounts-kcm-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-accounts-kcm-23.04.3-2.fc39.x86_64 requires libtelepathy-qt5.so.0()(64bit)
ktp-approver (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-approver-23.04.3-2.fc39.src requires telepathy-qt5-devel = 0.9.8-14.fc39
ktp-approver-23.04.3-2.fc39.x86_64 requires libtelepathy-qt5.so.0()(64bit)
ktp-auth-handler (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-auth-handler-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-auth-handler-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)
ktp-common-internals (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-common-internals-23.04.3-2.fc39.i686 requires
libtelepathy-logger-qt.so.5, libtelepathy-qt5-service.so.1, libtelepathy-qt5.so.0
ktp-common-internals-23.04.3-2.fc39.src requires pkgconfig(TelepathyQt5) =
0.9.8, telepathy-logger-qt-devel = 17.09.0-10.fc39
ktp-common-internals-23.04.3-2.fc39.x86_64 requires
libtelepathy-logger-qt.so.5()(64bit), libtelepathy-qt5-service.so.1()(64bit),
libtelepathy-qt5.so.0()(64bit)
ktp-common-internals-devel-23.04.3-2.fc39.i686 requires
telepathy-logger-qt-devel = 17.09.0-10.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-common-internals-devel-23.04.3-2.fc39.x86_64 requires
telepathy-logger-qt-devel = 17.09.0-10.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-contact-list (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-contact-list-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39, telepathy-qt5-devel = 0.9.8-14.fc39
ktp-contact-list-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm =
23.04.3-2.fc39, libKTpCommonInternals.so.9()(64bit),
libKTpLogger.so.9()(64bit), libKTpModels.so.9()(64bit),
libKTpWidgets.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)
ktp-contact-runner (maintained by: jgrulich, kde-sig, rdieter)
ktp-contact-runner-23.04.3-2.fc39.i686 requires libKTpCommonInternals.so.9,
libKTpModels.so.9, libtelepathy-qt5.so.0
ktp-contact-runner-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpModels.so.9()(64bit),
libtelepathy-qt5.so.0()(64bit)
ktp-contact-runner-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-filetransfer-handler (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-filetransfer-handler-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)
ktp-filetransfer-handler-23.04.3-2.fc39.src requires
ktp-common-internals-devel = 23.04.3-2.fc39
ktp-kded-integration-module (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-kded-integration-module-23.04.3-2.fc39.i686 requires
libKTpCommonInternals.so.9, libKTpWidgets.so.9, libtelepathy-qt5.so.0
ktp-kded-integration-module-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpWidgets.so.9()(64bit),
libtelepathy-qt5.so.0()(64bit)
ktp-kded-integration-module-23.04.3-2.fc39.src requires
ktp-common-internals-devel = 23.04.3-2.fc39
ktp-send-file (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-send-file-23.04.3-2.fc39.x86_64 requires
libKTpCommonInternals.so.9()(64bit), libKTpModels.so.9()(64bit),
libKTpWidgets.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)
ktp-send-file-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39
ktp-text-ui (maintained by: jgrulich, kde-sig, orphan, rdieter)
ktp-text-ui-23.04.3-2.fc39.i686 requires ktp-accounts-kcm = 23.04.3-2.fc39,
libKTpCommonInternals.so.9, libKTpLogger.so.9, libKTpModels.so.9,
libKTpOTR.so.9, libKTpWidgets.so.9, libtelepathy-qt5.so.0
ktp-text-ui-23.04.3-2.fc39.x86_64 requires ktp-accounts-kcm = 23.04.3-2.fc39,
libKTpCommonInternals.so.9()(64bit), libKTpLogger.so.9()(64bit),
libKTpModels.so.9()(64bit), libKTpOTR.so.9()(64bit),
libKTpWidgets.so.9()(64bit), libtelepathy-qt5.so.0()(64bit)
ktp-text-ui-23.04.3-2.fc39.src requires ktp-common-internals-devel =
23.04.3-2.fc39, telepathy-logger-qt-devel = 17.09.0-10.fc39
spacebar (maintained by: kde-sig, thunderbirdtr)
spacebar-23.01.0-5.fc40.src requires cmake(TelepathyQt5) = 0.9.8
telepathy-logger-qt (maintained by: jgrulich, kde-sig, rdieter)
telepathy-logger-qt-17.09.0-10.fc39.i686 requires libtelepathy-qt5.so.0
telepathy-logger-qt-17.09.0-10.fc39.src requires pkgconfig(TelepathyQt5) = 0.9.8
telepathy-logger-qt-17.09.0-10.fc39.x86_64 requires
libtelepathy-qt5.so.0()(64bit)
Depending on: xorg-x11-drv-qxl (14), status change: 2023-11-18 (0 weeks ago)
xorg-x11-drivers (maintained by: airlied, ajax, alexl, caolanm, jexposit,
rhughes, rstrode, whot)
xorg-x11-drivers-2022-5.fc39.x86_64 requires xorg-x11-drv-qxl = 0.1.6-2.fc39
anaconda (maintained by: anaconda-maint, jkonecny, kkoukiou, m4rtink,
rvykydal, vladimirslavik, vponcova)
anaconda-install-img-deps-40.10-1.fc40.x86_64 requires kdump-anaconda-addon =
006-9.20220714git7ca2d3e.fc39, xorg-x11-drivers = 2022-5.fc39
anaconda-realmd (maintained by: stefw, vpodzime)
anaconda-realmd-0.2-20.fc39.noarch requires anaconda = 40.10-1.fc40
initial-setup (maintained by: jkonecny, m4rtink, rvykydal, vpodzime)
initial-setup-0.3.98-2.fc40.x86_64 requires anaconda-tui = 40.10-1.fc40
initial-setup-gui-0.3.98-2.fc40.x86_64 requires anaconda-gui = 40.10-1.fc40
kdump-anaconda-addon (maintained by: coiby, kasong)
kdump-anaconda-addon-006-9.20220714git7ca2d3e.fc39.noarch requires anaconda =
40.10-1.fc40
lorax (maintained by: bcl, clumens, dcantrell, dshea, wwoods)
lorax-lmc-novirt-40.0-1.fc40.x86_64 requires anaconda-core = 40.10-1.fc40,
anaconda-install-env-deps = 40.10-1.fc40, anaconda-tui = 40.10-1.fc40
oscap-anaconda-addon (maintained by: evgenyz, jcerny, matyc, mlysonek,
vpodzime, vpolasek, wsato)
oscap-anaconda-addon-1.0-14.fc39.noarch requires anaconda-core = 40.10-1.fc40
oscap-anaconda-addon-1.0-14.fc39.src requires anaconda-core = 40.10-1.fc40
pungi (maintained by: dmach, hlin, lsedlar, maxamillion, onosek, tdawson, wwoods)
pungi-4.5.0-2.fc40.src requires lorax = 40.0-1.fc40
livecd-tools (maintained by: bcl, bruno, ngompa)
python-imgcreate-sysdeps-1:31.0-6.fc39.x86_64 requires lorax = 40.0-1.fc40
bodhi-server (maintained by: abompard, humaton, lenkaseg)
bodhi-composer-7.2.2-1.fc40.noarch requires pungi = 4.5.0-2.fc40
module-build-service (maintained by: breilly, mikem)
module-build-service-3.9.2-5.fc39.noarch requires python3-pungi = 4.5.0-2.fc40
module-build-service-3.9.2-5.fc39.src requires python3-pungi = 4.5.0-2.fc40
odcs (maintained by: cqi, hlin, lsedlar, qwan)
odcs-0.7.0-1.fc39.noarch requires pungi = 4.5.0-2.fc40
appliance-tools (maintained by: ngompa)
appliance-tools-011.2-5.fc40.noarch requires python3-imgcreate = 1:31.0-6.fc39
cekit (maintained by: goldmann, rnc)
cekit-4.9.1-1.fc40.noarch requires python3.12dist(odcs) = 0.7
See dependency chains of your packages at
https://packager-dashboard.fedoraproject.org/
See all orphaned packages at https://packager-dashboard.fedoraproject.org/orphan
Affected (co)maintainers (either directly or via packages' dependencies):
abbra: python-etcd, python-ironicclient, esc
abompard: xorg-x11-drv-qxl
adamwill: perl-Test-Script-Run
adrian: herqq, qtsoap
aekoroglu: python-typing-inspect
agerstmayr: golang-xorm
airlied: xorg-x11-drv-qxl
ajax: xorg-x11-drv-qxl, ibus-unikey
alebastr: jsoncpp
alexl: xorg-x11-drv-qxl, python-etcd, dogtail, ibus-unikey
alexlan: hspell
alexpl: herqq, qtsoap
amoralej: python-ironicclient
anaconda-maint: xorg-x11-drv-qxl
ankursinha: python-ratelimiter, python-typing-inspect, jsoncpp
anoopcs: python-etcd, python-ironicclient
antorres: python-ironicclient
apevec: python-ironicclient, python-typing-inspect
asaleh: python-typing-inspect
asn: python-etcd, python-ironicclient
astro-sig: python-typing-inspect
atikhonov: python-etcd
atim: jsoncpp, python-typing-inspect
aviram: perl-Net-Google-AuthSub
bcl: xorg-x11-drv-qxl
berrange: python-ironicclient
besser82: python-etcd, jsoncpp, ibus-unikey, python-ironicclient
blowry: jsoncpp
bonzini: herqq, qtsoap, python-ironicclient
bookwar: jsoncpp
breilly: xorg-x11-drv-qxl
brouhaha: qtsoap, python-typing-inspect
bruno: xorg-x11-drv-qxl
buc: python-etcd
caolanm: xorg-x11-drv-qxl, hspell, ibus-unikey, dogtail, python-etcd
carlwgeorge: python-typing-inspect
cfeist: python-ironicclient
cgoncalves: python-ironicclient
chandankumar: python-ironicclient
chedi: salt, python-typing-inspect
cheeselee: herqq, onboard, python-etcd, qtsoap
cheimes: esc, python-typing-inspect
chkr: perl-Authen-Krb5
churchyard: python-sphinxcontrib-jsmath, python-typing-inspect,
python-sphinxcontrib-applehelp, qtsoap, pipenv
cicku: dropbear, python-typing-inspect
clumens: xorg-x11-drv-qxl
cn137: salt
coiby: xorg-x11-drv-qxl
copr-sig: copr-messaging, python-ironicclient
cottsay: jsoncpp
cqi: xorg-x11-drv-qxl
crobinso: python-ironicclient
crypto-team: fwknop
cstratak: python-sphinxcontrib-jsmath, python-typing-inspect,
python-sphinxcontrib-applehelp
ctria: python-ironicclient
dang: python-etcd, python-ironicclient
danw: python-etcd
dcantrell: xorg-x11-drv-qxl
dcavalca: jsoncpp, python-typing-inspect
deepinde-sig: onboard, python-etcd
devos: python-etcd, python-ironicclient
devrim: python-typing-inspect
dledford: ibutils
dmach: xorg-x11-drv-qxl
dmurphy18: salt
dshea: xorg-x11-drv-qxl
dtardon: hspell
eclipseo: golang-sr-rockorager-tcell-term, python-typing-inspect
edewata: esc
elmarco: xorg-x11-drv-qxl
epel-packagers-sig: hspell, ibus-unikey, python-ironicclient,
python-typing-inspect, dropbear, python-etcd
ertzing: python-ironicclient
eseyman: perl-Catalyst-Plugin-StackTrace, ibus-unikey, perl-Test-Script-Run
evgenyz: xorg-x11-drv-qxl, ibus-unikey
fab: python-etcd, python-typing-inspect
fale: python-typing-inspect
felixonmars: onboard
ferdnyc: jsoncpp
filbranden: jsoncpp
filiperosset: sqljet
fjanus: pg_auto_failover
fkolwa: python-typing-inspect
frantisekz: python-typing-inspect
frostyx: python-ironicclient
gbcox: hspell
gd: python-etcd, python-ironicclient
gholms: python-typing-inspect
gilboa: jsoncpp
gnome-sig: python-etcd, dogtail, ibus-unikey
go-sig: golang-storj-common, onboard, golang-xorm,
golang-sr-rockorager-tcell-term, golang-vbom-util
goldmann: xorg-x11-drv-qxl
gotmax23: python-typing-inspect
gui1ty: python-typing-inspect
hguemar: jsoncpp, python-typing-inspect
hhorak: pg_auto_failover
hlin: xorg-x11-drv-qxl
hobbes1069: python-etcd, jsoncpp
honli: ibutils
humaton: xorg-x11-drv-qxl
hvad: ibus-unikey
iarnell: perl-Catalyst-Plugin-StackTrace
idevat: python-ironicclient
ignatenkobrain: python-etcd, jsoncpp, python-ironicclient, python-typing-inspect
infra-sig: ibus-unikey, esc, python-typing-inspect
ipa-maint: python-etcd, esc
irina: jsoncpp
iztokf: python-typing-inspect
jamatos: hspell, python-typing-inspect
jcapitao: python-ironicclient, python-typing-inspect
jcerny: xorg-x11-drv-qxl, ibus-unikey
jcline: python-typing-inspect
jexposit: xorg-x11-drv-qxl
jgrulich: ktp-common-internals, jsoncpp, cagibi, ktp-kded-integration-module,
ktp-text-ui, ktp-approver, hspell, ktp-accounts-kcm, qtsoap, ktp-auth-handler,
ktp-send-file, ktp-filetransfer-handler, herqq, telepathy-qt, ktp-contact-list
jhrozek: python-etcd, esc
jjames: python-typing-inspect
jjelen: jsoncpp, fwknop
jkonecny: xorg-x11-drv-qxl
jkucera: hspell
jlayton: python-etcd, python-ironicclient
jlcjohn: python-etcd
jonathanspw: esc, python-typing-inspect
joshstrobl: python-etcd
jplesnik: perl-Catalyst-Plugin-StackTrace, ibus-unikey
jridky: python-etcd
jruzicka: python-ironicclient
jsteffan: python-typing-inspect
jstephen: python-etcd, python-ironicclient
jujens: python-typing-inspect
justinz: herqq, qtsoap
jwrdegoede: xorg-x11-drv-qxl
kalev: dogtail
kasong: xorg-x11-drv-qxl
kde-sig: ktp-common-internals, jsoncpp, ktp-kded-integration-module,
ktp-text-ui, libkcompactdisc, ktp-approver, pairs, ktp-accounts-kcm, hspell,
qtsoap, ktp-auth-handler, ktp-send-file, ktp-filetransfer-handler, herqq,
python-etcd, libkcddb, telepathy-qt, ktp-contact-list
kevin: ibus-unikey, esc, python-typing-inspect
kkeithle: python-etcd, python-ironicclient
kkofler: jsoncpp, hspell, qtsoap, herqq, python-etcd
kkoukiou: xorg-x11-drv-qxl
kpvdr: jsoncpp
krege: herqq, libkcddb, qtsoap, libkcompactdisc
ksurma: pipenv, python-typing-inspect
ktdreyer: remctl, kstart
kwizart: hspell
laine: python-ironicclient
lbalhar: python-typing-inspect
lbazan: herqq, qtsoap
lenkaseg: xorg-x11-drv-qxl, python-libpagure
libvirt-maint: python-ironicclient
limb: python-etcd, hspell, python-ironicclient, python-typing-inspect
liquidat: herqq, libkcddb, qtsoap, libkcompactdisc
lkundrak: ibus-unikey, python-typing-inspect
lsedlar: xorg-x11-drv-qxl
lslebodn: python-etcd
lupinix: hspell, python-typing-inspect
luya: jsoncpp
lxqt-sig: hspell
lyessaadi: jsoncpp
m4rtink: xorg-x11-drv-qxl
major: python-typing-inspect
marcdeop: herqq, hspell, qtsoap
martinkg: jsoncpp, perl-Proc-Simple
mathstuf: ghc-X11-xft, python-typing-inspect
mattdm: jsoncpp
mattia: hspell
matyc: xorg-x11-drv-qxl, ibus-unikey
maxamillion: xorg-x11-drv-qxl, hspell
mbaldessari: python-typing-inspect
mbooth: sqljet
mcascella: python-ironicclient
mcepl: dictd
mcrha: herqq, python-etcd, qtsoap
mfargett: esc
mharmsen: esc
mhayden: python-typing-inspect
michich: ibutils
mikelo2: golang-storj-common
mikem: xorg-x11-drv-qxl
miyunari: python-typing-inspect
mkosek: python-etcd, esc
mlisik: python-ironicclient
mlombard: python-ironicclient
mlysonek: xorg-x11-drv-qxl, ibus-unikey
mmarhefk: ibus-unikey
moceap: python-etcd
mooninite: python-etcd, jsoncpp
mpospisi: python-ironicclient
mrunge: python-ironicclient, python-typing-inspect
mspacek: ibus-unikey
msuchy: python-ironicclient
mulhern: rust-libcryptsetup-rs0.8
multimedia-sig: python-etcd, jsoncpp
music: jsoncpp, python-typing-inspect
mzidek: python-etcd
nalin: python-etcd
nathans: golang-xorm
nb: python-etcd, php-pear-XML-Serializer
neteler: jsoncpp
neuro-sig: python-autograd, jsoncpp, python-read-roi, python-typing-inspect,
python-pyvhacd, python-ratelimiter
ngompa: xorg-x11-drv-qxl, jsoncpp, esc, hspell, python-ironicclient,
python-typing-inspect, python-etcd
nikromen: python-typing-inspect
nphilipp: python-typing-inspect
nucleo: hspell
oalbrigt: python-ironicclient
ogutierrez: python-etcd, esc
ohaessler: jsoncpp
oholy: python-etcd
omular: python-ironicclient
onosek: xorg-x11-drv-qxl
openstack-sig: python-ironicclient, python-typing-inspect
orion: jsoncpp, qtsoap, python-typing-inspect, kstart, herqq, python-etcd
osloup: pg_auto_failover
pbrezina: python-etcd
pcahyna: python-etcd
pemensik: jsoncpp
perl-maint-sig: ibus-unikey
petersen: vala-language-server, ghc-X11-xft
pfilipen: python-etcd, python-ironicclient
phuzion: hspell
pingou: ibus-unikey, python-typing-inspect
pjp: python-typing-inspect
pnemade: ibus-unikey, python-typing-inspect
ppisar: perl-Catalyst-Plugin-StackTrace, ibus-unikey, perl-Syntax-Feature-Loop
praiskup: python-ironicclient
puiterwijk: esc
pvoborni: python-etcd, esc
pwalter: python-etcd, jsoncpp
python-packagers-sig: python-sphinxcontrib-jsmath, python-ironicclient,
python-typing-inspect, python-sphinxcontrib-applehelp, pipenv
quintela: python-ironicclient
qulogic: ghc-crypto-cipher-types, python-typing-inspect
qwan: xorg-x11-drv-qxl
radez: python-ironicclient, python-typing-inspect
raphgro: hspell
rathann: herqq, python-etcd, qtsoap, python-typing-inspect
raveit65: python-etcd
rcallicotte: python-etcd, salt
rcritten: python-etcd, esc
rdieter: jsoncpp, ktp-text-ui, hspell, ktp-send-file, python-etcd,
ktp-common-internals, libkcompactdisc, ktp-approver, ktp-accounts-kcm,
qt-at-spi, libkcddb, cagibi, pairs, ktp-auth-handler, ktp-filetransfer-handler,
herqq, qtsoap, ktp-contact-list, ktp-kded-integration-module,
python-typing-inspect, appmenu-qt, telepathy-qt
rebus: python-etcd
remi: python-etcd
rhughes: xorg-x11-drv-qxl, python-etcd, dogtail, ibus-unikey
rjeffman: python-typing-inspect
rjmco: python-ironicclient
rjones: ibus-unikey, python-ironicclient
rmattes: jsoncpp
rnc: xorg-x11-drv-qxl
robert: python-etcd, python-typing-inspect
robmv: ibus-unikey
rstrode: xorg-x11-drv-qxl, python-etcd, dogtail, ibus-unikey
rust-sig: rust-serde_qs, rust-totp-lite, rust-libcryptsetup-rs0.8,
python-typing-inspect
rvykydal: xorg-x11-drv-qxl
sagitter: jsoncpp, coin-or-lemon
sailer: jsoncpp
salimma: jsoncpp, python-typing-inspect
sandeen: python-etcd
sbergmann: hspell
sbose: python-etcd
scitech_sig: herqq, jsoncpp, qtsoap
sergiomb: python-etcd, jsoncpp, ibus-unikey
sergiopr: python-typing-inspect
sgallagh: python-etcd
simo: python-etcd, python-ironicclient, esc
slaanesh: jsoncpp
slankes: hspell
smani: jsoncpp
spot: qtsoap, python-etcd, jsoncpp, ibus-unikey
sssd-maintainers: python-etcd
stefw: xorg-x11-drv-qxl, python-etcd
stevetraylen: lcg-infosites, nagios-plugins-bdii, kstart, rubygem-byebug
suve: jsoncpp
sway-sig: jsoncpp
tagoh: ibus-unikey
tartina: python-etcd
tdawson: xorg-x11-drv-qxl, hspell
terjeros: herqq, qtsoap, python-ironicclient
teuf: xorg-x11-drv-qxl
than: cagibi, pairs, libkcompactdisc, herqq, hspell, qtsoap, python-etcd, libkcddb
thm: python-typing-inspect
thofmann: jsoncpp
thrnciar: python-typing-inspect
thunderbirdtr: telepathy-qt
tibbs: python-etcd
tojeline: python-ironicclient
tomspur: python-typing-inspect
tpopela: python-etcd
troycurtisjr: python-typing-inspect
ttomecek: python-typing-inspect
twaugh: python-etcd
twoerner: python-etcd, esc
vakwetu: esc
vascom: jsoncpp, hspell
vhumpa: dogtail
victortoso: xorg-x11-drv-qxl
virtmaint-sig: python-ironicclient
vladimirslavik: xorg-x11-drv-qxl
vpodzime: xorg-x11-drv-qxl
vpolasek: xorg-x11-drv-qxl
vponcova: xorg-x11-drv-qxl
whot: xorg-x11-drv-qxl
wsato: xorg-x11-drv-qxl, ibus-unikey
wwoods: xorg-x11-drv-qxl
xavierb: python-etcd, ibus-unikey
xiubli: python-ironicclient
yanqiyu: jsoncpp
zaitcev: python-ironicclient
zaneb: heat-cfntools
zbyszek: python-typing-inspect
zdohnal: python-etcd, python-typing-inspect
zsun: onboard, python-etcd
--
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its pagure instance:
https://pagure.io/releng/
The sources of this script can be found at:
https://pagure.io/releng/blob/main/f/scripts/find_unblocked_orphans.py
Report finished at 2023-11-20 06:51:29 UTC
2 weeks, 6 days
Inactive packages removed from packager group
by Kevin Fenzi
Hi all,
Today, 2023-11-18, we have removed inactive packagers
from the packager group.
This is in accordance with the FESCo policy on inactive packagers:
https://docs.fedoraproject.org/en-US/fesco/Policy_for_inactive_packagers/
If the removed user is 'main admin' for a package, this package
will be orphaned. If there are co-maintainers for the package,
one of them should take the role of 'main admin',
by clicking "✋ Take" on
`https://src.fedoraproject.org/rpms/<package>`".
Otherwise any packager may take the package while it's orphaned.
After 6 weeks, the package will be retired.
After another 8 weeks, a new review is needed to unretire it.
see https://docs.fedoraproject.org/en-US/fesco/Policy_for_orphan_and_retired_...
for more details.
More details available in https://pagure.io/fedora-infrastructure/issue/11621
Packages that have been orphaned are:
rpms/gtksourceview5
rpms/python-typing-inspect
rpms/xorg-x11-drv-qxl
rpms/coin-or-lemon
rpms/fish
rpms/nvme-cli
rpms/u2f-hidraw-policy
rpms/virtme
rpms/elementary-onboarding
rpms/vala-language-server
rpms/perl-MooseX-Role-Matcher
rpms/perl-Net-Google-AuthSub
rpms/drupal7-advanced_help
rpms/drupal7-auto_nodetitle
rpms/drupal7-calendar
rpms/drupal7-ckeditor
rpms/drupal7-date_ical
rpms/drupal7-email
rpms/drupal7-features
rpms/drupal7-feeds
rpms/drupal7-flexifilter
rpms/drupal7-footnotes
rpms/drupal7-google_analytics
rpms/drupal7-honeypot
rpms/drupal7-job_scheduler
rpms/drupal7-mediawiki_api
rpms/drupal7-module_filter
rpms/drupal7-panels
rpms/drupal7-pathauto
rpms/drupal7-rules
rpms/drupal7-site_map
rpms/drupal7-strongarm
rpms/drupal7-theme-adaptivetheme
rpms/drupal7-token
rpms/drupal7-views_bulk_operations
rpms/drupal7-views_slideshow
rpms/drupal7-webform
rpms/drupal7-workbench
rpms/drupal7-workbench_moderation
rpms/drupal7-xmlsitemap
rpms/python-ironicclient
rpms/qtractor
rpms/rtirq
rpms/dropbear
rpms/byzanz
rpms/cairo
rpms/golang-github-elithrar-simple-scrypt
rpms/golang-github-kurin-blazer
rpms/golang-github-minio
rpms/golang-github-pkg-xattr
rpms/golang-github-restic-chunker
rpms/restic
rpms/aspell-ar
rpms/aspell-he
rpms/bidiv
rpms/hspell
rpms/hunspell-ar
rpms/python-pthreading
rpms/taarich
rpms/tex-fonts-hebrew
rpms/golang-rsc-pdf
rpms/wavbreaker
rpms/python-timeunit
rpms/python-vagrantpy
rpms/streamtuner
rpms/bird
rpms/ovirt-guest-agent
rpms/vsqlite++
rpms/dovecot-fts-xapian
rpms/VirtualGL
rpms/python-autograd
rpms/python-read-roi
rpms/byobu
rpms/kflickr
rpms/nfacct
rpms/perl-Audio-Beep
rpms/perl-CDDB
rpms/perl-Getopt-Simple
rpms/perl-NetPacket-LLC
rpms/perl-NetPacket-SpanningTree
rpms/perl-Pod-Coverage-Moose
rpms/perl-Proc-Simple
rpms/perl-XML-Parser-Lite-Tree-XPath
rpms/rust-atomic
rpms/rust-binascii
rpms/rust-cfb
rpms/rust-email-encoding
rpms/rust-infer
rpms/rust-inlinable_string
rpms/rust-multer
rpms/rust-rmpv
rpms/rust-serde_qs
rpms/rust-totp-lite
rpms/rust-ubyte
container/glusterfs
rpms/python-oslo-vmware
rpms/perl-Hash-Diff
rpms/perl-Test-Script-Run
rpms/esc
rpms/bash-completion-extras
rpms/apiextractor
rpms/appmenu-qt
rpms/arora
rpms/beefy-miracle-kde-theme
rpms/bluedevil
rpms/cagibi
rpms/colord-kde
rpms/constantine-kde-theme
rpms/dogtail
rpms/generatorrunner
rpms/goddard-kde-theme
rpms/herqq
rpms/jovie
rpms/kaccessible
rpms/kde-plasma-ihatethecashew
rpms/kio-ftps
rpms/kmag
rpms/kmousetool
rpms/kmouth
rpms/ktp-accounts-kcm
rpms/ktp-approver
rpms/ktp-auth-handler
rpms/ktp-common-internals
rpms/ktp-contact-list
rpms/ktp-filetransfer-handler
rpms/ktp-kded-integration-module
rpms/ktp-send-file
rpms/ktp-text-ui
rpms/kvkbd
rpms/laughlin-kde-theme
rpms/leonidas-kde-theme
rpms/libkcddb
rpms/libkcompactdisc
rpms/lovelock-kde-theme
rpms/pairs
rpms/plasma-widget-menubar
rpms/polkit-kde
rpms/prison
rpms/pyside-tools
rpms/python-pyside
rpms/qt-at-spi
rpms/qtsoap
rpms/shiboken
rpms/solar-kde-theme
rpms/telepathy-qt
rpms/verne-kde-theme
rpms/gogoc
rpms/lua-argparse
rpms/ibutils
rpms/keychecker
rpms/mediawiki-SpecialInterwiki
rpms/multitail
rpms/supybot-koji
rpms/trace-gui
modules/X11-base
modules/cloud-init
modules/dhcp
modules/networking-base
modules/shared-userspace
modules/storage-devices
rpms/dictd
rpms/ed
rpms/libcap
rpms/vim
rpms/cutter
rpms/groonga
rpms/groonga-normalizer-mysql
rpms/sentencepiece
rpms/salt
rpms/boinc-client
rpms/glue-validator
rpms/lcg-infosites
rpms/nagios-plugins-bdii
rpms/icaro
rpms/legofy
rpms/pg_view
rpms/zeek
rpms/gnome-video-arcade
rpms/pygtksourceview
rpms/python-etcd
rpms/libldm
rpms/golang-github-mattetti-filebuffer
rpms/golang-github-vividcortex-mysqlerr
rpms/golang-xorm
rpms/fbf-mukti-fonts
rpms/uniol-fonts
rpms/pg_auto_failover
rpms/fontopia
rpms/gball
rpms/gnudos
rpms/gosnake
rpms/layla-fonts
rpms/shaman
rpms/tcalc
rpms/beefy-miracle-backgrounds
rpms/constantine-backgrounds
rpms/desktop-backgrounds
rpms/echo-artist
rpms/f21-backgrounds
rpms/f22-backgrounds
rpms/gears-backgrounds
rpms/goddard-backgrounds
rpms/gtk-murrine-engine
rpms/heisenbug-backgrounds
rpms/laughlin-backgrounds
rpms/leonidas-backgrounds
rpms/libass
rpms/libmatroska
rpms/lovelock-backgrounds
rpms/neon-backgrounds
rpms/notification-daemon-engine-nodoka
rpms/ruby-icon-artist
rpms/schroedinger-cat-backgrounds
rpms/solar-backgrounds
rpms/spherical-cow-backgrounds
rpms/verne-backgrounds
rpms/retrace-client
rpms/dosbox-staging
rpms/xtrkcad
rpms/fwknop
rpms/phplogcon
rpms/cpptoml
rpms/simple-mail
rpms/golang-github-bruth-assert
rpms/golang-github-fatih-set
rpms/golang-github-tg-gosortmap
rpms/golang-github-xlab-handysort
rpms/golang-vbom-util
rpms/bugyou
rpms/bugyou_plugins
rpms/python-fedimg
rpms/python-fmn-rules
rpms/python-fmn-web
rpms/python-libpagure
rpms/python-tahrir
rpms/python-tahrir-api
rpms/rust-erased-serde
rpms/rust-netmap_sys
rpms/rust-pcap
rpms/rust-pnet_base
rpms/rust-pnet_sys
rpms/copr-messaging
rpms/mdk
rpms/ndisc6
rpms/heat-cfntools
rpms/fedwatch
rpms/rubygem-whiskey_disk
rpms/kstart
rpms/perl-Authen-Krb5
rpms/perl-Catalyst-Model-LDAP
rpms/perl-Catalyst-Plugin-StackTrace
rpms/perl-Catalyst-View-JSON
rpms/perl-HTML-Prototype
rpms/perl-Task-Weaken
rpms/remctl
rpms/createrepo_c
rpms/librepo
rpms/ibus-bogo
rpms/ibus-unikey
rpms/puzzle-master
rpms/emacs-evil
rpms/emacs-goto-chg
rpms/emacs-undo-tree
rpms/ghc-crypto-cipher-types
rpms/jsoncpp
rpms/perl-Net-Lite-FTP
rpms/rachota
container/container-engine
container/docker
container/etcd
container/flannel
rpms/ghc-X11-xft
3 weeks, 1 day