==========================================================================
Ubuntu Security Notice USN-8059-6
February 26, 2026
linux-aws, linux-aws-6.8, linux-ibm, linux-ibm-6.8, linux-xilinx
vulnerabilities
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 24.04 LTS
- Ubuntu 22.04 LTS
Summary:
Several security issues were fixed in the Linux kernel.
Software Description:
- linux-aws: Linux kernel for Amazon Web Services (AWS) systems
- linux-ibm: Linux kernel for IBM cloud systems
- linux-xilinx: Linux kernel for Xilinx systems
- linux-aws-6.8: Linux kernel for Amazon Web Services (AWS) systems
- linux-ibm-6.8: Linux kernel for IBM cloud systems
Details:
Several security issues were discovered in the Linux kernel.
An attacker could possibly use these to compromise the system.
This update corrects flaws in the following subsystems:
- SMB network file system;
(CVE-2025-22037, CVE-2025-37899)
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 24.04 LTS
linux-image-6.8.0-1024-xilinx 6.8.0-1024.25
linux-image-6.8.0-1045-ibm 6.8.0-1045.45
linux-image-6.8.0-1047-aws 6.8.0-1047.50
linux-image-6.8.0-1047-aws-64k 6.8.0-1047.50
linux-image-aws-6.8 6.8.0-1047.50
linux-image-aws-64k-6.8 6.8.0-1047.50
linux-image-aws-64k-lts-24.04 6.8.0-1047.50
linux-image-aws-lts-24.04 6.8.0-1047.50
linux-image-ibm 6.8.0-1045.45
linux-image-ibm-6.8 6.8.0-1045.45
linux-image-ibm-classic 6.8.0-1045.45
linux-image-ibm-lts-24.04 6.8.0-1045.45
linux-image-xilinx 6.8.0.1024.25
linux-image-xilinx-6.8 6.8.0.1024.25
linux-image-xilinx-zynqmp 6.8.0.1024.25
Ubuntu 22.04 LTS
linux-image-6.8.0-1045-ibm 6.8.0-1045.45~22.04.1
linux-image-6.8.0-1047-aws 6.8.0-1047.50~22.04.1
linux-image-6.8.0-1047-aws-64k 6.8.0-1047.50~22.04.1
linux-image-aws 6.8.0-1047.50~22.04.1
linux-image-aws-6.8 6.8.0-1047.50~22.04.1
linux-image-aws-64k 6.8.0-1047.50~22.04.1
linux-image-aws-64k-6.8 6.8.0-1047.50~22.04.1
linux-image-ibm-6.8 6.8.0-1045.45~22.04.1
After a standard system update you need to reboot your computer to make
all the necessary changes.
ATTENTION: Due to an unavoidable ABI change the kernel updates have
been given a new version number, which requires you to recompile and
reinstall all third party kernel modules you might have installed.
Unless you manually uninstalled the standard kernel metapackages
(e.g. linux-generic, linux-generic-lts-RELEASE, linux-virtual,
linux-powerpc), a standard system upgrade will automatically perform
this as well.
References:
https://ubuntu.com/security/notices/USN-8059-6
https://ubuntu.com/security/notices/USN-8059-5
https://ubuntu.com/security/notices/USN-8059-4
https://ubuntu.com/security/notices/USN-8059-3
https://ubuntu.com/security/notices/USN-8059-2
https://ubuntu.com/security/notices/USN-8059-1
CVE-2025-22037, CVE-2025-37899
Package Information:
https://launchpad.net/ubuntu/+source/linux-aws/6.8.0-1047.50
https://launchpad.net/ubuntu/+source/linux-ibm/6.8.0-1045.45
https://launchpad.net/ubuntu/+source/linux-xilinx/6.8.0-1024.25
https://launchpad.net/ubuntu/+source/linux-aws-6.8/6.8.0-1047.50~22.04.1
https://launchpad.net/ubuntu/+source/linux-ibm-6.8/6.8.0-1045.45~22.04.1
Thursday, February 26, 2026
[USN-8065-1] Authlib vulnerabilities
==========================================================================
Ubuntu Security Notice USN-8065-1
February 25, 2026
python-authlib vulnerabilities
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 24.04 LTS
- Ubuntu 22.04 LTS
Summary:
Several security issues were fixed in Authlib.
Software Description:
- python-authlib: Python library for building OAuth and OpenID Connect servers
Details:
Millie Solem discovered that Authlib did not properly restrict algorithm
selection during JWT verification, allowing HMAC verification with
asymmetric public keys when no algorithm was specified. A remote attacker
could possibly use this issue to bypass signature verification and forge
tokens, resulting in authentication bypass or privilege escalation.
(CVE-2024-37568)
Muhammad Noman Ilyas discovered that Authlib did not properly enforce
critical header parameter handling during JSON Web Signature verification,
leading to unknown critical parameters being incorrectly accepted. A remote
attacker could possibly use this issue to bypass security policies in mixed
deployments, resulting in authentication bypass, replay attacks, or
privilege escalation. (CVE-2025-59420)
Muhammad Noman Ilyas discovered that Authlib did not properly limit the
size of JSON Web Signature or JSON Web Token header and signature segments.
A remote attacker could possibly use this issue to cause excessive memory
or processor consumption, leading to a denial of service. (CVE-2025-61920)
Muhammad Noman Ilyas discovered that Authlib performed unbounded
decompression when processing certain compressed encrypted tokens. A remote
attacker could possibly use this issue to send a specially crafted token
that can be expanded to a large size during decompression, causing a denial
of service. (CVE-2025-62706)
It was discovered that Authlib did not properly bind cached state
information to the initiating user session during OAuth authentication
flows. A remote attacker could possibly use this issue to perform cross-
site request forgery attacks, resulting in unauthorized actions or
authentication bypass. This issue only affected Ubuntu 24.04 LTS.
(CVE-2025-68158)
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 24.04 LTS
python-authlib-doc 1.3.0-1ubuntu0.1~esm1
Available with Ubuntu Pro
python3-authlib 1.3.0-1ubuntu0.1~esm1
Available with Ubuntu Pro
Ubuntu 22.04 LTS
python-authlib-doc 0.15.5-1ubuntu0.1~esm1
Available with Ubuntu Pro
python3-authlib 0.15.5-1ubuntu0.1~esm1
Available with Ubuntu Pro
In general, a standard system update will make all the necessary changes.
References:
https://ubuntu.com/security/notices/USN-8065-1
CVE-2024-37568, CVE-2025-59420, CVE-2025-61920, CVE-2025-62706,
CVE-2025-68158
Ubuntu Security Notice USN-8065-1
February 25, 2026
python-authlib vulnerabilities
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 24.04 LTS
- Ubuntu 22.04 LTS
Summary:
Several security issues were fixed in Authlib.
Software Description:
- python-authlib: Python library for building OAuth and OpenID Connect servers
Details:
Millie Solem discovered that Authlib did not properly restrict algorithm
selection during JWT verification, allowing HMAC verification with
asymmetric public keys when no algorithm was specified. A remote attacker
could possibly use this issue to bypass signature verification and forge
tokens, resulting in authentication bypass or privilege escalation.
(CVE-2024-37568)
Muhammad Noman Ilyas discovered that Authlib did not properly enforce
critical header parameter handling during JSON Web Signature verification,
leading to unknown critical parameters being incorrectly accepted. A remote
attacker could possibly use this issue to bypass security policies in mixed
deployments, resulting in authentication bypass, replay attacks, or
privilege escalation. (CVE-2025-59420)
Muhammad Noman Ilyas discovered that Authlib did not properly limit the
size of JSON Web Signature or JSON Web Token header and signature segments.
A remote attacker could possibly use this issue to cause excessive memory
or processor consumption, leading to a denial of service. (CVE-2025-61920)
Muhammad Noman Ilyas discovered that Authlib performed unbounded
decompression when processing certain compressed encrypted tokens. A remote
attacker could possibly use this issue to send a specially crafted token
that can be expanded to a large size during decompression, causing a denial
of service. (CVE-2025-62706)
It was discovered that Authlib did not properly bind cached state
information to the initiating user session during OAuth authentication
flows. A remote attacker could possibly use this issue to perform cross-
site request forgery attacks, resulting in unauthorized actions or
authentication bypass. This issue only affected Ubuntu 24.04 LTS.
(CVE-2025-68158)
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 24.04 LTS
python-authlib-doc 1.3.0-1ubuntu0.1~esm1
Available with Ubuntu Pro
python3-authlib 1.3.0-1ubuntu0.1~esm1
Available with Ubuntu Pro
Ubuntu 22.04 LTS
python-authlib-doc 0.15.5-1ubuntu0.1~esm1
Available with Ubuntu Pro
python3-authlib 0.15.5-1ubuntu0.1~esm1
Available with Ubuntu Pro
In general, a standard system update will make all the necessary changes.
References:
https://ubuntu.com/security/notices/USN-8065-1
CVE-2024-37568, CVE-2025-59420, CVE-2025-61920, CVE-2025-62706,
CVE-2025-68158
[USN-8058-1] rlottie vulnerabilities
==========================================================================
Ubuntu Security Notice USN-8058-1
February 24, 2026
rlottie vulnerabilities
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 25.10
- Ubuntu 24.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu 20.04 LTS
Summary:
Several security issues were fixed in rlottie.
Software Description:
- rlottie: library for rendering vector based animations and art
Details:
It was discovered that rlottie did not properly handle certain inputs. An
attacker could use this issue to cause a denial of service or possibly
execute arbitrary code.
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 25.10
librlottie0-1 0.1+dfsg-4.2ubuntu0.1
Ubuntu 24.04 LTS
librlottie0-1 0.1+dfsg-4ubuntu1.1
Ubuntu 22.04 LTS
librlottie0-1 0.1+dfsg-2ubuntu0.2
Ubuntu 20.04 LTS
librlottie0-1 0~git20200305.a717479+dfsg-1ubuntu0.1~esm2
Available with Ubuntu Pro
In general, a standard system update will make all the necessary changes.
References:
https://ubuntu.com/security/notices/USN-8058-1
CVE-2025-0634, CVE-2025-53074, CVE-2025-53075
Package Information:
https://launchpad.net/ubuntu/+source/rlottie/0.1+dfsg-4.2ubuntu0.1
https://launchpad.net/ubuntu/+source/rlottie/0.1+dfsg-4ubuntu1.1
https://launchpad.net/ubuntu/+source/rlottie/0.1+dfsg-2ubuntu0.2
Ubuntu Security Notice USN-8058-1
February 24, 2026
rlottie vulnerabilities
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 25.10
- Ubuntu 24.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu 20.04 LTS
Summary:
Several security issues were fixed in rlottie.
Software Description:
- rlottie: library for rendering vector based animations and art
Details:
It was discovered that rlottie did not properly handle certain inputs. An
attacker could use this issue to cause a denial of service or possibly
execute arbitrary code.
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 25.10
librlottie0-1 0.1+dfsg-4.2ubuntu0.1
Ubuntu 24.04 LTS
librlottie0-1 0.1+dfsg-4ubuntu1.1
Ubuntu 22.04 LTS
librlottie0-1 0.1+dfsg-2ubuntu0.2
Ubuntu 20.04 LTS
librlottie0-1 0~git20200305.a717479+dfsg-1ubuntu0.1~esm2
Available with Ubuntu Pro
In general, a standard system update will make all the necessary changes.
References:
https://ubuntu.com/security/notices/USN-8058-1
CVE-2025-0634, CVE-2025-53074, CVE-2025-53075
Package Information:
https://launchpad.net/ubuntu/+source/rlottie/0.1+dfsg-4.2ubuntu0.1
https://launchpad.net/ubuntu/+source/rlottie/0.1+dfsg-4ubuntu1.1
https://launchpad.net/ubuntu/+source/rlottie/0.1+dfsg-2ubuntu0.2
Wednesday, February 25, 2026
Orphaned packages looking for new maintainers
Report started at 2026-02-26 03:00:32 UTC
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.
Request package ownership via the *Take* button in the left column on
https://src.fedoraproject.org/rpms/<pkgname>
Full report available at:
https://a.gtmx.me/orphans/orphans.txt
grep it for your FAS username and follow the dependency chain.
For human readable dependency chains,
see https://packager-dashboard.fedoraproject.org/
For all orphaned packages,
see https://packager-dashboard.fedoraproject.org/orphan
Package (co)maintainers Status Change
================================================================================
autogen orphan 1 weeks ago
btrfsmaintenance @btrfs-sig, atim, ngompa, 3 weeks ago
orphan
csslint orphan 0 weeks ago
dynamic-wallpaper-editor atim, orphan 3 weeks ago
freeopcua orphan 4 weeks ago
gnome-applets atim, orphan, yselkowitz 3 weeks ago
gnome-firmware atim, orphan 3 weeks ago
gnome-flashback atim, orphan, yselkowitz 3 weeks ago
gnome-panel atim, orphan, yselkowitz 3 weeks ago
golang-code-cloudfoundry-clock @go-sig, orphan 1 weeks ago
golang-github-awslabs-aws- @go-sig, orphan 0 weeks ago
multi-module-repository-tools
golang-github-bmatcuk- @go-sig, orphan 1 weeks ago
doublestar-4
golang-github-burntsushi-toml- @go-sig, orphan 1 weeks ago
test
golang-github-circonus-labs- @go-sig, orphan 3 weeks ago
gometrics
golang-github-cockroachdb- @go-sig, orphan 2 weeks ago
cockroach-go
golang-github-colinmarc-hdfs-2 @go-sig, orphan 1 weeks ago
golang-github-crossdock @go-sig, orphan 1 weeks ago
golang-github-docker-units @go-sig, orphan 1 weeks ago
golang-github-envoyproxy- @go-sig, orphan 1 weeks ago
control-plane
golang-github-google-cel @go-sig, orphan 1 weeks ago
golang-github-google-go-github @go-sig, orphan 2 weeks ago
golang-github-knetic-govaluate @go-sig, orphan 1 weeks ago
golang-github-linuxdeepin-gir orphan 3 weeks ago
golang-github-maxatome-testdeep @go-sig, orphan 1 weeks ago
golang-github-olekukonko- @go-sig, orphan 1 weeks ago
tablewriter
golang-github-pquerna-otp @go-sig, orphan 2 weeks ago
golang-github-uber-jaeger- @go-sig, orphan 1 weeks ago
client
golang-google-appengine @go-sig, orphan 0 weeks ago
golang-gotest @go-sig, orphan 1 weeks ago
golang-sigs-k8s-apiserver- @go-sig, orphan 1 weeks ago
network-proxy
gotify-desktop orphan 1 weeks ago
lis orphan 3 weeks ago
mimic orphan 4 weeks ago
nvml @epel-packagers-sig, orphan 1 weeks ago
opal orphan 2 weeks ago
pcre @db-sig, lkundrak, orphan, 1 weeks ago
ppisar, thoger
polybar orphan 2 weeks ago
ptlib orphan 2 weeks ago
python-ldap3 @python-packagers-sig, aviso, 2 weeks ago
orphan
python-mrcfile orphan 3 weeks ago
python-murano-pkg-check @openstack-sig, orphan 3 weeks ago
python-pdir2 @python-packagers-sig, orphan 3 weeks ago
python-simpleaudio orphan 1 weeks ago
python-wavio orphan 1 weeks ago
qwt orphan, tdawson 1 weeks ago
rttr orphan 0 weeks ago
rust-backoff @rust-sig, music, orphan 1 weeks ago
sjinn orphan 1 weeks ago
spectrographic orphan 1 weeks ago
toolshed orphan 1 weeks ago
unzoo orphan 1 weeks ago
vim-gitgutter atim, orphan 1 weeks ago
vim-gv atim, orphan 3 weeks ago
vim-pathogen atim, orphan 3 weeks ago
vim-trailing-whitespace atim, orphan 3 weeks ago
wiggle @epel-packagers-sig, orphan, 1 weeks ago
salimma
wireless-regdb orphan 1 weeks ago
yasm orphan, xavierb 0 weeks ago
zd1211-firmware kwizart, orphan 1 weeks ago
The following packages require above mentioned packages:
Depending on: autogen (112), status change: 2026-02-17 (1 weeks ago)
anjuta (maintained by: kalev, limb)
anjuta-1:3.34.0-30.fc44.src requires autogen = 5.18.16-32.fc43
anjuta-1:3.34.0-30.fc44.x86_64 requires autogen = 5.18.16-32.fc43
arm-none-eabi-gcc-cs (maintained by: @epel-packagers-sig, mhlavink)
arm-none-eabi-gcc-cs-1:15.2.0-4.fc44.src requires autogen = 5.18.16-32.fc43
insight (maintained by: lkundrak, monnerat)
insight-13.0.50.20220502-27.fc44.src requires autogen = 5.18.16-32.fc43
libsndfile (maintained by: ixs, mhlavink)
libsndfile-1.2.2-11.fc45.src requires autogen = 5.18.16-32.fc43
gtkpod (maintained by: chkr, limb)
gtkpod-2.1.5-34.fc44.i686 requires libanjuta-3.so.0
gtkpod-2.1.5-34.fc44.src requires anjuta-devel = 1:3.34.0-30.fc44
gtkpod-2.1.5-34.fc44.x86_64 requires libanjuta-3.so.0()(64bit)
gtkpod-devel-2.1.5-34.fc44.i686 requires pkgconfig(libanjuta-3.0) = 3.34.0
gtkpod-devel-2.1.5-34.fc44.x86_64 requires pkgconfig(libanjuta-3.0) = 3.34.0
arm-none-eabi-newlib (maintained by: @epel-packagers-sig, mhlavink)
arm-none-eabi-newlib-4.5.0.20241231-5.fc44.src requires arm-none-eabi-gcc = 15.2.0, arm-none-eabi-gcc-c++ = 15.2.0
libnxt (maintained by: dwrobel)
libnxt-0.4.2-10.fc44.src requires arm-none-eabi-gcc-cs = 1:15.2.0-4.fc44
proxmark3 (maintained by: s00se)
proxmark3-4.20728-3.fc44.src requires arm-none-eabi-gcc = 15.2.0
Carla (maintained by: @epel-packagers-sig, martinkg)
Carla-1:2.5.10-3.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
Carla-1:2.5.10-3.fc44.src requires pkgconfig(sndfile) = 1.2.2
Carla-1:2.5.10-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
Carla-vst-1:2.5.10-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-carla-1:2.5.10-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
Io-language (maintained by: limb)
Io-language-20170906-26.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
Io-language-graphics-and-sound-20170906-26.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
SFML (maintained by: @multimedia-sig, dcavalca, wtaymans)
SFML-2.6.2-10.fc44.src requires pkgconfig(sndfile) = 1.2.2
alure (maintained by: spot)
alure-1.2-37.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
aqualung (maintained by: @multimedia-sig, dcavalca)
aqualung-2.0-4.fc44.src requires pkgconfig(sndfile) = 1.2.2
aqualung-2.0-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ardour6 (maintained by: nphilipp, tartina)
ardour6-6.9.0-32.fc44.src requires pkgconfig(sndfile) = 1.2.2
ardour6-6.9.0-32.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ardour7 (maintained by: nphilipp)
ardour7-7.5.0-22.fc44.src requires pkgconfig(sndfile) = 1.2.2
ardour7-7.5.0-22.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ardour8 (maintained by: nphilipp)
ardour8-8.12.0-10.fc44.src requires pkgconfig(sndfile) = 1.2.2
ardour8-8.12.0-10.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ardour9 (maintained by: nphilipp)
ardour9-9.2.0-1.fc45.src requires pkgconfig(sndfile) = 1.2.2
ardour9-9.2.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
aubio (maintained by: nphilipp, tartina)
aubio-0.4.9-32.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
aubio-0.4.9-32.fc44.x86_64 requires libsndfile.so.1()(64bit)
aubio-lib-0.4.9-32.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
aubio-lib-0.4.9-32.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
audacious-plugins (maintained by: danfruehauf, mschwendt, robert)
audacious-plugins-4.5.1-5.fc44.src requires pkgconfig(sndfile) = 1.2.2
audacious-plugins-4.5.1-5.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
audacity (maintained by: @multimedia-sig, dtimms, imcinerney, jonathanspw, limb, swt2c)
audacity-3.7.7-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
audacity-3.7.7-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
baresip (maintained by: robert)
baresip-4.5.0-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
baresip-sndfile-4.5.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
blender (maintained by: @epel-packagers-sig, design-sw, ignatenkobrain, luya, music, slaanesh)
blender-1:5.0.1-7.fc44.src requires pkgconfig(sndfile) = 1.2.2
blender-1:5.0.1-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
colobot (maintained by: suve)
colobot-0.2.2-7.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
colobot-0.2.2-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
denemo (maintained by: rrankin)
denemo-2.6.0-20.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
denemo-2.6.0-20.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
dr_libs (maintained by: music)
dr_libs-0^20251216.d6e1d92-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
drumkv1 (maintained by: tartina)
drumkv1-0.9.91-4.fc42.src requires pkgconfig(sndfile) = 1.2.2
drumkv1-0.9.91-4.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-drumkv1-0.9.91-4.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
dsda-doom (maintained by: suve)
dsda-doom-0.29.4-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
dsda-doom-0.29.4-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
dsp (maintained by: nforro)
dsp-1.9-7.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
dsp-1.9-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ladspa-dsp-plugin-1.9-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
dssi (maintained by: tartina)
dssi-1.1.1-32.fc42.src requires libsndfile-devel = 1.2.2-11.fc45
dssi-examples-1.1.1-32.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
e16 (maintained by: terjeros)
e16-1.0.31-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
e16-1.0.31-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
easyeffects (maintained by: vascom)
easyeffects-8.0.8-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
easyeffects-8.0.8-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
easyrpg-player (maintained by: suve)
easyrpg-player-0.8.1.1-4.fc44.src requires pkgconfig(sndfile) = 1.2.2
easyrpg-player-0.8.1.1-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ebumeter (maintained by: tartina)
ebumeter-0.4.2-18.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
ebumeter-0.4.2-18.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
efl (maintained by: dchen, spot)
efl-1.28.1-5.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
efl-devel-1.28.1-5.fc45.i686 requires pkgconfig(sndfile) = 1.2.2
efl-devel-1.28.1-5.fc45.x86_64 requires pkgconfig(sndfile) = 1.2.2
fldigi (maintained by: hobbes1069)
fldigi-4.2.10-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
fldigi-4.2.10-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
fluidsynth (maintained by: pampelmuse)
fluidsynth-2.5.2-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
fluidsynth-devel-2.5.2-2.fc44.i686 requires pkgconfig(sndfile) = 1.2.2
fluidsynth-devel-2.5.2-2.fc44.x86_64 requires pkgconfig(sndfile) = 1.2.2
fluidsynth-libs-2.5.2-2.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
fluidsynth-libs-2.5.2-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
fooyin (maintained by: ypsvlq)
fooyin-0.9.2-6.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
fooyin-0.9.2-6.fc44.src requires pkgconfig(sndfile) = 1.2.2
fooyin-0.9.2-6.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
freedv (maintained by: hobbes1069)
freedv-1.8.4-12.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
freedv-1.8.4-12.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
frotz (maintained by: ferdnyc)
frotz-2.55-3.fc44.src requires pkgconfig(sndfile) = 1.2.2
frotz-2.55-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
furnace (maintained by: topazus)
furnace-0.6.8.3-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
furnace-0.6.8.3-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
gnuradio (maintained by: jskarvad)
gnuradio-3.10.12.0-13.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
gnuradio-3.10.12.0-13.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
gnuradio-3.10.12.0-13.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
gqrx (maintained by: daveo, jskarvad)
gqrx-2.17.7-6.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
gr-funcube (maintained by: jskarvad)
gr-funcube-3.10.0~rc3^20240726gitcbda6c6c-13.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
gr-osmosdr (maintained by: cottsay, jskarvad)
gr-osmosdr-0.2.5-25.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
gsequencer (maintained by: jkraehemann, nonamedotc)
gsequencer-8.0.13-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
gsequencer-8.0.13-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
gsequencer-devel-8.0.13-2.fc44.x86_64 requires pkgconfig(sndfile) = 1.2.2
gstreamer1-plugins-bad-free (maintained by: @multimedia-sig, limb, uraeus, wtaymans, yselkowitz)
gstreamer1-plugins-bad-free-1.28.0-4.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
gstreamer1-plugins-bad-free-1.28.0-4.fc45.src requires pkgconfig(sndfile) = 1.2.2
gstreamer1-plugins-bad-free-1.28.0-4.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
guitarix (maintained by: tartina, verdurin)
guitarix-0.47.0-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
guitarix-0.47.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-guitarix-plugins-0.47.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
hydrogen (maintained by: lkundrak, nphilipp, tartina)
hydrogen-1.2.6-3.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
hydrogen-1.2.6-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
hydrogen-1.2.6-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
icewm (maintained by: atim)
icewm-4.0.0-3.fc44.src requires pkgconfig(sndfile) = 1.2.2
icewm-4.0.0-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
jack-audio-connection-kit (maintained by: nphilipp, rathann, tartina)
jack-audio-connection-kit-1.9.22-11.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
jack-example-tools (maintained by: nphilipp)
jack-example-tools-4-7.fc44.src requires pkgconfig(sndfile) = 1.2.2
jack-examples-4-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
jconvolver (maintained by: tartina)
jconvolver-1.0.3-17.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
jconvolver-1.0.3-17.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
jkmeter (maintained by: tartina)
jkmeter-0.9.0-10.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
jmeters (maintained by: tartina)
jmeters-0.4.1-32.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
julius (maintained by: spot)
julius-4.6-10.fc44.i686 requires libsndfile.so.1
julius-4.6-10.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
julius-4.6-10.fc44.x86_64 requires libsndfile.so.1()(64bit)
k3b (maintained by: @kde-sig, siosm, than)
k3b-1:25.12.2-2.fc45.src requires pkgconfig(sndfile) = 1.2.2
k3b-libs-1:25.12.2-2.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
k3b-libs-1:25.12.2-2.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ladspa (maintained by: @multimedia-sig, dcavalca, ngompa, wtaymans)
ladspa-1.17-9.fc44.src requires pkgconfig(sndfile) = 1.2.2
ladspa-1.17-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libbs2b (maintained by: @multimedia-sig, kvolny, tdawson)
libbs2b-3.1.0-37.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
libbs2b-3.1.0-37.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
libbs2b-3.1.0-37.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libfilteraudio (maintained by: eclipseo)
libfilteraudio-0.0.1-22.fc44.src requires pkgconfig(sndfile) = 1.2.2
libfishsound (maintained by: salimma)
libfishsound-1.0.0-35.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
libfishsound-tools-1.0.0-35.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libinstpatch (maintained by: music)
libinstpatch-1.1.7-3.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
libinstpatch-1.1.7-3.fc44.src requires pkgconfig(sndfile) = 1.2.2
libinstpatch-1.1.7-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libinstpatch-devel-1.1.7-3.fc44.i686 requires libsndfile-devel(x86-32) = 1.2.2-11.fc45, pkgconfig(sndfile) = 1.2.2
libinstpatch-devel-1.1.7-3.fc44.x86_64 requires libsndfile-devel(x86-64) = 1.2.2-11.fc45, pkgconfig(sndfile) = 1.2.2
libkdegames (maintained by: @kde-sig, than)
libkdegames-25.12.2-2.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
libkdegames-25.12.2-2.fc45.src requires pkgconfig(sndfile) = 1.2.2
libkdegames-25.12.2-2.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libopenmpt (maintained by: mschwendt, robert)
libopenmpt-0.8.4-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
openmpt123-0.8.4-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libresample (maintained by: @epel-packagers-sig, jsmith)
libresample-0.1.3-48.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
libresample-0.1.3-48.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
libresample-0.1.3-48.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libresample-devel-0.1.3-48.fc44.i686 requires libsndfile.so.1
libresample-devel-0.1.3-48.fc44.x86_64 requires libsndfile.so.1()(64bit)
libsamplerate (maintained by: jwrdegoede, lkundrak, nphilipp, perex, tartina)
libsamplerate-0.2.2-12.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lilv (maintained by: nphilipp, tartina)
lilv-0.26.2-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
lilv-0.26.2-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
linsim (maintained by: hobbes1069)
linsim-2.0.4-12.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
linsim-2.0.4-12.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lmms (maintained by: thm)
lmms-1.2.2-20.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lmms-1.2.2-20.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins (maintained by: vascom)
lsp-plugins-1.2.26-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lsp-plugins-clap-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-jack-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-ladspa-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-lv2-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-vst-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-vst3-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2 (maintained by: @multimedia-sig, nphilipp, slaanesh, tartina)
lv2-1.18.10-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-fabla (maintained by: tartina)
lv2-fabla-1.3.2-0.16.20181215gitabeb3e9.fc44.src requires pkgconfig(sndfile) = 1.2.2
lv2-fabla-1.3.2-0.16.20181215gitabeb3e9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-ir-plugins (maintained by: tartina)
lv2-ir-plugins-1.3.4-22.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-ir-plugins-1.3.4-22.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-ll-plugins (maintained by: tartina)
lv2-ll-plugins-0.2.8-41.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-ll-plugins-0.2.8-41.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
samplv1 (maintained by: tartina)
lv2-samplv1-0.9.91-5.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
samplv1-0.9.91-5.fc42.src requires pkgconfig(sndfile) = 1.2.2
samplv1-0.9.91-5.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-sorcer (maintained by: tartina)
lv2-sorcer-1.1.3-0.15.20171126git0a8cef4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-x42-plugins (maintained by: eeickmeyer, tartina)
lv2-x42-plugins-0.21.0-0.3.20250512.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-x42-plugins-0.21.0-0.3.20250512.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
mixxx (maintained by: rathann)
mixxx-2.5.4-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
mixxx-2.5.4-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
mumble (maintained by: carlwgeorge, ngompa)
mumble-1.4.287-10.fc44.src requires pkgconfig(sndfile) = 1.2.2
mumble-1.4.287-10.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
musescore (maintained by: jjames)
musescore-4.6.5-36.fc45.src requires pkgconfig(sndfile) = 1.2.2
musescore-4.6.5-36.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
octave (maintained by: @scitech_sig, alexlan, ferdnyc, orion, trix)
octave-6:10.3.0-6.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
octave-6:10.3.0-6.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
octave-6:10.3.0-6.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
openal-soft (maintained by: @multimedia-sig, fcami, jwrdegoede, tdawson)
openal-soft-1.24.2-6.fc44.src requires pkgconfig(sndfile) = 1.2.2
openal-soft-examples-1.24.2-6.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
os-autoinst (maintained by: adamwill)
os-autoinst-5^20260123git72cabd0-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
os-autoinst-5^20260123git72cabd0-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
os-autoinst-devel-5^20260123git72cabd0-2.fc44.x86_64 requires pkgconfig(sndfile) = 1.2.2
pipewire (maintained by: wtaymans)
pipewire-1.6.0-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
pipewire-libs-1.6.0-1.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
pipewire-libs-1.6.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
pipewire-utils-1.6.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
pulseaudio (maintained by: jankratochvil, lennart, lkundrak, wtaymans)
pulseaudio-17.0-9.fc44.src requires pkgconfig(sndfile) = 1.2.2
pulseaudio-17.0-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
pulseaudio-libs-17.0-9.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
pulseaudio-libs-17.0-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
pulseaudio-utils-17.0-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
python-soundfile (maintained by: limb)
python-soundfile-0.13.1-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
qmmp (maintained by: kvolny)
qmmp-2.3.1-2.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
qmmp-2.3.1-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
qmmp-2.3.1-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
qtractor (maintained by: @multimedia-sig, topazus)
qtractor-1.5.11-1.fc45.src requires pkgconfig(sndfile) = 1.2.2
qtractor-1.5.11-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
quadrapassel (maintained by: @gnome-sig, kalev, mclasen)
quadrapassel-50~rc-1.fc45.src requires pkgconfig(sndfile) = 1.2.2
quadrapassel-50~rc-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rakarrack (maintained by: dtimms)
rakarrack-0.6.2-0.34.20150814gita620840.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
rakarrack-0.6.2-0.34.20150814gita620840.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
roc-toolkit (maintained by: jskarvad)
roc-toolkit-0.4.0-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
roc-toolkit-utils-0.4.0-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rocal (maintained by: @rocm-packagers-sig, trix)
rocal-7.2.0-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
rocal-7.2.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rosegarden4 (maintained by: nphilipp, tartina)
rosegarden4-25.06-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
rosegarden4-25.06-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rtpproxy (maintained by: peter)
rtpproxy-3.0.1-10.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
rtpproxy-3.0.1-10.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rubberband (maintained by: @epel-packagers-sig, @multimedia-sig, salimma, slaanesh)
rubberband-4.0.0-5.fc44.src requires pkgconfig(sndfile) = 1.2.2
rubberband-4.0.0-5.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
sbc (maintained by: pbrobinson)
sbc-2.1-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
sndfile-tools (maintained by: tartina)
sndfile-tools-1.5-14.fc44.src requires pkgconfig(sndfile) = 1.2.2
sndfile-tools-1.5-14.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
sonic-visualiser (maintained by: @multimedia-sig, salimma)
sonic-visualiser-5.2.1-7.fc44.src requires pkgconfig(sndfile) = 1.2.2
sonic-visualiser-5.2.1-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
sooperlooper (maintained by: jwrdegoede)
sooperlooper-1.7.9-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
sooperlooper-1.7.9-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
soundtracker (maintained by: eeickmeyer, hanecak, ndim)
soundtracker-1.0.5-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
soundtracker-1.0.5-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
sox (maintained by: heffer, jkucera, mavit)
sox-14.4.2.0-44.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
sox-14.4.2.0-44.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
sox-14.4.2.0-44.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
speech-dispatcher (maintained by: limb)
speech-dispatcher-0.12.1-6.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
speech-dispatcher-0.12.1-6.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
supercollider (maintained by: tdecacqu)
supercollider-3.13.0-3.fc43.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
supercollider-3.13.0-3.fc43.src requires libsndfile-devel = 1.2.2-11.fc45
supercollider-3.13.0-3.fc43.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
supercollider-devel-3.13.0-3.fc43.i686 requires libsndfile-devel = 1.2.2-11.fc45
supercollider-devel-3.13.0-3.fc43.x86_64 requires libsndfile-devel = 1.2.2-11.fc45
traverso (maintained by: vascom)
traverso-0.49.6-17.fc43.src requires libsndfile-devel = 1.2.2-11.fc45
traverso-0.49.6-17.fc43.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
tucnak (maintained by: jskarvad)
tucnak-4.71-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
tucnak-4.71-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
twinkle (maintained by: smani)
twinkle-1.10.3-10.git78313b4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
twinkle-1.10.3-10.git78313b4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
twolame (maintained by: @multimedia-sig, slaanesh, zsun)
twolame-0.4.0-9.fc44.src requires pkgconfig(sndfile) = 1.2.2
twolame-0.4.0-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
vamp-plugin-sdk (maintained by: @epel-packagers-sig, @multimedia-sig, dtimms, salimma)
vamp-plugin-sdk-2.10-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
vamp-plugin-sdk-devel-2.10-4.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
vamp-plugin-sdk-devel-2.10-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
whipper (maintained by: mavit)
whipper-0.10.0-23.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
whipper-0.10.0-23.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
xmms2 (maintained by: spot)
xmms2-0.9.6-2.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
xmms2-0.9.6-2.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
xournalpp (maintained by: luya, orion)
xournalpp-1.3.2-1.fc44.src requires pkgconfig(sndfile) = 1.2.2
xournalpp-1.3.2-1.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
yoshimi (maintained by: verdurin)
yoshimi-2.3.0-9.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
zita-resampler (maintained by: tartina)
zita-resampler-1.11.2-4.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
zita-resampler-1.11.2-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
zita-resampler-1.11.2-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
Too many dependencies for autogen, not all listed here
Depending on: csslint (1), status change: 2026-02-19 (0 weeks ago)
vim-syntastic (maintained by: mhjacks)
vim-syntastic-css-3.10.0-29.fc44.noarch requires csslint = 1.0.5-21.fc44
Depending on: gnome-applets (1), status change: 2026-01-29 (3 weeks ago)
gnome-flashback (maintained by: atim, orphan, yselkowitz)
gnome-flashback-3.58.0-2.fc44.x86_64 requires gnome-applets(x86-64) = 3.58.0-2.fc44
Depending on: gnome-panel (3), status change: 2026-01-29 (3 weeks ago)
gnome-applets (maintained by: atim, orphan, yselkowitz)
gnome-applets-3.58.0-2.fc44.src requires pkgconfig(libgnome-panel) = 3.58.1
gnome-applets-3.58.0-2.fc44.x86_64 requires gnome-panel = 3.58.1-2.fc44, libgnome-panel.so.3()(64bit)
gnome-flashback (maintained by: atim, orphan, yselkowitz)
gnome-flashback-3.58.0-2.fc44.src requires pkgconfig(libgnome-panel) = 3.58.1
gnome-flashback-3.58.0-2.fc44.x86_64 requires gnome-applets(x86-64) = 3.58.0-2.fc44, gnome-panel(x86-64) = 3.58.1-2.fc44, libgnome-panel.so.3()(64bit)
workrave (maintained by: nonamedotc, wojnilowicz)
workrave-1.11.0~rc.1-7.fc44.src requires pkgconfig(libgnome-panel) = 3.58.1
workrave-gnome-flashback-1.11.0~rc.1-7.fc44.x86_64 requires gnome-panel = 3.58.1-2.fc44, libgnome-panel.so.3()(64bit)
Depending on: golang-github-cockroachdb-cockroach-go (3), status change: 2026-02-10 (2 weeks ago)
golang-github-google-trillian (maintained by: @go-sig, alexsaezm)
golang-github-google-trillian-1.6.0-1.fc42.src requires golang(github.com/cockroachdb/cockroach-go/v2/crdb/crdbpgx) = 2.1.0-15.fc43, golang(github.com/cockroachdb/cockroach-go/v2/testserver) = 2.1.0-15.fc43
golang-github-google-trillian-devel-1.6.0-1.fc42.noarch requires golang(github.com/cockroachdb/cockroach-go/v2/crdb/crdbpgx) = 2.1.0-15.fc43
golang-github-google-certificate-transparency (maintained by: @go-sig, alexsaezm)
golang-github-google-certificate-transparency-1.1.3-8.fc41.src requires golang(github.com/google/trillian) = 1.6.0-1.fc42, golang(github.com/google/trillian/client) = 1.6.0-1.fc42, golang(github.com/google/trillian/client/backoff) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/der) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pem) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pkcs11) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keyspb) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/opencensus) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/prometheus) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testdb) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testonly) = 1.6.0-1.fc42, golang(github.com/google/trillian/testonly/integration) = 1.6.0-1.fc42, golang(github.com/google/trillian/types) = 1.6.0-1.fc42, golang(github.com/google/trillian/util) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/clock) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2/etcd) = 1.6.0-1.fc42
golang-github-google-certificate-transparency-devel-1.1.3-8.fc41.noarch requires golang(github.com/google/trillian) = 1.6.0-1.fc42, golang(github.com/google/trillian/client) = 1.6.0-1.fc42, golang(github.com/google/trillian/client/backoff) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/der) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pem) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pkcs11) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keyspb) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/opencensus) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/prometheus) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testonly) = 1.6.0-1.fc42, golang(github.com/google/trillian/testonly/integration) = 1.6.0-1.fc42, golang(github.com/google/trillian/types) = 1.6.0-1.fc42, golang(github.com/google/trillian/util) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/clock) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2/etcd) = 1.6.0-1.fc42
golang-github-cloudflare-cfssl (maintained by: @go-sig, mikelo2)
golang-github-cloudflare-cfssl-1.6.5-2.fc41.src requires golang(github.com/google/certificate-transparency-go) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/client) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/jsonclient) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/tls) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/x509) = 1.1.3-8.fc41
golang-github-cloudflare-cfssl-devel-1.6.5-2.fc41.noarch requires golang(github.com/google/certificate-transparency-go) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/client) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/jsonclient) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/tls) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/x509) = 1.1.3-8.fc41
Depending on: golang-github-crossdock (1), status change: 2026-02-17 (1 weeks ago)
golang-github-uber-jaeger-client (maintained by: @go-sig, orphan)
golang-github-uber-jaeger-client-2.30.0-16.fc44.src requires golang(github.com/crossdock/crossdock-go) = 0-0.20.20190628git049aabb.fc44
golang-github-uber-jaeger-client-devel-2.30.0-16.fc44.noarch requires golang(github.com/crossdock/crossdock-go) = 0-0.20.20190628git049aabb.fc44
Depending on: golang-github-google-go-github (6), status change: 2026-02-10 (2 weeks ago)
golang-github-azure-sdk (maintained by: @go-sig, jcline)
golang-github-azure-sdk-66.0.0-7.fc41.src requires golang(github.com/google/go-github/github) = 55.0.0-4.fc41
golang-github-azure-sdk-devel-66.0.0-7.fc41.noarch requires golang(github.com/google/go-github/github) = 55.0.0-4.fc41
golang-github-cloudflare (maintained by: @go-sig, eclipseo)
golang-github-cloudflare-0.100.0-1.fc41.src requires golang(github.com/google/go-github/github) = 55.0.0-4.fc41
golang-github-cloudflare-devel-0.100.0-1.fc41.noarch requires golang(github.com/google/go-github/github) = 55.0.0-4.fc41
golang-github-distribution-3 (maintained by: @go-sig, alexsaezm)
golang-github-distribution-3-3.0.0-0.7.pre1.20221009git0122d7d.fc41.src requires golang(github.com/Azure/azure-sdk-for-go/storage) = 66.0.0-7.fc41
golang-github-distribution-3-devel-3.0.0-0.7.pre1.20221009git0122d7d.fc41.noarch requires golang(github.com/Azure/azure-sdk-for-go/storage) = 66.0.0-7.fc41
golang-github-docker-distribution (maintained by: @go-sig, alexsaezm)
golang-github-docker-distribution-2.8.3-4.fc44.src requires golang(github.com/Azure/azure-sdk-for-go/storage) = 66.0.0-7.fc41
golang-github-docker-distribution-devel-2.8.3-4.fc44.noarch requires golang(github.com/Azure/azure-sdk-for-go/storage) = 66.0.0-7.fc41
golang-github-theupdateframework-notary (maintained by: @go-sig, alexsaezm)
golang-github-theupdateframework-notary-0.7.0-16.fc41.src requires golang(github.com/distribution/distribution/v3/context) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/health) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/api/errcode) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/htpasswd) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/silly) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/token) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/auth) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/auth/challenge) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/transport) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/uuid) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41
golang-github-theupdateframework-notary-devel-0.7.0-16.fc41.noarch requires golang(github.com/distribution/distribution/v3/context) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/health) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/api/errcode) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/htpasswd) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/token) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/auth) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/auth/challenge) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/transport) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/uuid) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41
golang-github-appc-docker2aci (maintained by: @go-sig, eclipseo)
golang-github-appc-docker2aci-0.17.2-17.fc41.src requires golang(github.com/docker/distribution/reference) = 2.8.3-4.fc44
golang-github-appc-docker2aci-devel-0.17.2-17.fc41.noarch requires golang(github.com/docker/distribution/reference) = 2.8.3-4.fc44
Depending on: golang-github-olekukonko-tablewriter (12), status change: 2026-02-17 (1 weeks ago)
apache-cloudstack-cloudmonkey (maintained by: @go-sig, olem)
apache-cloudstack-cloudmonkey-6.2.0-19.fc44.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-apache-cloudstack-cloudmonkey-devel-6.2.0-19.fc44.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
etcd (maintained by: @go-sig, gscrivano, jchaloup, walters)
etcd-3.5.13-1.fc41.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-etcd-devel-3.5.13-1.fc41.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-entgo-ent (maintained by: @go-sig, salimma)
golang-entgo-ent-0.10.0-13.fc41.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-entgo-ent-devel-0.10.0-13.fc41.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-awslabs-aws-multi-module-repository-tools (maintained by: @go-sig, orphan)
golang-github-awslabs-aws-multi-module-repository-tools-0-0.7.20221016gitb6ea859.fc41.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-awslabs-aws-multi-module-repository-tools-devel-0-0.7.20221016gitb6ea859.fc41.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-cloudflare (maintained by: @go-sig, eclipseo)
golang-github-cloudflare-0.100.0-1.fc41.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-cloudflare-devel-0.100.0-1.fc41.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-mroach-rom64 (maintained by: @go-sig, dcavalca)
golang-github-mroach-rom64-0.5.3-15.fc44.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-mroach-rom64-devel-0.5.3-15.fc44.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-jaytaylor-html2text (maintained by: @go-sig, eclipseo)
golang-jaytaylor-html2text-0-0.14.20220509gitbc68cce.fc44.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-jaytaylor-html2text-devel-0-0.14.20220509gitbc68cce.fc44.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-google-certificate-transparency (maintained by: @go-sig, alexsaezm)
golang-github-google-certificate-transparency-1.1.3-8.fc41.src requires golang(github.com/google/trillian) = 1.6.0-1.fc42, golang(github.com/google/trillian/client) = 1.6.0-1.fc42, golang(github.com/google/trillian/client/backoff) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/der) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pem) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pkcs11) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keyspb) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/opencensus) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/prometheus) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testdb) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testonly) = 1.6.0-1.fc42, golang(github.com/google/trillian/testonly/integration) = 1.6.0-1.fc42, golang(github.com/google/trillian/types) = 1.6.0-1.fc42, golang(github.com/google/trillian/util) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/clock) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2/etcd) = 1.6.0-1.fc42, golang(go.etcd.io/etcd/client/v3) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.13-1.fc41
golang-github-google-certificate-transparency-devel-1.1.3-8.fc41.noarch requires golang(github.com/google/trillian) = 1.6.0-1.fc42, golang(github.com/google/trillian/client) = 1.6.0-1.fc42, golang(github.com/google/trillian/client/backoff) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/der) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pem) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pkcs11) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keyspb) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/opencensus) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/prometheus) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testonly) = 1.6.0-1.fc42, golang(github.com/google/trillian/testonly/integration) = 1.6.0-1.fc42, golang(github.com/google/trillian/types) = 1.6.0-1.fc42, golang(github.com/google/trillian/util) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/clock) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2/etcd) = 1.6.0-1.fc42, golang(go.etcd.io/etcd/client/v3) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.13-1.fc41
golang-github-google-trillian (maintained by: @go-sig, alexsaezm)
golang-github-google-trillian-1.6.0-1.fc42.src requires golang(go.etcd.io/etcd/client/v3) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/server/v3/embed) = 3.5.13-1.fc41
golang-github-google-trillian-devel-1.6.0-1.fc42.noarch requires golang(go.etcd.io/etcd/client/v3) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/server/v3/embed) = 3.5.13-1.fc41
golang-github-xordataexchange-crypt (maintained by: @go-sig, eclipseo)
golang-github-xordataexchange-crypt-0.0.2-21.20190412gitb2862e3.fc41.src requires golang(go.etcd.io/etcd/client/v2) = 3.5.13-1.fc41
golang-github-xordataexchange-crypt-devel-0.0.2-21.20190412gitb2862e3.fc41.noarch requires golang(go.etcd.io/etcd/client/v2) = 3.5.13-1.fc41
python-etcd (maintained by: neil)
python-etcd-0.5.0~20231031git5aea0fd-7.fc44.src requires etcd = 3.5.13-1.fc41
golang-github-cloudflare-cfssl (maintained by: @go-sig, mikelo2)
golang-github-cloudflare-cfssl-1.6.5-2.fc41.src requires golang(github.com/google/certificate-transparency-go) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/client) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/jsonclient) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/tls) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/x509) = 1.1.3-8.fc41
golang-github-cloudflare-cfssl-devel-1.6.5-2.fc41.noarch requires golang(github.com/google/certificate-transparency-go) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/client) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/jsonclient) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/tls) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/x509) = 1.1.3-8.fc41
Depending on: golang-github-pquerna-otp (1), status change: 2026-02-10 (2 weeks ago)
golang-github-cyberdotgent-route3270 (maintained by: @go-sig, dcavalca)
golang-github-cyberdotgent-route3270-0.2-16.fc44.src requires golang(github.com/pquerna/otp/totp) = 1.4.0-12.fc44
golang-github-cyberdotgent-route3270-devel-0.2-16.fc44.noarch requires golang(github.com/pquerna/otp/totp) = 1.4.0-12.fc44
Depending on: golang-google-appengine (12), status change: 2026-02-23 (0 weeks ago)
golang-github-gocolly-colly-2 (maintained by: @go-sig, eclipseo)
golang-github-gocolly-colly-2-2.1.0-17.20210920git2f09941.fc44.src requires golang(google.golang.org/appengine/urlfetch) = 1.6.7-18.fc44
golang-github-gocolly-colly-2-devel-2.1.0-17.20210920git2f09941.fc44.noarch requires golang(google.golang.org/appengine/urlfetch) = 1.6.7-18.fc44
golang-github-vmihailenco-msgpack-5 (maintained by: @go-sig, mikelo2)
golang-github-vmihailenco-msgpack-5-5.3.5-7.fc43.src requires golang(google.golang.org/appengine/datastore) = 1.6.7-18.fc44
golang-github-vmihailenco-msgpack-5-devel-5.3.5-7.fc43.noarch requires golang(google.golang.org/appengine/datastore) = 1.6.7-18.fc44
golang-github-zclconf-cty (maintained by: @go-sig, mikelo2)
golang-github-zclconf-cty-1.16.0-3.fc43.src requires golang(github.com/vmihailenco/msgpack/v5) = 5.3.5-7.fc43, golang(github.com/vmihailenco/msgpack/v5/msgpcode) = 5.3.5-7.fc43
golang-github-zclconf-cty-devel-1.16.0-3.fc43.noarch requires golang(github.com/vmihailenco/msgpack/v5) = 5.3.5-7.fc43, golang(github.com/vmihailenco/msgpack/v5/msgpcode) = 5.3.5-7.fc43
golang-ariga-atlas (maintained by: @go-sig, eclipseo)
golang-ariga-atlas-0.3.6-16.fc44.src requires golang(github.com/hashicorp/hcl/v2) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/gohcl) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclparse) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclsyntax) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclwrite) = 2.22.0-1.fc42, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function) = 1.16.0-3.fc43
golang-ariga-atlas-devel-0.3.6-16.fc44.noarch requires golang(github.com/hashicorp/hcl/v2) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/gohcl) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclparse) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclsyntax) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclwrite) = 2.22.0-1.fc42, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function) = 1.16.0-3.fc43
golang-github-alecthomas-kong-hcl (maintained by: @go-sig, mikelo2)
golang-github-alecthomas-kong-hcl-1:1.0.1-15.fc43.src requires golang(github.com/hashicorp/hcl/v2) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/gohcl) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclparse) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclsyntax) = 2.22.0-1.fc42, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-alecthomas-kong-hcl-devel-1:1.0.1-15.fc43.noarch requires golang(github.com/hashicorp/hcl/v2) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/gohcl) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclparse) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclsyntax) = 2.22.0-1.fc42, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-hashicorp-hcl-2 (maintained by: @go-sig, mikelo2)
golang-github-hashicorp-hcl-2-2.22.0-1.fc42.src requires golang(github.com/zclconf/go-cty-debug/ctydebug) = 0-0.7.20240623git0d6042c.fc43, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/convert) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function/stdlib) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/gocty) = 1.16.0-3.fc43
golang-github-hashicorp-hcl-2-devel-2.22.0-1.fc42.noarch requires golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/convert) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function/stdlib) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/gocty) = 1.16.0-3.fc43
golang-github-hashicorp-terraform-json (maintained by: @go-sig, eclipseo)
golang-github-hashicorp-terraform-json-0.17.1-6.fc43.src requires golang(github.com/zclconf/go-cty-debug/ctydebug) = 0-0.7.20240623git0d6042c.fc43, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-hashicorp-terraform-json-devel-0.17.1-6.fc43.noarch requires golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-zclconf-cty-debug (maintained by: @go-sig, eclipseo)
golang-github-zclconf-cty-debug-0-0.7.20240623git0d6042c.fc43.src requires golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-zclconf-cty-debug-devel-0-0.7.20240623git0d6042c.fc43.noarch requires golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-entgo-ent (maintained by: @go-sig, salimma)
golang-entgo-ent-0.10.0-13.fc41.src requires golang(ariga.io/atlas/sql/migrate) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/mysql) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/postgres) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/schema) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/sqlite) = 0.3.6-16.fc44
golang-entgo-ent-devel-0.10.0-13.fc41.noarch requires golang(ariga.io/atlas/sql/migrate) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/mysql) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/postgres) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/schema) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/sqlite) = 0.3.6-16.fc44
golang-github-alecthomas-chroma (maintained by: @go-sig, athoscr)
golang-github-alecthomas-chroma-2.15.0-4.fc44.src requires golang(github.com/alecthomas/kong-hcl) = 1.0.1-15.fc43
golang-github-alecthomas-chroma-devel-2.15.0-4.fc44.noarch requires golang(github.com/alecthomas/kong-hcl) = 1.0.1-15.fc43
golang-github-alecthomas-chroma-2 (maintained by: @epel-packagers-sig, @go-sig, mikep)
golang-github-alecthomas-chroma-2-2.14.0-6.fc44.src requires golang(github.com/alecthomas/kong-hcl) = 1.0.1-15.fc43
golang-github-alecthomas-chroma-2-devel-2.14.0-6.fc44.noarch requires golang(github.com/alecthomas/kong-hcl) = 1.0.1-15.fc43
golang-github-niklasfasching-org (maintained by: @go-sig, qulogic)
golang-github-niklasfasching-org-1.9.1-4.fc44.src requires golang(github.com/alecthomas/chroma/v2) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/formatters/html) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/lexers) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/styles) = 2.14.0-6.fc44
golang-github-niklasfasching-org-devel-1.9.1-4.fc44.noarch requires golang(github.com/alecthomas/chroma/v2) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/formatters/html) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/lexers) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/styles) = 2.14.0-6.fc44
Depending on: nvml (45), status change: 2026-02-18 (1 weeks ago)
ceph (maintained by: kkeithle, marcan)
ceph-2:20.2.0-9.fc45.src requires libpmem-devel = 2.1.0-5.fc44, libpmemobj-devel = 2.1.0-5.fc44
librbd1-2:20.2.0-9.fc45.x86_64 requires libpmemobj.so.1()(64bit), libpmemobj.so.1(LIBPMEMOBJ_1.0)(64bit)
fio (maintained by: preichl, sandeen)
fio-engine-dev-dax-3.40-3.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
fio-engine-libpmem-3.40-3.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
fio-engine-rados-3.40-3.fc44.x86_64 requires librados.so.2()(64bit)
fio-engine-rbd-3.40-3.fc44.x86_64 requires librados.so.2()(64bit), librbd.so.1()(64bit)
qemu (maintained by: @virtmaint-sig, berrange, bonzini, crobinso, mcascella, rjones)
qemu-2:10.2.0-8.fc44.src requires libpmem-devel = 2.1.0-5.fc44, librbd-devel = 2:20.2.0-9.fc45
qemu-system-aarch64-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-alpha-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-arm-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-avr-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-hppa-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-loongarch64-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-m68k-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-microblaze-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-mips-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-or1k-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-ppc-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-riscv-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-rx-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-s390x-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-sh4-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-sparc-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-tricore-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-x86-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-xtensa-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-block-rbd-2:10.2.0-8.fc44.x86_64 requires librados.so.2()(64bit), librbd.so.1()(64bit)
samba (maintained by: abbra, anoopcs, asn, gd, jstephen, pfilipen, simo)
ctdb-ceph-mutex-2:4.24.0-0.6.rc3.fc45.x86_64 requires librados.so.2()(64bit)
samba-vfs-cephfs-2:4.24.0-0.6.rc3.fc45.x86_64 requires libcephfs.so.2()(64bit)
libvirt (maintained by: @virtmaint-sig, berrange, crobinso, laine)
libvirt-daemon-driver-storage-rbd-12.0.0-3.fc44.x86_64 requires librados.so.2()(64bit), librados.so.2(LIBRADOS_14.2.0)(64bit), librbd.so.1()(64bit)
libvirt-daemon-driver-qemu-12.0.0-3.fc44.x86_64 requires /usr/bin/qemu-img
libvirt-daemon-driver-storage-core-12.0.0-3.fc44.x86_64 requires /usr/bin/qemu-img
libvirt-daemon-kvm-12.0.0-3.fc44.x86_64 requires qemu-kvm = 2:10.2.0-8.fc44
libvirt-daemon-qemu-12.0.0-3.fc44.x86_64 requires qemu = 2:10.2.0-8.fc44
nfs-ganesha (maintained by: dang, devos, kkeithle)
nfs-ganesha-ceph-9.6-1.fc45.x86_64 requires libcephfs.so.2()(64bit)
nfs-ganesha-rados-grace-9.6-1.fc45.x86_64 requires librados.so.2()(64bit)
nfs-ganesha-rados-urls-9.6-1.fc45.x86_64 requires librados.so.2()(64bit)
nfs-ganesha-rgw-9.6-1.fc45.x86_64 requires librgw.so.2()(64bit)
scsi-target-utils (maintained by: mlombard, terjeros)
scsi-target-utils-rbd-1.0.97-2.fc44.x86_64 requires librados.so.2()(64bit), librbd.so.1()(64bit)
tcmu-runner (maintained by: mlombard)
tcmu-runner-1.5.4-14.fc44.src requires librbd-devel = 2:20.2.0-9.fc45
tcmu-runner-1.5.4-14.fc44.x86_64 requires librbd.so.1()(64bit)
xrootd (maintained by: ellert)
xrootd-ceph-1:5.9.1-2.fc44.x86_64 requires librados.so.2()(64bit), librados.so.2(LIBRADOS_14.2.0)(64bit), libradosstriper.so.1()(64bit)
kdiskmark (maintained by: atim, zawertun)
kdiskmark-3.2.0-3.fc44.x86_64 requires fio(x86-64) = 3.40-3.fc44, fio-engine-libaio(x86-64) = 3.40-3.fc44
appliance-tools (maintained by: ngompa, slaanesh)
appliance-tools-011.3-10.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
byebyebios (maintained by: berrange)
byebyebios-1.0-8.fc44.src requires qemu-system-x86-core = 2:10.2.0-8.fc44
cockpit-machines (maintained by: jelly, kkoukiou, martinpitt, mmarusak)
cockpit-machines-348-1.fc45.noarch requires qemu-audio-spice = 2:10.2.0-8.fc44, qemu-kvm-core = 2:10.2.0-8.fc44
containers-common (maintained by: baude, dwalsh, jnovy, lsm5, luap99, nsella)
containers-common-extra-5:0.67.0-1.fc45.noarch requires qemu-user-static-aarch64 = 2:10.2.0-8.fc44, qemu-user-static-arm = 2:10.2.0-8.fc44, qemu-user-static-x86 = 2:10.2.0-8.fc44
copr-rpmbuild (maintained by: @copr-sig, frostyx, praiskup)
copr-rpmbuild-1.6-3.fc44.x86_64 requires qemu-user-static = 2:10.2.0-8.fc44
crun-vm (maintained by: afaria)
crun-vm-0.3.0-6.fc44.x86_64 requires qemu-img = 2:10.2.0-8.fc44
diffoscope (maintained by: zbyszek)
diffoscope-312-1.fc45.src requires /usr/bin/qemu-img
diskimage-builder (maintained by: @epel-packagers-sig, @openstack-sig, amoralej, dcavalca, slagle)
diskimage-builder-3.34.0-8.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
gdb-gef (maintained by: gordonmessmer)
gdb-gef-2025.01-4.fc44.src requires qemu-user = 2:10.2.0-8.fc44
genimage (maintained by: yaneti)
genimage-19-5.fc44.src requires qemu-img = 2:10.2.0-8.fc44
guestfs-tools (maintained by: rjones)
guestfs-tools-1.55.5-1.fc44.src requires /usr/bin/qemu-img
guestfs-tools-1.55.5-1.fc44.x86_64 requires /usr/bin/qemu-img
image-garden (maintained by: zyga)
image-garden-0.3-3.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44, qemu-system-aarch64-core = 2:10.2.0-8.fc44, qemu-system-x86-core = 2:10.2.0-8.fc44
imagefactory-plugins (maintained by: kevin)
imagefactory-plugins-GCE-1.1.16-20.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
imagefactory-plugins-HyperV-1.1.16-20.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
imagefactory-plugins-RHEVM-1.1.16-20.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
imagefactory-plugins-vSphere-1.1.16-20.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
kata-containers (maintained by: @go-sig, ddd, emlima, etrunko)
kata-containers-3.26.0-1.fc45.1.x86_64 requires qemu-kvm-core = 2:10.2.0-8.fc44
kiwi (maintained by: dcavalca, ngompa, salimma)
kiwi-systemdeps-filesystems-10.2.37-3.fc44.x86_64 requires qemu-img = 2:10.2.0-8.fc44
koji (maintained by: kevin)
koji-vm-1.35.3-9.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
libguestfs (maintained by: rjones)
libguestfs-1:1.59.3-1.fc45.src requires qemu-img = 2:10.2.0-8.fc44
libguestfs-1:1.59.3-1.fc45.x86_64 requires qemu-img = 2:10.2.0-8.fc44, qemu-kvm-core = 2:10.2.0-8.fc44
libvirt-test-API (maintained by: lnie)
libvirt-test-API-1.1-22.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44, qemu-kvm = 2:10.2.0-8.fc44
lorax (maintained by: bcl, clumens, dcantrell, dshea, wwoods)
lorax-lmc-virt-44.4-2.fc44.x86_64 requires qemu = 2:10.2.0-8.fc44
mkosi (maintained by: daandemeyer, salimma, zbyszek)
mkosi-system-deps-26-3.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
openqa (maintained by: adamwill)
openqa-devel-5^20260126git19189f0-1.fc44.noarch requires qemu = 2:10.2.0-8.fc44
os-autoinst (maintained by: adamwill)
os-autoinst-5^20260123git72cabd0-2.fc44.src requires /usr/bin/qemu-img, /usr/bin/qemu-system-i386, qemu-kvm = 2:10.2.0-8.fc44
os-autoinst-devel-5^20260123git72cabd0-2.fc44.x86_64 requires /usr/bin/qemu-img, /usr/bin/qemu-system-i386, qemu-kvm = 2:10.2.0-8.fc44
osbuild (maintained by: @go-sig, @osbuild-sig, akoutsou, obudai, ochosi, supakeen)
osbuild-174-1.fc45.x86_64 requires qemu-img = 2:10.2.0-8.fc44
osbuild-composer (maintained by: @go-sig, @osbuild-sig, akoutsou, obudai, ochosi)
osbuild-composer-worker-164-1.fc45.x86_64 requires qemu-img = 2:10.2.0-8.fc44
podman (maintained by: @go-sig, baude, dwalsh, haircommander, jnovy, lsm5, luap99, mheon, mohanboddu, nsella, rishi)
podman-machine-5:5.8.0-1.fc45.x86_64 requires qemu-img = 2:10.2.0-8.fc44, qemu-system-x86-core = 2:10.2.0-8.fc44
python-oslo-utils (maintained by: @openstack-sig, jcapitao)
python-oslo-utils-7.3.0-7.fc44.src requires qemu-img = 2:10.2.0-8.fc44
kiwi-boxed-plugin (maintained by: ngompa)
python3-kiwi-boxed-plugin-0.2.56-3.fc44.noarch requires qemu-kvm = 2:10.2.0-8.fc44
qemu-sanity-check (maintained by: rjones)
qemu-sanity-check-1.1.6-21.fc44.src requires qemu = 2:10.2.0-8.fc44
qemu-sanity-check-1.1.6-21.fc44.x86_64 requires qemu-system-x86 = 2:10.2.0-8.fc44
quickemu (maintained by: alexhaydock)
quickemu-4.9.9-1.fc45.noarch requires qemu = 2:10.2.0-8.fc44
ravada (maintained by: eclipseo)
ravada-2.4.1-2.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
ravada-2.4.1-2.fc44.src requires qemu-img = 2:10.2.0-8.fc44
tinygo (maintained by: @go-sig, qulogic)
tinygo-0.39.0-1.fc44.src requires qemu-system-arm-core = 2:10.2.0-8.fc44, qemu-system-riscv-core = 2:10.2.0-8.fc44, qemu-user = 2:10.2.0-8.fc44
virt-backup (maintained by: hobbes1069)
virt-backup-0.2.25-16.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
virt-v2v (maintained by: rjones)
virt-v2v-1:2.11.2-1.fc45.src requires /usr/bin/qemu-nbd
virt-v2v-1:2.11.2-1.fc45.x86_64 requires /usr/bin/qemu-nbd
virtiofsd (maintained by: gmaglione, slp)
virtiofsd-1.13.3-1.fc44.x86_64 requires qemu-common = 2:10.2.0-8.fc44
xen (maintained by: jforbes, myoung)
xen-runtime-4.21.0-4.fc45.x86_64 requires /usr/bin/qemu-img
Too many dependencies for nvml, not all listed here
Depending on: pcre (28), status change: 2026-02-18 (1 weeks ago)
ClanLib (maintained by: jwrdegoede)
ClanLib-devel-2.3.7-37.fc44.i686 requires pcre-devel = 8.45-1.fc43.9
ClanLib-devel-2.3.7-37.fc44.x86_64 requires pcre-devel = 8.45-1.fc43.9
adanaxisgpl (maintained by: jwrdegoede)
adanaxisgpl-1.2.5-55.fc44.src requires pcre-devel = 8.45-1.fc43.9
adanaxisgpl-1.2.5-55.fc44.x86_64 requires libpcre.so.1()(64bit)
aircrack-ng (maintained by: fedepell)
aircrack-ng-1.7-12.fc44.i686 requires libpcre.so.1
aircrack-ng-1.7-12.fc44.src requires pcre-devel = 8.45-1.fc43.9
aircrack-ng-1.7-12.fc44.x86_64 requires libpcre.so.1()(64bit)
ccze (maintained by: @epel-packagers-sig, dcavalca, salimma)
ccze-0.2.1-51.fc44.src requires pcre-devel = 8.45-1.fc43.9
ccze-0.2.1-51.fc44.x86_64 requires libpcre.so.1()(64bit)
coccinelle (maintained by: rjones)
coccinelle-1.3.1-5.fc45.x86_64 requires libpcre.so.1()(64bit)
eiskaltdcpp (maintained by: vascom)
eiskaltdcpp-2.4.2-24.fc45.i686 requires libpcrecpp.so.0
eiskaltdcpp-2.4.2-24.fc45.src requires pkgconfig(libpcre) = 8.45
eiskaltdcpp-2.4.2-24.fc45.x86_64 requires libpcrecpp.so.0()(64bit)
ghc-pcre-light (maintained by: @haskell-lang-sig, petersen)
ghc-pcre-light-0.4.1.3-5.fc44.src requires pcre-devel = 8.45-1.fc43.9
ghc-pcre-light-0.4.1.3-5.fc44.x86_64 requires libpcre.so.1()(64bit)
ghc-pcre-light-devel-0.4.1.3-5.fc44.x86_64 requires pcre-devel(x86-64) = 8.45-1.fc43.9
ghc-regex-pcre (maintained by: @haskell-lang-sig, petersen)
ghc-regex-pcre-0.95.0.1-5.fc44.src requires pkgconfig(libpcre) = 8.45
ghc-regex-pcre-0.95.0.1-5.fc44.x86_64 requires libpcre.so.1()(64bit)
ghc-regex-pcre-devel-0.95.0.1-5.fc44.x86_64 requires pkgconfig(libpcre) = 8.45
kdelibs (maintained by: @kde-sig, jgrulich, kkofler, than)
kdelibs-6:4.14.38-51.fc44.i686 requires libpcre.so.1
kdelibs-6:4.14.38-51.fc44.src requires pkgconfig(libpcre) = 8.45
kdelibs-6:4.14.38-51.fc44.x86_64 requires libpcre.so.1()(64bit)
kdelibs3 (maintained by: kkofler)
kdelibs3-3.5.10-135.fc45.i686 requires libpcre.so.1
kdelibs3-3.5.10-135.fc45.src requires pcre-devel = 8.45-1.fc43.9
kdelibs3-3.5.10-135.fc45.x86_64 requires libpcre.so.1()(64bit)
kf5-kjs (maintained by: @kde-sig, farchord, jgrulich, than)
kf5-kjs-5.116.0-6.fc44.i686 requires libpcre.so.1
kf5-kjs-5.116.0-6.fc44.src requires pcre-devel = 8.45-1.fc43.9
kf5-kjs-5.116.0-6.fc44.x86_64 requires libpcre.so.1()(64bit)
kf5-kplotting (maintained by: @kde-sig, farchord, jgrulich, than)
kf5-kplotting-5.116.0-5.fc44.src requires pcre-devel = 8.45-1.fc43.9
lumail (maintained by: lkundrak)
lumail-3.1-21.fc44.src requires pcre-devel = 8.45-1.fc43.9
lumail-3.1-21.fc44.x86_64 requires libpcrecpp.so.0()(64bit)
medusa (maintained by: rebus)
medusa-2.3-6.20240130git4e9be7e.fc44.src requires pcre-devel = 8.45-1.fc43.9
mod_auth_openid (maintained by: kevin)
mod_auth_openid-0.8-27.fc44.src requires pcre-devel = 8.45-1.fc43.9
mod_auth_openid-0.8-27.fc44.x86_64 requires libpcre.so.1()(64bit)
monotone (maintained by: thm)
monotone-1.1-54.fc44.src requires pcre-devel = 8.45-1.fc43.9
monotone-1.1-54.fc44.x86_64 requires libpcre.so.1()(64bit)
ocaml-pcre (maintained by: rjones)
ocaml-pcre-8.0.5-4.fc45.src requires pcre-devel = 8.45-1.fc43.9
ocaml-pcre-8.0.5-4.fc45.x86_64 requires libpcre.so.1()(64bit)
ocaml-pcre-devel-8.0.5-4.fc45.x86_64 requires pcre-devel(x86-64) = 8.45-1.fc43.9
opensips (maintained by: peter)
opensips-3.6.4-2.fc45.src requires pcre-devel = 8.45-1.fc43.9
opensips-3.6.4-2.fc45.x86_64 requires libpcre.so.1()(64bit)
opensips-regex-3.6.4-2.fc45.x86_64 requires libpcre.so.1()(64bit)
pads (maintained by: sgrubb)
pads-1.2-44.fc44.src requires pcre-devel = 8.45-1.fc43.9
pads-1.2-44.fc44.x86_64 requires libpcre.so.1()(64bit)
perl-re-engine-PCRE (maintained by: jplesnik, ppisar)
perl-re-engine-PCRE-0.17-45.fc44.src requires pcre-devel = 8.45-1.fc43.9
perl-re-engine-PCRE-0.17-45.fc44.x86_64 requires libpcre.so.1()(64bit)
powwow (maintained by: kalev)
powwow-1.2.23-12.fc44.i686 requires libpcreposix.so.0
powwow-1.2.23-12.fc44.src requires pcre-devel = 8.45-1.fc43.9
powwow-1.2.23-12.fc44.x86_64 requires libpcreposix.so.0()(64bit)
proxysql (maintained by: ignatenkobrain, praiskup)
proxysql-3.0.2-6.fc44.src requires pcre-devel = 8.45-1.fc43.9
proxysql-3.0.2-6.fc44.x86_64 requires libpcre.so.1()(64bit), libpcrecpp.so.0()(64bit)
python-qutepart (maintained by: @kde-sig, @python-packagers-sig, raphgro)
python-qutepart-3.3.3-17.fc44.src requires pcre-devel = 8.45-1.fc43.9
python3-qutepart-3.3.3-17.fc44.x86_64 requires libpcre.so.1()(64bit), pcre = 8.45-1.fc43.9
sslh (maintained by: aperezbios)
sslh-1.21c-15.fc44.src requires pkgconfig(libpcre) = 8.45
sslh-1.21c-15.fc44.x86_64 requires libpcreposix.so.0()(64bit)
tinyfugue (maintained by: psabata)
tinyfugue-5.0-0.117.b8.fc45.src requires pcre-devel = 8.45-1.fc43.9
tinyfugue-5.0-0.117.b8.fc45.x86_64 requires libpcre.so.1()(64bit)
trafficserver (maintained by: jered)
trafficserver-10.1.1-2.fc45.src requires pcre-devel = 8.45-1.fc43.9
trafficserver-10.1.1-2.fc45.x86_64 requires libpcre.so.1()(64bit), pcre = 8.45-1.fc43.9
vdr-epgfixer (maintained by: martinkg)
vdr-epgfixer-0.3.1-44.20180416git354f28b.fc45.src requires pcre-devel = 8.45-1.fc43.9
vdr-epgfixer-0.3.1-44.20180416git354f28b.fc45.x86_64 requires libpcre.so.1()(64bit)
xgrep (maintained by: brendt)
xgrep-0.08-26.fc44.src requires pcre-devel = 8.45-1.fc43.9
xgrep-0.08-26.fc44.x86_64 requires libpcre.so.1()(64bit)
Too many dependencies for pcre, not all listed here
Depending on: ptlib (1), status change: 2026-02-05 (2 weeks ago)
opal (maintained by: orphan)
opal-3.10.11-18.fc41.i686 requires libpt.so.2.10.11
opal-3.10.11-18.fc41.src requires ptlib-devel = 2.10.11-18.fc41
opal-3.10.11-18.fc41.x86_64 requires libpt.so.2.10.11()(64bit)
opal-devel-3.10.11-18.fc41.i686 requires pkgconfig(ptlib) = 2.10.11, ptlib-devel = 2.10.11-18.fc41
opal-devel-3.10.11-18.fc41.x86_64 requires pkgconfig(ptlib) = 2.10.11, ptlib-devel = 2.10.11-18.fc41
Depending on: python-ldap3 (446), status change: 2026-02-10 (2 weeks ago)
mgarepo (maintained by: misc, ngompa)
mgarepo-ldap-1.13.2-37.fc44.noarch requires python3-ldap3 = 2.9.1-16.fc44
pgadmin4 (maintained by: smani)
pgadmin4-9.12-2.fc45.src requires python3dist(ldap3) = 2.9
pgadmin4-9.12-2.fc45.x86_64 requires python3dist(ldap3) = 2.9
python-matrix-synapse-ldap3 (maintained by: dcallagh)
python-matrix-synapse-ldap3-0.3.0-7.fc44.src requires python3dist(ldap3) = 2.9
python3-matrix-synapse-ldap3-0.3.0-7.fc44.noarch requires python3.14dist(ldap3) = 2.9
python-impacket (maintained by: rebus)
python3-impacket-0.12.0-9.fc44.noarch requires python3-ldap3 = 2.9.1-16.fc44, python3.14dist(ldap3) = 2.9
matrix-synapse (maintained by: @epel-packagers-sig, dcallagh, jonathanspw, js, v02460)
matrix-synapse-1.137.0-2.fc44.src requires python3dist(matrix-synapse-ldap3) = 0.3
matrix-synapse+matrix-synapse-ldap3-1.137.0-2.fc44.x86_64 requires python3.14dist(matrix-synapse-ldap3) = 0.3
curl (maintained by: jamacku, jmigacz, kdudka, lzaoral, msekleta, pghmcfc, svashisht, vmihalko)
curl-8.19.0~rc2-1.fc45.src requires python3-impacket = 0.12.0-9.fc44
0ad (maintained by: kalev, limb, pcpa)
0ad-0.28.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
0ad-0.28.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
COPASI (maintained by: @neuro-sig, sagitter)
COPASI-4.46.300-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
CriticalMass (maintained by: jwrdegoede)
CriticalMass-1.5-42.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
FlightGear (maintained by: bellet)
FlightGear-2024.1.4-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
FlightGear-Atlas (maintained by: bellet)
FlightGear-Atlas-0.5.0-0.98.cvs20141002.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
FlightGear-Atlas-0.5.0-0.98.cvs20141002.fc45.x86_64 requires libcurl.so.4()(64bit)
GMT (maintained by: @scitech_sig, orion)
GMT-6.6.0-5.fc44.i686 requires libcurl.so.4
GMT-6.6.0-5.fc44.x86_64 requires libcurl.so.4()(64bit)
NetworkManager (maintained by: alexl, bengal, ffmancera, ihuguet, jvaclav, lkundrak, rhughes, rstrode, thaller, till, vbenes)
NetworkManager-1:1.55.91-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
NetworkManager-1:1.55.91-3.fc44.x86_64 requires libcurl.so.4()(64bit)
NetworkManager-cloud-setup-1:1.55.91-3.fc44.x86_64 requires libcurl.so.4()(64bit)
OpenSceneGraph (maintained by: smani)
OpenSceneGraph-3.6.5-45.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
OpenSceneGraph-libs-3.6.5-45.fc44.i686 requires libcurl.so.4
OpenSceneGraph-libs-3.6.5-45.fc44.x86_64 requires libcurl.so.4()(64bit)
PDAL (maintained by: neteler, smani)
PDAL-libs-2.10.0-1.fc45.i686 requires libcurl.so.4
PDAL-libs-2.10.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
R (maintained by: @r-maint-sig, spot)
R-4.5.2-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
R-core-4.5.2-3.fc44.i686 requires libcurl.so.4
R-core-4.5.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
R-RCurl (maintained by: @r-maint-sig, spot)
R-RCurl-1.98.1.17-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
R-RCurl-1.98.1.17-3.fc44.x86_64 requires libcurl.so.4()(64bit)
R-Rhtslib (maintained by: @r-maint-sig, spot)
R-Rhtslib-3.6.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
R-Rhtslib-3.6.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
R-curl (maintained by: @r-maint-sig, qulogic)
R-curl-7.0.0-5.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
R-curl-7.0.0-5.fc44.x86_64 requires libcurl.so.4()(64bit)
SimGear (maintained by: bellet, jwrdegoede, spot)
SimGear-2024.1.4-1.fc44.i686 requires libcurl.so.4
SimGear-2024.1.4-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
SimGear-2024.1.4-1.fc44.x86_64 requires libcurl.so.4()(64bit)
abrt (maintained by: @abrt-sig, mmarusak, msrb)
abrt-addon-kerneloops-2.17.8-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
abrt-addon-xorg-2.17.8-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
actor-framework (maintained by: topazus)
actor-framework-1.1.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
afflib (maintained by: kwizart, rebus)
afflib-3.7.22-4.fc44.i686 requires libcurl.so.4
afflib-3.7.22-4.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
afflib-3.7.22-4.fc44.x86_64 requires libcurl.so.4()(64bit)
aide (maintained by: alakatos, rsroka, zfridric)
aide-0.19.2-15.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
aide-0.19.2-15.fc44.x86_64 requires libcurl.so.4()(64bit)
alienarena (maintained by: spot)
alienarena-7.71.7-6.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
alienarena-7.71.7-6.fc44.x86_64 requires libcurl.so.4()(64bit)
amanda (maintained by: jridky, orion, pcahyna, tibbs)
amanda-3.5.4-19.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
amanda-3.5.4-19.fc44.x86_64 requires libcurl.so.4()(64bit)
amanda-libs-3.5.4-19.fc44.x86_64 requires libcurl.so.4()(64bit)
amanda-server-3.5.4-19.fc44.x86_64 requires libcurl.so.4()(64bit)
amarok (maintained by: @kde-sig, jgrulich, marcdeop)
amarok-3.3.2-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
amazon-ec2-utils (maintained by: mhayden)
amazon-ec2-utils-2.2.0-9.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
appliance-tools (maintained by: ngompa, slaanesh)
appliance-tools-011.3-10.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
appstream (maintained by: @kde-sig, ngompa, tdawson)
appstream-1.1.0-3.fc44.i686 requires libcurl.so.4
appstream-1.1.0-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
appstream-1.1.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
appstream-generator (maintained by: ngompa)
appstream-generator-0.10.1-1.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
appstream-generator-0.10.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
ardour6 (maintained by: nphilipp, tartina)
ardour6-6.9.0-32.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ardour6-6.9.0-32.fc44.x86_64 requires libcurl.so.4()(64bit)
ardour7 (maintained by: nphilipp)
ardour7-7.5.0-22.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ardour7-7.5.0-22.fc44.x86_64 requires libcurl.so.4()(64bit)
ardour8 (maintained by: nphilipp)
ardour8-8.12.0-10.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ardour8-8.12.0-10.fc44.x86_64 requires libcurl.so.4()(64bit)
ardour9 (maintained by: nphilipp)
ardour9-9.2.0-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
ardour9-9.2.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
asc (maintained by: jwrdegoede)
asc-2.8.0.2-29.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
asterisk (maintained by: @epel-packagers-sig, jsmith)
asterisk-18.12.1-1.fc44.17.i686 requires libcurl.so.4
asterisk-18.12.1-1.fc44.17.src requires libcurl-devel = 8.19.0~rc2-1.fc45
asterisk-18.12.1-1.fc44.17.x86_64 requires libcurl.so.4()(64bit)
asterisk-curl-18.12.1-1.fc44.17.x86_64 requires libcurl.so.4()(64bit)
asymptote (maintained by: spot)
asymptote-3.06-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
asymptote-3.06-1.fc45.x86_64 requires libcurl.so.4()(64bit)
attract-mode (maintained by: @multimedia-sig, dcavalca)
attract-mode-2.7.0-19.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
attract-mode-2.7.0-19.fc44.x86_64 requires libcurl.so.4()(64bit)
audacious-plugins (maintained by: danfruehauf, mschwendt, robert)
audacious-plugins-4.5.1-5.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
audacious-plugins-4.5.1-5.fc44.x86_64 requires libcurl.so.4()(64bit)
bacula (maintained by: jonathanspw, slaanesh)
bacula-15.0.3-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
barrier (maintained by: aekoroglu, dchen)
barrier-2.4.0-13.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
build2 (maintained by: mkrupcale)
bdep-0.17.0-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
bpkg-0.17.0-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
libbutl-0.17.0-7.fc44.i686 requires curl = 8.19.0~rc2-1.fc45
libbutl-0.17.0-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
bijiben (maintained by: @gnome-sig, mcrha)
bijiben-40.2-3.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
bijiben-40.2-3.fc45.x86_64 requires libcurl.so.4()(64bit)
boinc-client (maintained by: germano)
boinc-client-8.2.4-3.fc44.i686 requires libcurl.so.4
boinc-client-8.2.4-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
boinc-client-8.2.4-3.fc44.x86_64 requires libcurl.so.4()(64bit)
buildbox (maintained by: jjardon)
buildbox-1.3.53-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
buildbox-1.3.53-1.fc45.x86_64 requires libcurl.so.4()(64bit)
butt (maintained by: carlwgeorge, jrichardson)
butt-1.46.0-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
butt-1.46.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
bzflag (maintained by: jmakey)
bzflag-2.4.28-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
bzflag-2.4.28-4.fc44.x86_64 requires libcurl.so.4()(64bit)
cairo-dock (maintained by: mtasaka)
cairo-dock-3.6.2-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
cairo-dock-core-3.6.2-3.fc44.i686 requires curl = 8.19.0~rc2-1.fc45
cairo-dock-core-3.6.2-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
cairo-dock-devel-3.6.2-3.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
cairo-dock-devel-3.6.2-3.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
cairo-dock-libs-3.6.2-3.fc44.i686 requires libcurl.so.4
cairo-dock-libs-3.6.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
rust (maintained by: @rust-sig, jcheca, jistone, pmurphy)
cargo-1.93.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
rust-1.93.1-1.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
rust-cargo-c (maintained by: @rust-sig, decathorpe)
cargo-c-0.10.19-1.fc45.x86_64 requires libcurl.so.4()(64bit)
castget (maintained by: goeran)
castget-2.0.1-25.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
castget-2.0.1-25.fc44.x86_64 requires libcurl.so.4()(64bit)
cef (maintained by: @multimedia-sig, hoshinolina, ngompa)
cef-145.0.25^chromium145.0.7632.75-4.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
centerim (maintained by: lkundrak)
centerim-1:4.22.10-50.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
centerim-1:4.22.10-50.fc44.x86_64 requires libcurl.so.4()(64bit)
centos-packager (maintained by: dcavalca)
centos-packager-0.7.0-19.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
centpkg-minimal (maintained by: tdawson)
centpkg-minimal-2.1.0-9.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
ceph (maintained by: kkeithle, marcan)
ceph-2:20.2.0-9.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ceph-common-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
ceph-osd-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
ceph-radosgw-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
ceph-test-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
librados2-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
librgw2-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
certmonger (maintained by: rcritten)
certmonger-0.79.21-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
certmonger-0.79.21-4.fc44.x86_64 requires libcurl.so.4()(64bit)
cfitsio (maintained by: @astro-sig, orion, sergiopr)
cfitsio-4.6.3-2.fc44.i686 requires libcurl.so.4
cfitsio-4.6.3-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
cfitsio-4.6.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
cgit (maintained by: praiskup, rcallicotte)
cgit-1.2.3-19.fc42.src requires libcurl-devel = 8.19.0~rc2-1.fc45
chromium (maintained by: spot, than)
chromium-145.0.7632.109-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
clamav (maintained by: gnat, limb, mstevens, nb, orion, pwouters, robert, steve)
clamav-1.4.3-6.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
clamav-1.4.3-6.fc44.x86_64 requires libcurl.so.4()(64bit)
clamav-freshclam-1.4.3-6.fc44.i686 requires libcurl.so.4
clamav-freshclam-1.4.3-6.fc44.x86_64 requires libcurl.so.4()(64bit)
clamav-unofficial-sigs (maintained by: ondrejj, tartare)
clamav-unofficial-sigs-7.2.5-17.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
clamz (maintained by: dcantrell)
clamz-0.5-35.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
clamz-0.5-35.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail (maintained by: mschwendt, sharkcz)
claws-mail-4.3.1-7.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
claws-mail-plugins-fancy-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-libravatar-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-litehtml-viewer-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-managesieve-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-rssyl-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-spam-report-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-vcalendar-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
clean-rpm-gpg-pubkey (maintained by: mavit)
clean-rpm-gpg-pubkey-0-11.20251031gitc538200.fc44.noarch requires /usr/bin/curl
clevis (maintained by: rsroka, sarroutb, scorreia)
clevis-21-14.fc44.src requires curl = 8.19.0~rc2-1.fc45
clevis-21-14.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
cmake (maintained by: besser82, orion)
cmake-4.2.3-2.fc45.i686 requires libcurl.so.4
cmake-4.2.3-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
cmake-4.2.3-2.fc45.x86_64 requires libcurl.so.4()(64bit)
cmake-gui-4.2.3-2.fc45.x86_64 requires libcurl.so.4()(64bit)
coeurl (maintained by: rathann, yselkowitz)
coeurl-0.3.1-9.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
coeurl-0.3.1-9.fc44.x86_64 requires libcurl.so.4()(64bit)
coeurl-devel-0.3.1-9.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
collectd (maintained by: jonathanspw, kevin, mhlavink)
collectd-5.12.0-61.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
collectd-apache-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-ascent-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-bind-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-curl-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-curl_xml-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-nginx-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-write_http-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
concordance (maintained by: swt2c)
concordance-1.5-19.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libconcord-1.5-19.fc44.i686 requires libcurl.so.4
libconcord-1.5-19.fc44.x86_64 requires libcurl.so.4()(64bit)
condor (maintained by: matyas, ttheisen, valtri)
condor-23.9.6-15.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
condor-23.9.6-15.fc44.x86_64 requires libcurl.so.4()(64bit)
conky (maintained by: jonathanspw, mlichvar, moceap)
conky-1.22.2-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
conky-1.22.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
copr-frontend (maintained by: @copr-sig, frostyx, msuchy, praiskup)
copr-frontend-2.6.hotfix.4-1.fc45.noarch requires curl = 8.19.0~rc2-1.fc45
corsix-th (maintained by: atim)
corsix-th-0.69.2-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
corsix-th-0.69.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
cpanspec (maintained by: mspacek, psabata, steve)
cpanspec-1.78-57.fc44.noarch requires /usr/bin/curl
cpp-httplib (maintained by: @epel-packagers-sig, orion, pemensik)
cpp-httplib-0.32.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
cpr (maintained by: topazus)
cpr-1.14.1-1.fc44.i686 requires libcurl.so.4
cpr-1.14.1-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
cpr-1.14.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
cpr-devel-1.14.1-1.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
cpr-devel-1.14.1-1.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
cpu-x (maintained by: atim, martinkg)
cpu-x-5.4.0-7.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
createrepo_c (maintained by: @rpm-software-management-sig, dmach, jmracek, jrohel, mblaha, ngompa, pkratoch)
createrepo_c-1.2.1-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
createrepo_c-devel-1.2.1-5.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
createrepo_c-devel-1.2.1-5.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
createrepo_c-libs-1.2.1-5.fc44.i686 requires libcurl.so.4
createrepo_c-libs-1.2.1-5.fc44.x86_64 requires libcurl.so.4()(64bit)
crossfire-client (maintained by: limb)
crossfire-client-1.75.5-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
crossfire-client-1.75.5-3.fc44.x86_64 requires libcurl.so.4()(64bit)
cryfs (maintained by: thunderbirdtr)
cryfs-0.11.3-15.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
cryfs-0.11.3-15.fc44.x86_64 requires libcurl.so.4()(64bit)
curlftpfs (maintained by: aekoroglu)
curlftpfs-0.9.2-43.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
curlftpfs-0.9.2-43.fc44.x86_64 requires libcurl.so.4()(64bit)
curlpp (maintained by: filiperosset)
curlpp-0.8.1-32.fc45.i686 requires libcurl.so.4
curlpp-0.8.1-32.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
curlpp-0.8.1-32.fc45.x86_64 requires libcurl.so.4()(64bit)
curlpp-devel-0.8.1-32.fc45.i686 requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
curlpp-devel-0.8.1-32.fc45.x86_64 requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
dar (maintained by: filiperosset, lbazan)
dar-2.8.3-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libdar-2.8.3-1.fc45.i686 requires libcurl.so.4
libdar-2.8.3-1.fc45.x86_64 requires libcurl.so.4()(64bit)
xonotic (maintained by: ignatenkobrain, limb)
darkplaces-20230620-7.fc43.x86_64 requires curl = 8.19.0~rc2-1.fc45
darkplaces-server-20230620-7.fc43.x86_64 requires curl = 8.19.0~rc2-1.fc45
darktable (maintained by: aekoroglu, asn, germano, kalev)
darktable-5.4.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
darktable-5.4.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
davix (maintained by: ellert, mipatras)
davix-0.8.10-6.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
davix-libs-0.8.10-6.fc44.i686 requires libcurl.so.4
davix-libs-0.8.10-6.fc44.x86_64 requires libcurl.so.4()(64bit)
ddnet (maintained by: ngompa, rffontenelle)
ddnet-19.5-1.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ddnet-19.5-1.fc44.x86_64 requires libcurl.so.4()(64bit)
ddnet-server-19.5-1.fc44.x86_64 requires libcurl.so.4()(64bit)
dehydrated (maintained by: pwouters, robert)
dehydrated-0.7.1-10.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
dgit (maintained by: lkundrak)
dgit-14.9-1.fc45.noarch requires curl = 8.19.0~rc2-1.fc45
dionaea (maintained by: rebus)
dionaea-0.11.0-13.20210228git4e459f1.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
dionaea-0.11.0-13.20210228git4e459f1.fc44.x86_64 requires libcurl.so.4()(64bit)
diskimage-builder (maintained by: @epel-packagers-sig, @openstack-sig, amoralej, dcavalca, slagle)
diskimage-builder-3.34.0-8.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
dist-git-client (maintained by: @copr-sig, praiskup)
dist-git-client-1.3-1.fc45.noarch requires curl = 8.19.0~rc2-1.fc45
dnf-repo (maintained by: petersen)
dnf-repo-0.6.1-13.fc44.x86_64 requires libcurl.so.4()(64bit)
dnf5 (maintained by: @rpm-software-management-sig, jonathanspw, nsella, ppisar)
dnf5-5.4.0.0-2.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
dnf5-plugin-automatic-5.4.0.0-2.fc45.x86_64 requires libcurl-full(x86-64) = 8.19.0~rc2-1.fc45
dnf5-plugins-5.4.0.0-2.fc45.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45
dnsconfd (maintained by: @dns-sig, pemensik, tkorbar)
dnsconfd-1.7.5-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
dnsconfd-micro-1.7.5-4.fc44.x86_64 requires libcurl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
doh (maintained by: carlwgeorge)
doh-0.1^1.8654bc9-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
doh-0.1^1.8654bc9-4.fc44.x86_64 requires libcurl.so.4()(64bit)
dolphin-emu (maintained by: mystro256)
dolphin-emu-2503a-13.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
dolphin-emu-2503a-13.fc44.x86_64 requires libcurl.so.4()(64bit)
dolphin-emu-nogui-2503a-13.fc44.x86_64 requires libcurl.so.4()(64bit)
dolphin-emu-tool-2503a-13.fc44.x86_64 requires libcurl.so.4()(64bit)
domoticz (maintained by: mooninite)
domoticz-2025.2-4.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
domoticz-2025.2-4.fc44.x86_64 requires libcurl.so.4()(64bit)
dovecot (maintained by: mhlavink)
dovecot-1:2.4.2-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
kiwi (maintained by: dcavalca, ngompa, salimma)
dracut-kiwi-lib-10.2.37-3.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
dracut (maintained by: jamacku, lnykryn, pvalena)
dracut-live-108-5.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
dub (maintained by: dcavalca)
dub-1.40.0-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
dvblinkremote (maintained by: melmorabity)
dvblinkremote-0.2.0-0.39.beta.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
dvblinkremote-devel-0.2.0-0.39.beta.fc44.i686 requires libcurl-devel(x86-32) = 8.19.0~rc2-1.fc45
dvblinkremote-devel-0.2.0-0.39.beta.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
dvblinkremote-libs-0.2.0-0.39.beta.fc44.i686 requires libcurl.so.4
dvblinkremote-libs-0.2.0-0.39.beta.fc44.x86_64 requires libcurl.so.4()(64bit)
ec2-instance-connect (maintained by: @cloud-sig, davdunc, ngompa)
ec2-instance-connect-1.1.17-4.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
ec2-metadata (maintained by: manpaz)
ec2-metadata-0.1.1-24.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
efl (maintained by: dchen, spot)
efl-1.28.1-5.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
elfutils (maintained by: amerey, fche, jakub, jankratochvil, mcermak, mjw)
elfutils-0.194-3.fc44.src requires curl = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
elfutils-debuginfod-client-0.194-3.fc44.i686 requires libcurl.so.4
elfutils-debuginfod-client-0.194-3.fc44.x86_64 requires libcurl.so.4()(64bit)
enigma (maintained by: michich)
enigma-1.30^20250322gitab9967a-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
enigma-1.30^20250322gitab9967a-3.fc44.x86_64 requires libcurl.so.4()(64bit)
erofs-utils (maintained by: dm0, ngompa)
erofs-utils-1.9-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
erofs-utils-1.9-1.fc45.x86_64 requires libcurl.so.4()(64bit)
et (maintained by: dcavalca, jjg, salimma, topazus)
et-6.2.11-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
et-6.2.11-1.fc45.x86_64 requires libcurl.so.4()(64bit)
ettercap (maintained by: limb)
ettercap-0.8.4-1.fc44.i686 requires libcurl.so.4
ettercap-0.8.4-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ettercap-0.8.4-1.fc44.x86_64 requires libcurl.so.4()(64bit)
fastback (maintained by: jonathanspw)
fastback-0.4-33.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fastback-0.4-33.fc44.x86_64 requires libcurl.so.4()(64bit)
fbida (maintained by: adrian)
fbida-2.14-19.fc41.src requires curl-devel = 8.19.0~rc2-1.fc45
fbreader (maintained by: vtrefny)
fbreader-0.99.4-20.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fbrnch (maintained by: petersen)
fbrnch-1.8-37.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
fcitx-cloudpinyin (maintained by: cheeselee, yanqiyu)
fcitx-cloudpinyin-0.3.7-18.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fcitx-cloudpinyin-0.3.7-18.fc44.x86_64 requires libcurl.so.4()(64bit)
fcitx-ui-light (maintained by: cheeselee, yanqiyu)
fcitx-ui-light-0.1.3-34.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fcitx5-chinese-addons (maintained by: yanqiyu)
fcitx5-chinese-addons-5.1.11-2.fc44.i686 requires libcurl.so.4
fcitx5-chinese-addons-5.1.11-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
fcitx5-chinese-addons-5.1.11-2.fc44.x86_64 requires libcurl.so.4()(64bit)
fedora-packager (maintained by: @epel-packagers-sig, @infra-sig, dcavalca, mohanboddu)
fedora-packager-1.1-11.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
fedora-repoquery (maintained by: petersen)
fedora-repoquery-0.8-3.fc44.x86_64 requires libcurl.so.4()(64bit)
fedpkg-minimal (maintained by: lsedlar, onosek, pbabinca)
fedpkg-minimal-1.2.0-17.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
feh (maintained by: fale, mathstuf)
feh-3.11.1-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
feh-3.11.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
fio (maintained by: preichl, sandeen)
fio-3.40-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fio-engine-http-3.40-3.fc44.x86_64 requires libcurl.so.4()(64bit)
firefox (maintained by: alexl, jgrulich, kalev, rhughes, rstrode, sharkcz, stransky, tpopela, xhorak)
firefox-148.0-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak (maintained by: @gnome-sig, amigadave, rishi)
flatpak-1.17.2-2.fc44.i686 requires libcurl(x86-32) = 8.19.0~rc2-1.fc45, libcurl.so.4
flatpak-1.17.2-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak-1.17.2-2.fc44.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
flatpak-devel-1.17.2-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak-devel-1.17.2-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak-libs-1.17.2-2.fc44.i686 requires libcurl.so.4
flatpak-libs-1.17.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
flatpak-tests-1.17.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
flatpak-builder (maintained by: @gnome-sig, amigadave, kalev)
flatpak-builder-1.4.7-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak-builder-1.4.7-4.fc44.x86_64 requires libcurl.so.4()(64bit)
flickcurl (maintained by: cicku, mjg)
flickcurl-1.26-31.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
flickcurl-1.26-31.fc44.x86_64 requires libcurl.so.4()(64bit)
flickcurl-devel-1.26-31.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
fragments (maintained by: atim, kalev, pwalter)
fragments-3.0.1-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
freeciv (maintained by: limb)
freeciv-3.2.2-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
freeciv-common-3.2.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
freeciv-gtk-3.2.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
freeciv-qt-3.2.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
freeipa (maintained by: abbra, rcritten, simo, twoerner)
freeipa-4.13.1-8.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
freeipa-client-4.13.1-8.fc45.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
freeradius (maintained by: antorres)
freeradius-3.2.8-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
freeradius-rest-3.2.8-3.fc44.x86_64 requires libcurl.so.4()(64bit)
freewrl (maintained by: spot)
freewrl-6.7-3.20240420gitb3254b1.fc44.i686 requires libcurl.so.4
freewrl-6.7-3.20240420gitb3254b1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
freewrl-6.7-3.20240420gitb3254b1.fc44.x86_64 requires libcurl.so.4()(64bit)
libEAI-6.7-3.20240420gitb3254b1.fc44.i686 requires libcurl.so.4
libEAI-6.7-3.20240420gitb3254b1.fc44.x86_64 requires libcurl.so.4()(64bit)
fuse-btfs (maintained by: mikelo2)
fuse-btfs-3.1-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
fuse-btfs-3.1-4.fc44.x86_64 requires libcurl.so.4()(64bit)
fwknop-gui (maintained by: @crypto-team, jjelen)
fwknop-gui-1.3.1-28.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fwknop-gui-1.3.1-28.fc44.x86_64 requires libcurl.so.4()(64bit)
fwupd (maintained by: rhughes)
fwupd-2.0.19-1.fc44.i686 requires libcurl.so.4
fwupd-2.0.19-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fwupd-2.0.19-1.fc44.x86_64 requires libcurl.so.4()(64bit)
fwupd-devel-2.0.19-1.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
fwupd-devel-2.0.19-1.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
fwupd-tests-2.0.19-1.fc44.x86_64 requires libcurl.so.4()(64bit)
gambas3 (maintained by: spot)
gambas3-3.21.3-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
gambas3-gb-net-curl-3.21.3-2.fc45.x86_64 requires libcurl.so.4()(64bit)
gammu (maintained by: laxathom)
gammu-1.42.0-21.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gammu-1.42.0-21.fc44.x86_64 requires libcurl.so.4()(64bit)
gap-pkg-curlinterface (maintained by: jjames)
gap-pkg-curlinterface-2.4.2-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
gap-pkg-curlinterface-2.4.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
gdal (maintained by: alexlan, devrim, neteler, orion, pali, praiskup, smani)
gdal-3.12.2-1.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
gdal-libs-3.12.2-1.fc45.i686 requires libcurl.so.4
gdal-libs-3.12.2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gerbera (maintained by: limb)
gerbera-3.1.1-3.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
gerbera-3.1.1-3.fc45.x86_64 requires libcurl.so.4()(64bit)
ghc-curl (maintained by: @haskell-lang-sig, petersen)
ghc-curl-1.3.8-30.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ghc-curl-1.3.8-30.fc44.x86_64 requires libcurl.so.4()(64bit)
ghc-curl-devel-1.3.8-30.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
giac (maintained by: sagitter)
giac-2.0.0.19-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
giac-2.0.0.19-2.fc44.x86_64 requires libcurl.so.4()(64bit)
git (maintained by: besser82, jonathanspw, opohorel, pstodulk)
git-2.53.0-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
git-core-2.53.0-1.fc44.x86_64 requires libcurl.so.4()(64bit)
git-cinnabar (maintained by: qulogic)
git-cinnabar-0.5.11-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
git-cinnabar-0.5.11-5.fc44.x86_64 requires libcurl.so.4()(64bit)
git-ftp (maintained by: echevemaster)
git-ftp-1.6.0-14.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
glusterfs (maintained by: anoopcs, devos, fed500, kkeithle)
glusterfs-11.2-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
glusterfs-cloudsync-plugins-11.2-5.fc44.x86_64 requires libcurl.so.4()(64bit)
gmic (maintained by: berrange, cheese)
gmic-3.7.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gmic-3.7.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gmic-gimp-3.7.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gmic-libs-3.7.0-1.fc45.i686 requires libcurl.so.4
gmic-libs-3.7.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gnuastro (maintained by: sergiopr)
gnuastro-0.23-2.fc44.src requires curl = 8.19.0~rc2-1.fc45
gnupg2 (maintained by: @crypto-team, bcl, jjelen, tmraz)
gnupg2-2.4.9-5.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
gnustep-base (maintained by: sagitter)
gnustep-base-1.31.0-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
google-compute-engine-oslogin (maintained by: ngompa)
google-compute-engine-oslogin-1.4.3-20.fc44.i686 requires libcurl.so.4
google-compute-engine-oslogin-1.4.3-20.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
google-compute-engine-oslogin-1.4.3-20.fc44.x86_64 requires libcurl.so.4()(64bit)
gpac (maintained by: @multimedia-sig, rathann)
gpac-26.02.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gpac-libs-26.02.0-1.fc45.i686 requires libcurl.so.4
gpac-libs-26.02.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gpick (maintained by: luya)
gpick-0.2.6-46.20210528git0e858d3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
gpredict (maintained by: yanqiyu)
gpredict-2.2.1-24.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
gpredict-2.2.1-24.fc44.x86_64 requires libcurl.so.4()(64bit)
gretl (maintained by: hannes)
gretl-2026a-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gretl-2026a-1.fc45.x86_64 requires libcurl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
gridsite (maintained by: stevetraylen, valtri)
gridsite-3.0.0-0.36.20260121git7a7b764.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gridsite-clients-3.0.0-0.36.20260121git7a7b764.fc44.x86_64 requires libcurl.so.4()(64bit)
grip (maintained by: adrian)
grip-1:4.2.4-12.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
grip-1:4.2.4-12.fc44.x86_64 requires libcurl.so.4()(64bit)
grive2 (maintained by: zsun)
grive2-0.5.3-13.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
grive2-0.5.3-13.fc44.x86_64 requires libcurl.so.4()(64bit)
grpc (maintained by: defolos, kkeithle, neil)
grpc-1.48.4-57.fc44.src requires curl = 8.19.0~rc2-1.fc45
gstreamer1-plugins-bad-free (maintained by: @multimedia-sig, limb, uraeus, wtaymans, yselkowitz)
gstreamer1-plugins-bad-free-1.28.0-4.fc45.i686 requires libcurl.so.4
gstreamer1-plugins-bad-free-1.28.0-4.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
gstreamer1-plugins-bad-free-1.28.0-4.fc45.x86_64 requires libcurl.so.4()(64bit)
gtkd (maintained by: cicku, kalev)
gtkd-3.11.0-3.fc44.i686 requires libcurl(x86-32) = 8.19.0~rc2-1.fc45
gtkd-3.11.0-3.fc44.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45
gtkpod (maintained by: chkr, limb)
gtkpod-2.1.5-34.fc44.i686 requires libcurl.so.4
gtkpod-2.1.5-34.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
gtkpod-2.1.5-34.fc44.x86_64 requires libcurl.so.4()(64bit)
gtorrentviewer (maintained by: pghmcfc)
gtorrentviewer-0.2b-58.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gtorrentviewer-0.2b-58.fc44.x86_64 requires libcurl.so.4()(64bit)
guayadeque (maintained by: martinkg)
guayadeque-0.7.5-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
guayadeque-0.7.5-4.fc44.x86_64 requires libcurl.so.4()(64bit)
guestfs-tools (maintained by: rjones)
guestfs-tools-1.55.5-1.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
guitarix (maintained by: tartina, verdurin)
guitarix-0.47.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
guitarix-0.47.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
hcxtools (maintained by: atim)
hcxtools-7.1.2-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
hcxtools-7.1.2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
healpix (maintained by: @astro-sig, limb)
healpix-3.83-4.fc45.i686 requires libcurl.so.4
healpix-3.83-4.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
healpix-3.83-4.fc45.x86_64 requires libcurl.so.4()(64bit)
healpix-c++-3.83-4.fc45.i686 requires libcurl.so.4
healpix-c++-3.83-4.fc45.x86_64 requires libcurl.so.4()(64bit)
hplip (maintained by: jridky, tkorbar, twaugh, zdohnal)
hplip-3.25.8-2.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
html-xml-utils (maintained by: fed500)
html-xml-utils-8.7-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
html-xml-utils-8.7-1.fc44.x86_64 requires libcurl.so.4()(64bit)
htslib (maintained by: jaruga, ron)
htslib-1.23-1.fc44.i686 requires libcurl.so.4
htslib-1.23-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
htslib-1.23-1.fc44.x86_64 requires libcurl.so.4()(64bit)
htslib-tools-1.23-1.fc44.x86_64 requires libcurl.so.4()(64bit)
hw-probe (maintained by: vtrefny)
hw-probe-1.6.5-9.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
icecast (maintained by: besser82, ixs, ppisar)
icecast-2.4.4-26.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
icecast-2.4.4-26.fc44.x86_64 requires libcurl.so.4()(64bit)
icecat (maintained by: sagitter)
icecat-4:140.8.0-1.rh1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
idevicerestore (maintained by: @asahi-sig, dcavalca)
idevicerestore-1.0.0^20240927git511261e-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
idevicerestore-1.0.0^20240927git511261e-4.fc44.x86_64 requires libcurl.so.4()(64bit)
igt-gpu-tools (maintained by: airlied, lyude)
igt-gpu-tools-2.2-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
imhex (maintained by: jonathanspw)
imhex-1.37.4-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
imhex-1.37.4-3.fc44.x86_64 requires libcurl.so.4()(64bit)
input-leap (maintained by: aekoroglu)
input-leap-3.0.3-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ipe (maintained by: nonamedotc)
ipe-7.2.30-5.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
ipv6calc (maintained by: pbiering)
ipv6calc-4.4.0-2.fc44.src requires curl = 8.19.0~rc2-1.fc45
ipv6toolkit (maintained by: robert)
ipv6toolkit-2.2-4.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
janus (maintained by: renich)
janus-1.4.0-1.fc45.i686 requires libcurl.so.4
janus-1.4.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
janus-1.4.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
janus-eventhandlers-sample-1.4.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
janus-plugins-streaming-1.4.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
janus-plugins-textroom-1.4.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
jigdo (maintained by: salimma)
jigdo-0.8.2-7.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
julia (maintained by: nalimilan)
julia-1.12.1-1.fc44.src requires curl-full = 8.19.0~rc2-1.fc45, libcurl-devel = 8.19.0~rc2-1.fc45, libcurl-full = 8.19.0~rc2-1.fc45
julia-1.12.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
kcbench (maintained by: thl)
kcbench-0.9.14-2.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
kcov (maintained by: dridi)
kcov-43-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
kcov-43-4.fc44.x86_64 requires libcurl.so.4()(64bit)
keepassxc (maintained by: germano, mikelo2, nonamedotc)
keepassxc-2.7.11-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
kicad (maintained by: avigne, lkundrak, stevenfalco)
kicad-1:10.0.0-0.2.rc1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
kicad-1:10.0.0-0.2.rc1.fc45.x86_64 requires libcurl.so.4()(64bit)
klamav (maintained by: kkofler)
klamav-0.46-49.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
klavaro (maintained by: vascom, yselkowitz)
klavaro-3.14-10.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
klavaro-3.14-10.fc44.x86_64 requires libcurl.so.4()(64bit)
krita (maintained by: @kde-sig, ngompa)
krita-6.0.0~beta2-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
krita-6.0.0~beta2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
kstars (maintained by: @astro-sig, @kde-sig, than)
kstars-1:3.8.0-5.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
lastpass-cli (maintained by: eclipseo)
lastpass-cli-1.6.1-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
lastpass-cli-1.6.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
ldc (maintained by: cicku, kalev)
ldc-1:1.41.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
lgogdownloader (maintained by: blowry)
lgogdownloader-3.16-7.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
lgogdownloader-3.16-7.fc44.x86_64 requires libcurl.so.4()(64bit)
lib3270 (maintained by: dcavalca)
lib3270-5.5.0-4.fc44.i686 requires libcurl.so.4
lib3270-5.5.0-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
lib3270-5.5.0-4.fc44.x86_64 requires libcurl.so.4()(64bit)
libabigail (maintained by: dodji, mcermak, sinnykumari)
libabigail-fedora-2.9-2.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
pacman (maintained by: @epel-packagers-sig, cicku, daandemeyer, imbev, zbyszek)
libalpm-7.0.0-6.fc44.i686 requires libcurl.so.4
libalpm-7.0.0-6.fc44.x86_64 requires libcurl.so.4()(64bit)
libalpm-devel-7.0.0-6.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libalpm-devel-7.0.0-6.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
pacman-7.0.0-6.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libappstream-glib (maintained by: rhughes)
libappstream-glib-0.8.3-5.fc44.i686 requires libcurl.so.4
libappstream-glib-0.8.3-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libappstream-glib-0.8.3-5.fc44.x86_64 requires libcurl.so.4()(64bit)
libclastfm (maintained by: nonamedotc)
libclastfm-0.5-0.30.20120314git968af0ab.fc44.i686 requires libcurl.so.4
libclastfm-0.5-0.30.20120314git968af0ab.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libclastfm-0.5-0.30.20120314git968af0ab.fc44.x86_64 requires libcurl.so.4()(64bit)
libclastfm-devel-0.5-0.30.20120314git968af0ab.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libclastfm-devel-0.5-0.30.20120314git968af0ab.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libcmis (maintained by: dtardon, limb)
libcmis-0.6.2-11.fc44.i686 requires libcurl.so.4
libcmis-0.6.2-11.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libcmis-0.6.2-11.fc44.x86_64 requires libcurl.so.4()(64bit)
libcmis-devel-0.6.2-11.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libcmis-devel-0.6.2-11.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libdap (maintained by: @scitech_sig, orion)
libdap-3.21.1-2.fc44.i686 requires libcurl.so.4
libdap-3.21.1-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libdap-3.21.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libdap-devel-3.21.1-2.fc44.i686 requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
libdap-devel-3.21.1-2.fc44.x86_64 requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
libdatovka (maintained by: jskarvad)
libdatovka-0.7.2-2.fc44.i686 requires libcurl.so.4
libdatovka-0.7.2-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libdatovka-0.7.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libdatovka-devel-0.7.2-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libdatovka-devel-0.7.2-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libgadu (maintained by: rathann)
libgadu-1.12.2-31.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libgamerzilla (maintained by: dulsi)
libgamerzilla-0.1.3-8.fc44.i686 requires libcurl.so.4
libgamerzilla-0.1.3-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libgamerzilla-0.1.3-8.fc44.x86_64 requires libcurl.so.4()(64bit)
libgit2 (maintained by: decathorpe, sgallagh)
libgit2-1.9.2-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libgit2_1.8 (maintained by: decathorpe)
libgit2_1.8-1.8.4-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libgphoto2 (maintained by: berrange, jridky, jwrdegoede, kalev, twaugh)
libgphoto2-2.5.33-2.fc44.i686 requires libcurl.so.4
libgphoto2-2.5.33-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libgphoto2-2.5.33-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libguestfs (maintained by: rjones)
libguestfs-1:1.59.3-1.fc45.src requires curl = 8.19.0~rc2-1.fc45
libideviceactivation (maintained by: @asahi-sig, dcavalca)
libideviceactivation-1.1.1^20240529gitecc10ef-4.fc44.i686 requires libcurl.so.4
libideviceactivation-1.1.1^20240529gitecc10ef-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libideviceactivation-1.1.1^20240529gitecc10ef-4.fc44.x86_64 requires libcurl.so.4()(64bit)
libideviceactivation-devel-1.1.1^20240529gitecc10ef-4.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libideviceactivation-devel-1.1.1^20240529gitecc10ef-4.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libindi (maintained by: @astro-sig, @scitech_sig, mattia, sergiopr)
libindi-2.1.9-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
libindi-2.1.9-1.fc45.x86_64 requires libcurl.so.4()(64bit)
libindi-libs-2.1.9-1.fc45.x86_64 requires libcurl.so.4()(64bit)
libisds (maintained by: ppisar)
libisds-0.11.2-15.fc44.i686 requires libcurl.so.4
libisds-0.11.2-15.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libisds-0.11.2-15.fc44.x86_64 requires libcurl.so.4()(64bit)
libisds-devel-0.11.2-15.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libisds-devel-0.11.2-15.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libkiwix (maintained by: xvitaly)
libkiwix-14.1.1-2.fc44.i686 requires libcurl.so.4
libkiwix-14.1.1-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libkiwix-14.1.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libkiwix-devel-14.1.1-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libkiwix-devel-14.1.1-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libkml (maintained by: smani)
libkml-1.3.0-56.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libkolabxml (maintained by: @kde-sig, tpokorra)
libkolabxml-1.2.0-38.fc44.i686 requires libcurl.so.4
libkolabxml-1.2.0-38.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libkolabxml-1.2.0-38.fc44.x86_64 requires libcurl.so.4()(64bit)
libkolabxml-devel-1.2.0-38.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
libkolabxml-devel-1.2.0-38.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
libkrun (maintained by: crobinso, slp, tfanelli)
libkrun-1.17.4-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libmamba (maintained by: orion)
libmamba-2.5.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libmamba-2.5.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
mod_mapcache (maintained by: neil)
libmapcache-1.14.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_mapcache-1.14.1-7.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libmediainfo (maintained by: vascom)
libmediainfo-25.10-2.fc44.i686 requires libcurl.so.4
libmediainfo-25.10-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libmediainfo-25.10-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libmediainfo-devel-25.10-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libmediainfo-devel-25.10-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libmodsecurity (maintained by: mikelo2)
libmodsecurity-3.0.14-4.fc44.i686 requires libcurl.so.4
libmodsecurity-3.0.14-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libmodsecurity-3.0.14-4.fc44.x86_64 requires libcurl.so.4()(64bit)
libnetconf2 (maintained by: jruzicka, mruprich)
libnetconf2-3.7.10-2.fc44.i686 requires libcurl.so.4
libnetconf2-3.7.10-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libnetconf2-3.7.10-2.fc44.x86_64 requires libcurl.so.4()(64bit)
liboauth (maintained by: salimma)
liboauth-1.0.3-28.fc44.i686 requires libcurl.so.4
liboauth-1.0.3-28.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
liboauth-1.0.3-28.fc44.x86_64 requires libcurl.so.4()(64bit)
liboauth-devel-1.0.3-28.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
liboauth-devel-1.0.3-28.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
liboauth2 (maintained by: abbra)
liboauth2-2.2.0-2.fc44.i686 requires libcurl.so.4
liboauth2-2.2.0-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
liboauth2-2.2.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
liboauth2-apache-2.2.0-2.fc44.i686 requires libcurl.so.4
liboauth2-apache-2.2.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
liboauth2-devel-2.2.0-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
liboauth2-devel-2.2.0-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libofa (maintained by: marcdeop, than)
libofa-0.9.3-53.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libofx (maintained by: limb)
libofx-0.10.9-9.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
ofx-0.10.9-9.fc45.x86_64 requires libcurl.so.4()(64bit)
libopenraw (maintained by: belegdol, chkr, nphilipp, rishi)
libopenraw-0.1.3-21.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libopkele (maintained by: kevin)
libopkele-2.0.4-43.fc44.i686 requires libcurl.so.4
libopkele-2.0.4-43.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libopkele-2.0.4-43.fc44.x86_64 requires libcurl.so.4()(64bit)
libopkele-devel-2.0.4-43.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
libopkele-devel-2.0.4-43.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
libproxy (maintained by: amigadave, cicku)
libproxy-0.5.12-2.fc44.i686 requires libcurl.so.4
libproxy-0.5.12-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libproxy-0.5.12-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libproxy-devel-0.5.12-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libproxy-devel-0.5.12-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libqalculate (maintained by: nonamedotc, tdawson)
libqalculate-5.9.0-1.fc44.i686 requires libcurl.so.4
libqalculate-5.9.0-1.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libqalculate-5.9.0-1.fc44.x86_64 requires libcurl.so.4()(64bit)
librasterlite2 (maintained by: smani)
librasterlite2-1.1.0-0.21.beta1.fc44.i686 requires libcurl.so.4
librasterlite2-1.1.0-0.21.beta1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
librasterlite2-1.1.0-0.21.beta1.fc44.x86_64 requires libcurl.so.4()(64bit)
librealsense (maintained by: thofmann)
librealsense-2.57.6-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libreoffice (maintained by: dtardon, limb)
libreoffice-1:26.2.1.2-0.1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
libreoffice-core-1:26.2.1.2-0.1.fc45.x86_64 requires libcurl.so.4()(64bit)
librepo (maintained by: @rpm-software-management-sig, dmach, jmracek, ngompa, pkratoch)
librepo-1.20.0-5.fc44.i686 requires libcurl(x86-32) = 8.19.0~rc2-1.fc45, libcurl.so.4
librepo-1.20.0-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
librepo-1.20.0-5.fc44.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
librepo-devel-1.20.0-5.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
librepo-devel-1.20.0-5.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libreport (maintained by: @abrt-sig, mmarusak, msrb)
libreport-2.17.15-10.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libreport-plugin-kerneloops-2.17.15-10.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
libreport-web-2.17.15-10.fc44.i686 requires libcurl.so.4
libreport-web-2.17.15-10.fc44.x86_64 requires libcurl.so.4()(64bit)
libreport-web-devel-2.17.15-10.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libreport-web-devel-2.17.15-10.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libreswan (maintained by: pwouters, saprasad, ueno)
libreswan-5.3-5.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libreswan-minimal-5.3-5.fc44.x86_64 requires libcurl.so.4()(64bit)
rpminspect (maintained by: dcantrell)
librpminspect-2.1-1.fc44.i686 requires libcurl.so.4
librpminspect-2.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
rpminspect-2.1-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libs3 (maintained by: ellert)
libs3-4.1-0.25.20190408git287e4be.fc44.i686 requires libcurl.so.4
libs3-4.1-0.25.20190408git287e4be.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libs3-4.1-0.25.20190408git287e4be.fc44.x86_64 requires libcurl.so.4()(64bit)
libsolv (maintained by: @rpm-software-management-sig, dmach, ignatenkobrain, jmracek, jrohel, ngompa, pkratoch)
libsolv-demo-0.7.35-4.fc44.x86_64 requires /usr/bin/curl
libtatsu (maintained by: @asahi-sig, dcavalca)
libtatsu-1.0.3-4.fc44.i686 requires libcurl.so.4
libtatsu-1.0.3-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libtatsu-1.0.3-4.fc44.x86_64 requires libcurl.so.4()(64bit)
libtorrent (maintained by: dfateyev, konradm, verdurin)
libtorrent-0.16.2-2.fc44.i686 requires libcurl.so.4
libtorrent-0.16.2-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libtorrent-0.16.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libucl (maintained by: fnux)
libucl-0.8.2-12.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
python3-libucl-0.8.2-12.fc44.x86_64 requires libcurl.so.4()(64bit)
libvirt (maintained by: @virtmaint-sig, berrange, crobinso, laine)
libvirt-12.0.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libvirt-daemon-driver-ch-12.0.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
libvirt-libs-12.0.0-3.fc44.i686 requires libcurl.so.4
libvirt-libs-12.0.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
libwfut (maintained by: bruno)
libwfut-0.2.3-34.fc44.i686 requires libcurl.so.4
libwfut-0.2.3-34.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libwfut-0.2.3-34.fc44.x86_64 requires libcurl.so.4()(64bit)
libwfut-devel-0.2.3-34.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
libwfut-devel-0.2.3-34.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
openwsman (maintained by: vcrhonek)
libwsman-devel-2.8.1-14.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
libwsman-devel-2.8.1-14.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
libwsman1-2.8.1-14.fc44.i686 requires libcurl.so.4
libwsman1-2.8.1-14.fc44.x86_64 requires libcurl.so.4()(64bit)
openwsman-2.8.1-14.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libzypp (maintained by: besser82, daandemeyer, ngompa)
libzypp-17.38.1-1.fc44.i686 requires libcurl.so.4
libzypp-17.38.1-1.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libzypp-17.38.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
linux-sgx (maintained by: berrange)
linux-sgx-2.27-9.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
sgx-libs-2.27-9.fc45.x86_64 requires libcurl.so.4()(64bit)
sgx-pckid-tool-2.27-9.fc45.x86_64 requires libcurl.so.4()(64bit)
llama-cpp (maintained by: man2dev, trix)
llama-cpp-b6153-3.fc44.src requires curl = 8.19.0~rc2-1.fc45, libcurl-devel = 8.19.0~rc2-1.fc45
llama-cpp-b6153-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
lnav (maintained by: cicku, pschiffe)
lnav-0.13.2-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
lnav-0.13.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
logjam (maintained by: spot)
logjam-1:4.6.2-39.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
logjam-1:4.6.2-39.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
lxpanel (maintained by: mtasaka)
lxpanel-0.11.1^20251208git94febbf1-2.fc44.i686 requires libcurl.so.4
lxpanel-0.11.1^20251208git94febbf1-2.fc44.src requires /usr/bin/curl-config
lxpanel-0.11.1^20251208git94febbf1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mapserver (maintained by: devrim, jujens, neil, pali, smani)
mapserver-8.6.0-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
mapserver-libs-8.6.0-3.fc44.i686 requires libcurl.so.4
mapserver-libs-8.6.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
mariadb-connector-c (maintained by: @db-sig, mschorm)
mariadb-connector-c-3.4.8-3.fc44.i686 requires libcurl.so.4
mariadb-connector-c-3.4.8-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mariadb-connector-c-3.4.8-3.fc44.x86_64 requires libcurl.so.4()(64bit)
mariadb11.8 (maintained by: @db-sig, mschorm, ndavidov, psloboda)
mariadb-s3-engine-3:11.8.6-2.fc45.x86_64 requires libcurl.so.4()(64bit)
mariadb-server-3:11.8.6-2.fc45.x86_64 requires libcurl.so.4()(64bit)
mariadb11.8-3:11.8.6-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
mariadb10.11 (maintained by: @db-sig, fjanus, ljavorsk, mschorm, psloboda)
mariadb10.11-3:10.11.16-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
mariadb10.11-s3-engine-3:10.11.16-2.fc45.x86_64 requires libcurl.so.4()(64bit)
mariadb10.11-server-3:10.11.16-2.fc45.x86_64 requires libcurl.so.4()(64bit)
mediaconch (maintained by: vascom)
mediaconch-25.04-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
megaglest (maintained by: vtrefny)
megaglest-3.13.0-32.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
megaglest-3.13.0-32.fc44.x86_64 requires libcurl.so.4()(64bit)
megatools (maintained by: gbcox)
megatools-1.11.5-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
megatools-1.11.5-4.fc44.x86_64 requires libcurl.so.4()(64bit)
milter-greylist (maintained by: pghmcfc)
milter-greylist-4.6.4-20.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
milter-greylist-4.6.4-20.fc44.x86_64 requires libcurl.so.4()(64bit)
mimic (maintained by: orphan)
mimic-1.3.0.1-16.fc43.src requires libcurl-devel = 8.19.0~rc2-1.fc45
minetest (maintained by: bookwar, ignatenkobrain, limb)
minetest-5.15.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
minetest-5.15.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
minetest-server-5.15.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
minipro (maintained by: lkundrak)
minipro-0.7.4-2.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
mkosi (maintained by: daandemeyer, salimma, zbyszek)
mkosi-system-deps-26-3.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
mod_auth_cas (maintained by: timhansen46, vwbusguy)
mod_auth_cas-1.2-12.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mod_auth_cas-1.2-12.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_auth_mellon (maintained by: simo, thalman)
mod_auth_mellon-0.19.1-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
mod_auth_mellon-0.19.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_auth_mellon-diagnostics-0.19.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_auth_openid (maintained by: kevin)
mod_auth_openid-0.8-27.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mod_auth_openid-0.8-27.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_auth_openidc (maintained by: thalman)
mod_auth_openidc-2.4.17.2-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
mod_auth_openidc-2.4.17.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_md (maintained by: luhliarik)
mod_md-1:2.6.7-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mod_md-1:2.6.7-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_security (maintained by: luhliarik)
mod_security-2.9.11-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
mod_security-2.9.11-3.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_security-mlogc-2.9.11-3.fc44.x86_64 requires libcurl.so.4()(64bit)
mpdas (maintained by: ankursinha)
mpdas-0.4.5-12.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mpdas-0.4.5-12.fc44.x86_64 requires libcurl.so.4()(64bit)
mpdscribble (maintained by: rharwood)
mpdscribble-0.25-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mpdscribble-0.25-8.fc44.x86_64 requires libcurl.so.4()(64bit)
mpris-scrobbler (maintained by: gbcox, jflory7)
mpris-scrobbler-0.5.7-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
mpris-scrobbler-0.5.7-4.fc44.x86_64 requires libcurl.so.4()(64bit)
mstflint (maintained by: dcavalca, honli, jirka, kheib, michich, slaanesh)
mstflint-4.34.0-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mstflint-4.34.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
muon-meson (maintained by: daandemeyer, fed500)
muon-meson-0.5.0-4.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
muon-meson-0.5.0-4.fc45.x86_64 requires libcurl.so.4()(64bit)
mupdf (maintained by: mjg)
mupdf-1.27.1-4.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
mysql8.0 (maintained by: @db-sig, fjanus, ljavorsk, mschorm, psloboda)
mysql8.0-8.0.45-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mysql8.4 (maintained by: @db-sig, mschorm, psloboda)
mysql8.4-8.4.8-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
nagios-plugins-ssl_cert (maintained by: thofmann)
nagios-plugins-ssl_cert-2.54.0-10.fc44.x86_64 requires /usr/bin/curl
nbdkit (maintained by: ericb, rjones)
nbdkit-1.47.5-2.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
nbdkit-curl-plugin-1.47.5-2.fc45.x86_64 requires libcurl.so.4()(64bit)
ncl (maintained by: @scitech_sig, orion)
ncl-6.6.2-62.fc44.x86_64 requires libcurl.so.4()(64bit)
ncmpcpp (maintained by: ankursinha, dmaphy)
ncmpcpp-0.10.1-9.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
ncmpcpp-0.10.1-9.fc44.x86_64 requires libcurl.so.4()(64bit)
nco (maintained by: @scitech_sig, orion)
nco-5.3.6-1.fc45.x86_64 requires libcurl.so.4()(64bit)
netcdf (maintained by: @scitech_sig, orion)
netcdf-4.9.3-2.fc44.i686 requires libcurl.so.4
netcdf-4.9.3-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-4.9.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
netcdf-devel-4.9.3-2.fc44.i686 requires libcurl-devel(x86-32) = 8.19.0~rc2-1.fc45
netcdf-devel-4.9.3-2.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
netcdf-mpich-4.9.3-2.fc44.i686 requires libcurl.so.4
netcdf-mpich-4.9.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
netcdf-mpich-devel-4.9.3-2.fc44.i686 requires libcurl-devel(x86-32) = 8.19.0~rc2-1.fc45
netcdf-mpich-devel-4.9.3-2.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
netcdf-openmpi-4.9.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
netcdf-openmpi-devel-4.9.3-2.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
netcdf-cxx4 (maintained by: @scitech_sig, orion)
netcdf-cxx4-mpich-devel-4.3.1-22.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-cxx4-mpich-devel-4.3.1-22.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-cxx4-openmpi-devel-4.3.1-22.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-fortran (maintained by: @scitech_sig, orion)
netcdf-fortran-mpich-devel-4.6.2-3.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-fortran-openmpi-devel-4.6.2-3.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
netopeer2 (maintained by: jruzicka, mruprich)
netopeer2-2.4.5-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
netopeer2-server-2.4.5-4.fc44.x86_64 requires libcurl.so.4()(64bit)
netsurf (maintained by: lkundrak)
netsurf-3.11-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
netsurf-3.11-3.fc44.x86_64 requires libcurl.so.4()(64bit)
netsurf-fb-3.11-3.fc44.x86_64 requires libcurl.so.4()(64bit)
newsboat (maintained by: jstanek)
newsboat-2.41-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
newsboat-2.41-3.fc44.x86_64 requires libcurl.so.4()(64bit)
nix (maintained by: petersen)
nix-2.31.3-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
nix-devel-2.31.3-1.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
nix-devel-2.31.3-1.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
nix-libs-2.31.3-1.fc44.i686 requires libcurl.so.4
nix-libs-2.31.3-1.fc44.x86_64 requires libcurl.so.4()(64bit)
nmh (maintained by: levined)
nmh-1.8-10.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
nmh-1.8-10.fc44.x86_64 requires libcurl.so.4()(64bit)
obs-studio (maintained by: @multimedia-sig, dherrera, hoshinolina, jgrulich, marcdeop, mroche, ngompa, rathann)
obs-studio-32.0.4-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
obs-studio-32.0.4-3.fc44.x86_64 requires libcurl.so.4()(64bit)
obs-studio-libs-32.0.4-3.fc44.i686 requires libcurl.so.4
obs-studio-libs-32.0.4-3.fc44.x86_64 requires libcurl.so.4()(64bit)
ocaml-curl (maintained by: dchen, rjones)
ocaml-curl-0.10.0-5.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ocaml-curl-0.10.0-5.fc45.x86_64 requires libcurl.so.4()(64bit)
ocaml-curl-devel-0.10.0-5.fc45.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
octave (maintained by: @scitech_sig, alexlan, ferdnyc, orion, trix)
octave-6:10.3.0-6.fc44.i686 requires libcurl.so.4
octave-6:10.3.0-6.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
octave-6:10.3.0-6.fc44.x86_64 requires libcurl.so.4()(64bit)
oidc-agent (maintained by: ellert)
oidc-agent-5.3.4-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
oidc-agent-cli-5.3.4-2.fc44.x86_64 requires libcurl.so.4()(64bit)
onedrive (maintained by: zsun)
onedrive-2.5.10-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
onedrive-2.5.10-1.fc44.x86_64 requires libcurl.so.4()(64bit)
open-vm-tools (maintained by: jwolfe, mrezanin, ngompa, rjones, slaanesh)
open-vm-tools-salt-minion-13.0.10-2.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
openlierox (maintained by: jwrdegoede)
openlierox-1:0.58-0.39.rc5.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
openlierox-1:0.58-0.39.rc5.fc45.x86_64 requires libcurl.so.4()(64bit)
openmw (maintained by: chapien)
openmw-0.50.0-8.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
openqa (maintained by: adamwill)
openqa-5^20260126git19189f0-1.fc44.src requires curl = 8.19.0~rc2-1.fc45
openqa-bootstrap-5^20260126git19189f0-1.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
openqa-client-5^20260126git19189f0-1.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
openqa-devel-5^20260126git19189f0-1.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
openqa-munin-5^20260126git19189f0-1.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
openscap (maintained by: evgenyz, jcerny, mmarhefk, rebus, vpolasek)
openscap-1:1.4.3-2.fc44.i686 requires libcurl.so.4
openscap-1:1.4.3-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
openscap-1:1.4.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
openscap-scanner-1:1.4.3-2.fc44.x86_64 requires libcurl = 8.19.0~rc2-1.fc45
opensips (maintained by: peter)
opensips-3.6.4-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
opensips-db_http-3.6.4-2.fc45.x86_64 requires libcurl.so.4()(64bit)
opensips-emergency-3.6.4-2.fc45.x86_64 requires libcurl.so.4()(64bit)
opensips-rest_client-3.6.4-2.fc45.x86_64 requires libcurl.so.4()(64bit)
opensips-xcap_client-3.6.4-2.fc45.x86_64 requires libcurl.so.4()(64bit)
openttd (maintained by: heffer)
openttd-15.2-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
openttd-15.2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
osbuild (maintained by: @go-sig, @osbuild-sig, akoutsou, obudai, ochosi, supakeen)
osbuild-174-1.fc45.x86_64 requires curl = 8.19.0~rc2-1.fc45
osgearth (maintained by: smani)
osgearth-3.7.2-5.fc44.i686 requires libcurl.so.4
osgearth-3.7.2-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
osgearth-3.7.2-5.fc44.x86_64 requires libcurl.so.4()(64bit)
osslsigncode (maintained by: atim, dcavalca)
osslsigncode-2.13-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
ostree (maintained by: @coreos-sig, dustymabe, jlebon, jmarrero, runcom, siosm, walters)
ostree-2025.7-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ostree-devel-2025.7-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
ostree-devel-2025.7-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
ostree-libs-2025.7-2.fc44.i686 requires libcurl.so.4
ostree-libs-2025.7-2.fc44.x86_64 requires libcurl.so.4()(64bit)
pacrunner (maintained by: lkundrak)
pacrunner-0.16-16.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
pacrunner-0.16-16.fc44.x86_64 requires libcurl.so.4()(64bit)
pam_2fa (maintained by: orion)
pam_2fa-1.0-19.fc44.i686 requires libcurl.so.4
pam_2fa-1.0-19.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
pam_2fa-1.0-19.fc44.x86_64 requires libcurl.so.4()(64bit)
pam_url (maintained by: ertzing)
pam_url-1:0.3.3-28.20200410git58e33bf.fc44.i686 requires libcurl.so.4
pam_url-1:0.3.3-28.20200410git58e33bf.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
pam_url-1:0.3.3-28.20200410git58e33bf.fc44.x86_64 requires libcurl.so.4()(64bit)
pdns (maintained by: mstevens)
pdns-5.0.2-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
pdns-5.0.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
pdns-tools-5.0.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
pdns-recursor (maintained by: jonathanspw, tjikkun)
pdns-recursor-5.2.0-3.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
pdns-recursor-5.2.0-3.fc43.x86_64 requires libcurl.so.4()(64bit)
perl-HTTP-Tinyish (maintained by: eseyman, jplesnik, ppisar)
perl-HTTP-Tinyish-Curl-0.19-6.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
perl-WWW-Curl (maintained by: eseyman, jplesnik, mspacek, ppisar)
perl-WWW-Curl-4.17-45.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
perl-WWW-Curl-4.17-45.fc44.x86_64 requires libcurl.so.4()(64bit)
perlbrew (maintained by: iarnell, jplesnik)
perlbrew-1.01-4.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
phd2 (maintained by: @astro-sig, mattia)
phd2-2.6.14-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
phd2-2.6.14-3.fc44.x86_64 requires libcurl.so.4()(64bit)
php (maintained by: jorton, remi)
php-8.5.3-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
php-common-8.5.3-1.fc45.x86_64 requires libcurl.so.4()(64bit)
php-pecl-http (maintained by: remi)
php-pecl-http-4.3.1-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
php-pecl-http-4.3.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
php-pecl-oauth (maintained by: fkooman, remi, tjikkun)
php-pecl-oauth-2.0.10-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
php-pecl-oauth-2.0.10-2.fc44.x86_64 requires libcurl.so.4()(64bit)
pianobar (maintained by: @multimedia-sig, dcavalca, hobbes1069)
pianobar-2024.12.21-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
pianobar-2024.12.21-4.fc44.x86_64 requires libcurl.so.4()(64bit)
pianobar-libs-2024.12.21-4.fc44.i686 requires libcurl.so.4
pianobar-libs-2024.12.21-4.fc44.x86_64 requires libcurl.so.4()(64bit)
pioneer (maintained by: sagitter)
pioneer-20260203-1.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
playonlinux (maintained by: robert)
playonlinux-4.4-18.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
polybar (maintained by: orphan)
polybar-3.7.2-5.fc43.src requires pkgconfig(libcurl) = 8.19.0-rc2
polybar-3.7.2-5.fc43.x86_64 requires libcurl.so.4()(64bit)
poppler (maintained by: @gnome-sig, alexl, feborges, jnovy, mkasik, rhughes, rstrode)
poppler-26.01.0-2.fc44.i686 requires libcurl.so.4
poppler-26.01.0-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
poppler-26.01.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
poppler-devel-26.01.0-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
poppler-devel-26.01.0-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
powdertoy (maintained by: suve)
powdertoy-99.3.384-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
powdertoy-99.3.384-5.fc44.x86_64 requires libcurl.so.4()(64bit)
pragha (maintained by: nonamedotc)
pragha-1.3.3-34.fc44.x86_64 requires libcurl.so.4()(64bit)
profanity (maintained by: fed500)
profanity-0.15.1-2.fc44.i686 requires libcurl.so.4
profanity-0.15.1-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
profanity-0.15.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
profanity-libs-0.15.1-2.fc44.i686 requires libcurl.so.4
profanity-libs-0.15.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
proj (maintained by: devrim, neteler, smani, tdawson)
proj-9.7.1-3.fc44.i686 requires libcurl.so.4
proj-9.7.1-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
proj-9.7.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
proj-devel-9.7.1-3.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
proj-devel-9.7.1-3.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
proxysql (maintained by: ignatenkobrain, praiskup)
proxysql-3.0.2-6.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
proxysql-3.0.2-6.fc44.x86_64 requires libcurl.so.4()(64bit)
prusa-slicer (maintained by: adelton, churchyard, jstanek, rineau, spot, tibbs)
prusa-slicer-2.9.4-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
prusa-slicer-2.9.4-2.fc44.x86_64 requires libcurl.so.4()(64bit)
public-inbox (maintained by: @epel-packagers-sig, dcavalca, salimma)
public-inbox-2.0.0~20230714git590023f-6.fc43.src requires curl = 8.19.0~rc2-1.fc45
python-pycurl (maintained by: jamacku, jmigacz, kdudka, msekleta, svashisht)
python-pycurl-7.45.7-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45, libcurl-full = 8.19.0~rc2-1.fc45
python3-pycurl-7.45.7-2.fc44.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
qemu (maintained by: @virtmaint-sig, berrange, bonzini, crobinso, mcascella, rjones)
qemu-2:10.2.0-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
qemu-block-curl-2:10.2.0-8.fc44.x86_64 requires libcurl.so.4()(64bit)
qemu-tools-2:10.2.0-8.fc44.x86_64 requires libcurl.so.4()(64bit)
qmmp (maintained by: kvolny)
qmmp-2.3.1-2.fc44.i686 requires libcurl.so.4
qmmp-2.3.1-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
qmmp-2.3.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
quake2 (maintained by: kalev)
quake2-8.60-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
quake3 (maintained by: laxathom)
quake3-1.36-50.svn2102.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
quickemu (maintained by: alexhaydock)
quickemu-4.9.9-1.fc45.noarch requires curl = 8.19.0~rc2-1.fc45
radiotray-ng (maintained by: vascom)
radiotray-ng-0.2.9-6.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
radiotray-ng-0.2.9-6.fc44.x86_64 requires libcurl.so.4()(64bit)
raptor2 (maintained by: @kde-sig, marcdeop)
raptor2-2.0.15-50.fc44.i686 requires libcurl.so.4
raptor2-2.0.15-50.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
raptor2-2.0.15-50.fc44.x86_64 requires libcurl.so.4()(64bit)
rauc (maintained by: bax)
rauc-1.15.1-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
redland (maintained by: @libreoffice-sig, than, topazus)
redland-1.0.17-41.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
remmina (maintained by: jonathanspw, thebeanogamer)
remmina-1.4.42-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
remmina-1.4.42-1.fc45.x86_64 requires libcurl.so.4()(64bit)
fedora-upgrade (maintained by: msuchy)
remove-retired-packages-42.3-2.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
rng-tools (maintained by: vladis)
rng-tools-6.17-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
rng-tools-6.17-8.fc44.x86_64 requires libcurl.so.4()(64bit)
rpi-imager (maintained by: topazus)
rpi-imager-2.0.6-1.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
rpi-imager-2.0.6-1.fc44.x86_64 requires libcurl.so.4()(64bit)
rpm (maintained by: ffesti, ignatenkobrain, mdomonko, mjw, pmatilai)
rpm-6.0.1-5.fc45.x86_64 requires curl = 8.19.0~rc2-1.fc45
rpm-ostree (maintained by: @coreos-sig, dustymabe, jlebon, jmarrero, lucab, runcom, siosm, walters)
rpm-ostree-2026.1-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
rpmdevtools (maintained by: decathorpe, kevin, ngompa, twoerner)
rpmdevtools-9.6-14.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
rsyslog (maintained by: alakatos, lkundrak, rsroka, zfridric)
rsyslog-8.2510.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
rsyslog-8.2510.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
rsyslog-elasticsearch-8.2510.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
rsyslog-mmkubernetes-8.2510.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
rubygem-curb (maintained by: @ruby-packagers-sig, stevetraylen, vondruch)
rubygem-curb-1.0.5-11.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
rubygem-curb-1.0.5-11.fc44.x86_64 requires libcurl.so.4()(64bit)
rubygem-ethon (maintained by: @ruby-packagers-sig, vondruch)
rubygem-ethon-0.18.0-1.fc45.noarch requires libcurl.so.4, libcurl.so.4()(64bit)
rubygem-ethon-0.18.0-1.fc45.src requires libcurl.so.4, libcurl.so.4()(64bit)
rust-curl-sys (maintained by: @rust-sig, decathorpe)
rust-curl-sys-0.4.84-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
rust-curl-sys-devel-0.4.84-2.fc44.noarch requires pkgconfig(libcurl) = 8.19.0-rc2
rustup (maintained by: @rust-sig, decathorpe)
rustup-1.28.2-8.fc45.x86_64 requires libcurl.so.4()(64bit)
s390utils (maintained by: sharkcz)
s390utils-2:2.40.0-4.fc45.x86_64 requires libcurl.so.4()(64bit)
s3fs-fuse (maintained by: juliogonzalez)
s3fs-fuse-1.97-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
s3fs-fuse-1.97-1.fc45.x86_64 requires libcurl.so.4()(64bit)
sasl-xoauth2 (maintained by: jjelen)
sasl-xoauth2-0.27-2.fc44.i686 requires libcurl.so.4
sasl-xoauth2-0.27-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
sasl-xoauth2-0.27-2.fc44.x86_64 requires libcurl.so.4()(64bit)
sblim-sfcb (maintained by: vcrhonek)
sblim-sfcb-1.4.9-39.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
sblim-sfcb-1.4.9-39.fc44.x86_64 requires libcurl.so.4()(64bit)
sblim-sfcc (maintained by: vcrhonek)
sblim-sfcc-2.2.8-30.fc44.i686 requires libcurl.so.4
sblim-sfcc-2.2.8-30.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
sblim-sfcc-2.2.8-30.fc44.x86_64 requires libcurl.so.4()(64bit)
sblim-wbemcli (maintained by: vcrhonek)
sblim-wbemcli-1.6.3-31.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
sblim-wbemcli-1.6.3-31.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
scamp (maintained by: @astro-sig, sergiopr)
scamp-2.14.0-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
scamp-2.14.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
scitokens-cpp (maintained by: djw8605)
scitokens-cpp-1.4.0-3.fc45.i686 requires libcurl.so.4
scitokens-cpp-1.4.0-3.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
scitokens-cpp-1.4.0-3.fc45.x86_64 requires libcurl.so.4()(64bit)
scummvm (maintained by: chkr)
scummvm-2.9.1-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
scummvm-2.9.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
seadrive-daemon (maintained by: alebastr, jujens)
seadrive-daemon-3.0.18-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
seadrive-daemon-3.0.18-2.fc44.x86_64 requires libcurl.so.4()(64bit)
seafile (maintained by: alebastr, jujens)
seafile-9.0.16-1.fc45.i686 requires libcurl.so.4
seafile-9.0.16-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
seafile-9.0.16-1.fc45.x86_64 requires libcurl.so.4()(64bit)
siril (maintained by: @astro-sig, lkundrak, mattia)
siril-1.4.2-1.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
siril-1.4.2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
slurm (maintained by: @epel-packagers-sig, neil, salimma)
slurm-24.05.2-6.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
slurm-24.05.2-6.fc44.x86_64 requires libcurl.so.4()(64bit)
snownews (maintained by: astra)
snownews-1.9-12.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
snownews-1.9-12.fc44.x86_64 requires libcurl.so.4()(64bit)
rust-snphost (maintained by: @rust-sig, tfanelli)
snphost-0.6.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
spacebar (maintained by: @kde-sig, thunderbirdtr)
spacebar-1:6.6.1-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
spacebar-1:6.6.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
spatialite-gui (maintained by: smani)
spatialite-gui-2.1.0-0.23.beta1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
spatialite-gui-2.1.0-0.23.beta1.fc44.x86_64 requires libcurl.so.4()(64bit)
speed-dreams (maintained by: martinkg)
speed-dreams-1:2.4.2-4.fc44.i686 requires libcurl.so.4
speed-dreams-1:2.4.2-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
speed-dreams-1:2.4.2-4.fc44.x86_64 requires libcurl.so.4()(64bit)
springlobby (maintained by: atim)
springlobby-0.274-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
springlobby-0.274-8.fc44.x86_64 requires libcurl.so.4()(64bit)
sssd (maintained by: @sssd-maintainers, abbra, asn, atikhonov, lslebodn, nalin, pbrezina, sbose, sgallagh, simo)
sssd-2.12.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
sssd-idp-2.12.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
staden-io_lib (maintained by: c4chris)
staden-io_lib-1.14.8-7.fc44.i686 requires libcurl.so.4
staden-io_lib-1.14.8-7.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
staden-io_lib-1.14.8-7.fc44.x86_64 requires libcurl.so.4()(64bit)
stgit (maintained by: @rust-sig, fmaurer)
stgit-2.5.5-4.fc44.x86_64 requires libcurl.so.4()(64bit)
strongswan (maintained by: carlosrodrifernandez, dcavalca, pemensik, pwouters, salimma)
strongswan-6.0.2-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
strongswan-6.0.2-5.fc44.x86_64 requires libcurl.so.4()(64bit)
supercollider (maintained by: tdecacqu)
supercollider-3.13.0-3.fc43.src requires libcurl-devel = 8.19.0~rc2-1.fc45
supertux (maintained by: amigadave, steve)
supertux-0.6.3-18.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
supertux-0.6.3-18.fc44.x86_64 requires libcurl.so.4()(64bit)
supertuxkart (maintained by: ignatenkobrain, limb, rmattes)
supertuxkart-1.5-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
supertuxkart-1.5-2.fc44.x86_64 requires libcurl.so.4()(64bit)
surf (maintained by: ngompa)
surf-2.1-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
svxlink (maintained by: cottsay)
svxlink-2:24.02-7.fc43.src requires libcurl-devel = 8.19.0~rc2-1.fc45
svxlink-server-1:1.8.0-7.fc43.x86_64 requires libcurl.so.4()(64bit)
swift-lang (maintained by: dcavalca, linkdupont, salimma)
swift-lang-6.2-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
swift-lang-6.2-8.fc44.x86_64 requires libcurl.so.4()(64bit)
sword (maintained by: arraybolt3, cicku, jkastner)
sword-1:1.9.0-38.fc44.i686 requires libcurl.so.4
sword-1:1.9.0-38.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
sword-1:1.9.0-38.fc44.x86_64 requires libcurl.so.4()(64bit)
sword-devel-1:1.9.0-38.fc44.i686 requires curl-devel = 8.19.0~rc2-1.fc45
sword-devel-1:1.9.0-38.fc44.x86_64 requires curl-devel = 8.19.0~rc2-1.fc45
syncevolution (maintained by: mcrha)
syncevolution-1:2.0.0-18.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
syncevolution-libs-1:2.0.0-18.fc44.i686 requires libcurl.so.4
syncevolution-libs-1:2.0.0-18.fc44.x86_64 requires libcurl.so.4()(64bit)
syslog-ng (maintained by: czanik, mrunge)
syslog-ng-4.10.2-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
syslog-ng-http-4.10.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
systemd (maintained by: daandemeyer, harald, jsynacek, lennart, lnykryn, michich, msekleta, yuwata, zbyszek)
systemd-259.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
systemd-container-259.1-1.fc45.i686 requires libcurl.so.4
systemd-container-259.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
systemd-journal-remote-259.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
tang (maintained by: rsroka, sarroutb, scorreia)
tang-15-11.fc44.src requires curl = 8.19.0~rc2-1.fc45
tarantool (maintained by: aekoroglu)
tarantool-2.4.2.68-20.fc42.i686 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4
tarantool-2.4.2.68-20.fc42.src requires libcurl-devel = 8.19.0~rc2-1.fc45
tarantool-2.4.2.68-20.fc42.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
tesseract (maintained by: @epel-packagers-sig, smani)
tesseract-5.5.2-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
tesseract-5.5.2-1.fc44.x86_64 requires libcurl.so.4()(64bit)
tesseract-libs-5.5.2-1.fc44.i686 requires libcurl.so.4
tesseract-libs-5.5.2-1.fc44.x86_64 requires libcurl.so.4()(64bit)
tgbot-cpp (maintained by: alexfails)
tgbot-cpp-1.6-7.fc43.i686 requires libcurl.so.4
tgbot-cpp-1.6-7.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
tgbot-cpp-1.6-7.fc43.x86_64 requires libcurl.so.4()(64bit)
the_foundation (maintained by: salimma)
the_foundation-1.10.1-3.fc44.i686 requires libcurl.so.4
the_foundation-1.10.1-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
the_foundation-1.10.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
thunderbird (maintained by: alexl, erack, kalev, rhughes, rstrode, stransky, ueno, xhorak)
thunderbird-147.0-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
tlog (maintained by: jstephen)
tlog-14-7.fc44.i686 requires libcurl.so.4
tlog-14-7.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
tlog-14-7.fc44.x86_64 requires libcurl.so.4()(64bit)
tpm2-tools (maintained by: dcavalca, javierm, pbrobinson, salimma)
tpm2-tools-5.7-5.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
tpm2-tools-5.7-5.fc44.x86_64 requires libcurl.so.4()(64bit)
tpm2-tss (maintained by: dcavalca, javierm, pbrobinson, salimma)
tpm2-tss-4.1.3-9.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
tpm2-tss-devel-4.1.3-9.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
tpm2-tss-devel-4.1.3-9.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
tpm2-tss-fapi-4.1.3-9.fc44.i686 requires libcurl.so.4
tpm2-tss-fapi-4.1.3-9.fc44.x86_64 requires libcurl.so.4()(64bit)
trafficserver (maintained by: jered)
trafficserver-10.1.1-2.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
translate-shell (maintained by: vascom)
translate-shell-0.9.7.1-8.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
transmission (maintained by: limb)
transmission-4.1.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
transmission-cli-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
transmission-common-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
transmission-daemon-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
transmission-gtk-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
transmission-qt-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
tremulous (maintained by: limb)
tremulous-1.2.0-0.40.beta1.fc43.src requires libcurl-devel = 8.19.0~rc2-1.fc45
trojan (maintained by: yanqiyu)
trojan-1.16.0-30.fc44.src requires curl = 8.19.0~rc2-1.fc45
trurl (maintained by: xfgusta)
trurl-0.16.1-5.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
trurl-0.16.1-5.fc45.x86_64 requires libcurl.so.4()(64bit)
trustedqsl (maintained by: hobbes1069)
trustedqsl-2.8.4-1.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
trustedqsl-2.8.4-1.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
twa (maintained by: suve)
twa-1.11.0-5.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
uacme (maintained by: fed500)
uacme-1.7.5-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
uacme-1.7.5-5.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
uget (maintained by: mtasaka)
uget-2.2.3-16.respin1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
uget-2.2.3-16.respin1.fc44.x86_64 requires libcurl.so.4()(64bit)
uim (maintained by: tagoh)
uim-1.9.6-3.fc44.i686 requires libcurl.so.4
uim-1.9.6-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
uim-1.9.6-3.fc44.x86_64 requires libcurl.so.4()(64bit)
unrealircd (maintained by: robert)
unrealircd-6.1.10-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
unrealircd-6.1.10-3.fc44.x86_64 requires libcurl.so.4()(64bit)
uwsgi (maintained by: @python-packagers-sig, ertzing)
uwsgi-2.0.31-6.fc44.src requires curl = 8.19.0~rc2-1.fc45, libcurl-devel = 8.19.0~rc2-1.fc45
uwsgi-alarm-curl-2.0.31-6.fc44.x86_64 requires libcurl.so.4()(64bit)
uwsgi-plugin-airbrake-2.0.31-6.fc44.x86_64 requires libcurl.so.4()(64bit)
uwsgi-plugin-curl-cron-2.0.31-6.fc44.x86_64 requires libcurl.so.4()(64bit)
vagrant (maintained by: @ruby-packagers-sig, humaton, jackorp, pvalena, vondruch)
vagrant-2.3.4-10.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
vcpkg (maintained by: swt2c)
vcpkg-2025.12.16-2.fc44.x86_64 requires curl(x86-64) = 8.19.0~rc2-1.fc45
vdr-epg-daemon (maintained by: martinkg)
vdr-epg-daemon-1.3.29-11.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-epg-daemon-1.3.29-11.fc45.x86_64 requires libcurl.so.4()(64bit)
vdr-epg2vdr (maintained by: martinkg)
vdr-epg2vdr-1.2.17-11.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-iptv (maintained by: martinkg)
vdr-iptv-2.4.0-41.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-iptv-2.4.0-41.fc45.x86_64 requires libcurl.so.4()(64bit)
vdr-scraper2vdr (maintained by: martinkg)
vdr-scraper2vdr-1.1.3-18.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-tvscraper (maintained by: martinkg)
vdr-tvscraper-1.2.15-4.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-tvscraper-1.2.15-4.fc45.x86_64 requires libcurl.so.4()(64bit)
vdrift (maintained by: limb, rmattes)
vdrift-20141020-35.git5ae309f.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdrift-20141020-35.git5ae309f.fc44.x86_64 requires libcurl.so.4()(64bit)
vfrnav (maintained by: sailer)
vfrnav-20230429-32.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vfrnav-20230429-32.fc45.x86_64 requires libcurl.so.4()(64bit)
viking (maintained by: goeran)
viking-1.11-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
viking-1.11-4.fc44.x86_64 requires libcurl.so.4()(64bit)
vim-syntastic (maintained by: mhjacks)
vim-syntastic-html-3.10.0-29.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
virt-v2v (maintained by: rjones)
virt-v2v-1:2.11.2-1.fc45.x86_64 requires curl = 8.19.0~rc2-1.fc45
vorbis-tools (maintained by: ajax, alexl, jnovy, jwrdegoede, kdudka, lzaoral, rhughes, rstrode, svashisht)
vorbis-tools-1:1.4.3-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vorbis-tools-1:1.4.3-4.fc44.x86_64 requires libcurl.so.4()(64bit)
warmux (maintained by: bruno)
warmux-11.04.1-43.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
warmux-11.04.1-43.fc44.x86_64 requires libcurl.so.4()(64bit)
warsow (maintained by: limb)
warsow-2.1.2-19.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
warzone2100 (maintained by: limb)
warzone2100-4.6.3-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
warzone2100-4.6.3-1.fc44.x86_64 requires libcurl.so.4()(64bit)
wcurl (maintained by: man2dev)
wcurl-2026.01.05-2.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
wcurl-2026.01.05-2.fc44.src requires curl = 8.19.0~rc2-1.fc45
weechat (maintained by: luk1337, salimma, stingray)
weechat-4.8.1-3.fc44.i686 requires libcurl.so.4
weechat-4.8.1-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
weechat-4.8.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
wesnoth (maintained by: bruno, limb)
wesnoth-1.19.20-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wesnoth-1.19.20-1.fc44.x86_64 requires libcurl.so.4()(64bit)
widelands (maintained by: hanecak, jwrdegoede, nphilipp)
widelands-1.3.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wmweather+ (maintained by: sham1)
wmweather+-2.18^20211125gitbe2f4b30-11.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wmweather+-2.18^20211125gitbe2f4b30-11.fc44.x86_64 requires libcurl.so.4()(64bit)
wsmancli (maintained by: vcrhonek)
wsmancli-2.8.0-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
wsmancli-2.8.0-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
wxGTK (maintained by: mystro256, swt2c)
wxBase-3.2.9-2.fc44.i686 requires libcurl.so.4
wxBase-3.2.9-2.fc44.x86_64 requires libcurl.so.4()(64bit)
wxGTK-3.2.9-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wxmedit (maintained by: topazus)
wxmedit-3.2-7.20251010git18d14b1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wxmedit-3.2-7.20251010git18d14b1.fc44.x86_64 requires libcurl.so.4()(64bit)
xastir (maintained by: neil)
xastir-1:2.2.0-6.fc42.src requires curl-devel = 8.19.0~rc2-1.fc45
xastir-1:2.2.0-6.fc42.x86_64 requires libcurl.so.4()(64bit)
xephem (maintained by: @astro-sig, mattia)
xephem-4.2.0-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
xine-ui (maintained by: xavierb)
xine-ui-0.99.14-15.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
xine-ui-0.99.14-15.fc44.x86_64 requires libcurl.so.4()(64bit)
xmlrpc-c (maintained by: jonathanspw)
xmlrpc-c-1.60.04-5.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
xmlrpc-c-client-1.60.04-5.fc44.i686 requires libcurl.so.4
xmlrpc-c-client-1.60.04-5.fc44.x86_64 requires libcurl.so.4()(64bit)
xmms2 (maintained by: spot)
xmms2-0.9.6-2.fc45.i686 requires libcurl.so.4
xmms2-0.9.6-2.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
xmms2-0.9.6-2.fc45.x86_64 requires libcurl.so.4()(64bit)
xmoto (maintained by: hedayat, limb)
xmoto-0.6.3-3.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
xmoto-0.6.3-3.fc43.x86_64 requires libcurl.so.4()(64bit)
xrootd (maintained by: ellert)
xrootd-1:5.9.1-2.fc44.src requires curl = 8.19.0~rc2-1.fc45, libcurl-devel = 8.19.0~rc2-1.fc45
xrootd-server-libs-1:5.9.1-2.fc44.i686 requires libcurl.so.4
xrootd-server-libs-1:5.9.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
xrootd-s3-http (maintained by: ellert)
xrootd-s3-http-0.6.4-1.fc45.i686 requires libcurl.so.4
xrootd-s3-http-0.6.4-1.fc45.src requires curl = 8.19.0~rc2-1.fc45, curl-devel = 8.19.0~rc2-1.fc45
xrootd-s3-http-0.6.4-1.fc45.x86_64 requires libcurl.so.4()(64bit)
ykclient (maintained by: nb, orion, wzzrd)
ykclient-2.15-23.fc44.i686 requires libcurl.so.4
ykclient-2.15-23.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
ykclient-2.15-23.fc44.x86_64 requires libcurl.so.4()(64bit)
yubihsm-shell (maintained by: jjelen)
yubihsm-shell-2.7.1-1.fc44.i686 requires libcurl.so.4
yubihsm-shell-2.7.1-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
yubihsm-shell-2.7.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
yubihsm-shell-devel-2.7.1-1.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
yubihsm-shell-devel-2.7.1-1.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
zabbix (maintained by: limb, orion)
zabbix-1:7.4.7-1.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
zabbix-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-agent-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-proxy-mysql-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-proxy-pgsql-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-proxy-sqlite3-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-server-mysql-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-server-pgsql-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zchunk (maintained by: jdieter)
zchunk-1.5.1-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
zchunk-1.5.1-4.fc44.x86_64 requires libcurl.so.4()(64bit)
znc-push (maintained by: luk1337)
znc-push-2.0.0-14.20251024gite4250e6.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
znc-push-2.0.0-14.20251024gite4250e6.fc44.x86_64 requires libcurl.so.4()(64bit)
zpaqfranz (maintained by: ppisar)
zpaqfranz-1:64.5-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
Too many dependencies for python-ldap3, not all listed here
Depending on: python-simpleaudio (1), status change: 2026-02-16 (1 weeks ago)
spectrographic (maintained by: orphan)
spectrographic-0.9.3-23.fc44.noarch requires python3.14dist(simpleaudio) = 1.0.4
spectrographic-0.9.3-23.fc44.src requires python3-simpleaudio = 1.0.4-21.fc44
Depending on: python-wavio (1), status change: 2026-02-16 (1 weeks ago)
spectrographic (maintained by: orphan)
spectrographic-0.9.3-23.fc44.noarch requires python3.14dist(wavio) = 0.0.9
spectrographic-0.9.3-23.fc44.src requires python3-wavio = 0.0.9-8.fc44
Depending on: qwt (15), status change: 2026-02-18 (1 weeks ago)
COPASI (maintained by: @neuro-sig, sagitter)
COPASI-4.46.300-1.fc45.src requires libmml-qt5-devel = 2.4-27.20260127gitc77c438c.fc44, qwt-qt5-devel = 6.2.0-11.fc44
COPASI-gui-4.46.300-1.fc45.x86_64 requires libmml.so.2()(64bit), libqwt-qt5.so.6.2()(64bit)
copyq (maintained by: @kde-sig, gbcox)
copyq-13.0.0-5.fc44.src requires qwt-qt6-devel = 6.2.0-11.fc44
gnuradio (maintained by: jskarvad)
gnuradio-3.10.12.0-13.fc45.i686 requires libqwt-qt5.so.6.2
gnuradio-3.10.12.0-13.fc45.src requires qwt-qt5-devel = 6.2.0-11.fc44
gnuradio-3.10.12.0-13.fc45.x86_64 requires libqwt-qt5.so.6.2()(64bit)
libmml (maintained by: sagitter)
libmml-2.4-27.20260127gitc77c438c.fc44.src requires pkgconfig(Qt5Qwt6) = 6.2.0, pkgconfig(Qt6Qwt6) = 6.2.0
qgis (maintained by: bruno, jonathanspw, smani)
qgis-3.44.7-3.fc45.src requires qwt-qt5-devel = 6.2.0-11.fc44
qgis-3.44.7-3.fc45.x86_64 requires libqwt-qt5.so.6.2()(64bit)
qsstv (maintained by: hobbes1069)
qsstv-9.5.8-25.fc44.src requires qwt-qt5-devel = 6.2.0-11.fc44
qsstv-9.5.8-25.fc44.x86_64 requires libqwt-qt5.so.6.2()(64bit)
ykocli (maintained by: gbcox)
ykocli-1.4.0-4.fc44.noarch requires copyq = 13.0.0-5.fc44
gqrx (maintained by: daveo, jskarvad)
gqrx-2.17.7-6.fc45.src requires gnuradio-devel = 3.10.12.0-13.fc45, gr-osmosdr-devel = 0.2.5-25.fc44, pkgconfig(gnuradio-analog) = 3.10.12, pkgconfig(gnuradio-blocks) = 3.10.12, pkgconfig(gnuradio-digital) = 3.10.12, pkgconfig(gnuradio-fft) = 3.10.12, pkgconfig(gnuradio-filter) = 3.10.12, pkgconfig(gnuradio-runtime) = 3.10.12
gqrx-2.17.7-6.fc45.x86_64 requires libgnuradio-analog.so.3.10.12()(64bit), libgnuradio-blocks.so.3.10.12()(64bit), libgnuradio-digital.so.3.10.12()(64bit), libgnuradio-fft.so.3.10.12()(64bit), libgnuradio-filter.so.3.10.12()(64bit), libgnuradio-network.so.3.10.12()(64bit), libgnuradio-osmosdr.so.0.2.0()(64bit), libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-air-modes (maintained by: jskarvad)
gr-air-modes-0-0.123.20200807git9e2515a5.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-air-modes-0-0.123.20200807git9e2515a5.fc44.x86_64 requires libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-funcube (maintained by: jskarvad)
gr-funcube-3.10.0~rc3^20240726gitcbda6c6c-13.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-funcube-3.10.0~rc3^20240726gitcbda6c6c-13.fc44.x86_64 requires libgnuradio-audio.so.3.10.12()(64bit), libgnuradio-blocks.so.3.10.12()(64bit), libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-hpsdr (maintained by: jskarvad)
gr-hpsdr-3.0-41.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-hpsdr-3.0-41.fc44.x86_64 requires libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-iqbal (maintained by: jskarvad)
gr-iqbal-0.38.2-42.20210210gitfbee239a.fc44.i686 requires libgnuradio-pmt.so.3.10.12, libgnuradio-runtime.so.3.10.12
gr-iqbal-0.38.2-42.20210210gitfbee239a.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-iqbal-0.38.2-42.20210210gitfbee239a.fc44.x86_64 requires libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-osmosdr (maintained by: cottsay, jskarvad)
gr-osmosdr-0.2.5-25.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45, gr-funcube-devel = 3.10.0~rc3^20240726gitcbda6c6c-13.fc44, gr-iqbal-devel = 0.38.2-42.20210210gitfbee239a.fc44
gr-osmosdr-0.2.5-25.fc44.x86_64 requires libgnuradio-blocks.so.3.10.12()(64bit), libgnuradio-funcube.so.3.10.0()(64bit), libgnuradio-iqbalance.so.3.9.0()(64bit), libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit), libgnuradio-uhd.so.3.10.12()(64bit)
gr-rds (maintained by: jskarvad, sharkcz)
gr-rds-3.10-29.20220804gitf3646d04.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-rds-3.10-29.20220804gitf3646d04.fc44.x86_64 requires gr-osmosdr = 0.2.5-25.fc44, libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
sdrangel (maintained by: jskarvad)
sdrangel-7.23.2-1.fc45.src requires gr-osmosdr-devel = 0.2.5-25.fc44
Depending on: rttr (1), status change: 2026-02-20 (0 weeks ago)
kdenlive (maintained by: @kde-sig, ngompa, thunderbirdtr)
kdenlive-25.12.2-2.fc45.src requires librttr-devel = 0.9.7-0.14git7edbd58.fc44
Depending on: rust-backoff (1), status change: 2026-02-13 (1 weeks ago)
gotify-desktop (maintained by: orphan)
gotify-desktop-1.3.7-7.fc44.src requires crate(backoff) = 0.4.0
Depending on: wireless-regdb (51), status change: 2026-02-13 (1 weeks ago)
NetworkManager (maintained by: alexl, bengal, ffmancera, ihuguet, jvaclav, lkundrak, rhughes, rstrode, thaller, till, vbenes)
NetworkManager-wifi-1:1.55.91-3.fc44.x86_64 requires wireless-regdb = 2025.10.07-2.fc44
NetworkManager-fortisslvpn (maintained by: bengal, lkundrak, pjgeorg, slaanesh, thaller)
NetworkManager-fortisslvpn-1.4.1-12.20231021gite201da5.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-fortisslvpn-1.4.1-12.20231021gite201da5.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-fortisslvpn-gnome-1.4.1-12.20231021gite201da5.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-iodine (maintained by: danfruehauf)
NetworkManager-iodine-1.2.0-27.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-iodine-1.2.0-27.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-iodine-gnome-1.2.0-27.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
NetworkManager-l2tp (maintained by: dkosovic)
NetworkManager-l2tp-1.52.0-3.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-l2tp-1.52.0-3.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_52_0)(64bit), libnm.so.0(libnm_1_56_0)(64bit)
NetworkManager-l2tp-gnome-1.52.0-3.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-libreswan (maintained by: bengal, ihuguet, lkundrak, thaller, vbenes)
NetworkManager-libreswan-1.2.30-3.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-libreswan-1.2.30-3.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-libreswan-gnome-1.2.30-3.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-openconnect (maintained by: dwmw2, lkundrak, nmav, tdawson, thaller)
NetworkManager-openconnect-1.2.10-11.fc44.src requires pkgconfig(libnm) = 1.55.91
NetworkManager-openconnect-1.2.10-11.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-openconnect-gnome-1.2.10-11.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-openvpn (maintained by: bengal, huzaifas, ihuguet, lkundrak, tdawson, thaller, till)
NetworkManager-openvpn-1:1.12.5-4.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-openvpn-1:1.12.5-4.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_56_0)(64bit)
NetworkManager-openvpn-gnome-1:1.12.5-4.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit)
NetworkManager-pptp (maintained by: bengal, lkundrak, tdawson, thaller)
NetworkManager-pptp-1:1.2.12-12.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-pptp-1:1.2.12-12.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-pptp-gnome-1:1.2.12-12.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-ssh (maintained by: danfruehauf, echevemaster)
NetworkManager-ssh-1.4.2-4.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-ssh-1.4.2-4.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-ssh-gnome-1.4.2-4.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
NetworkManager-sstp (maintained by: lkundrak, szpak)
NetworkManager-sstp-1:1.3.1-14.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-sstp-1:1.3.1-14.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-sstp-gnome-1:1.3.1-14.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
NetworkManager-strongswan (maintained by: lkundrak, pemensik)
NetworkManager-strongswan-1.6.0-12.fc44.src requires pkgconfig(libnm) = 1.55.91
NetworkManager-strongswan-1.6.0-12.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
NetworkManager-strongswan-gnome-1.6.0-12.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-vpnc (maintained by: bengal, huzaifas, lkundrak, thaller)
NetworkManager-vpnc-1:1.4.0-6.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-vpnc-gnome-1:1.4.0-6.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
anaconda (maintained by: bookwar, kkoukiou, m4rtink, rvykydal)
anaconda-core-44.21-1.fc45.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, NetworkManager-libnm = 1:1.55.91-3.fc44, NetworkManager-team = 1:1.55.91-3.fc44
anaconda-gui-44.21-1.fc45.x86_64 requires NetworkManager-wifi = 1:1.55.91-3.fc44
blueman (maintained by: suve)
blueman-1:2.4.6-6.fc44.src requires pkgconfig(libnm) = 1.55.91
blueman-1:2.4.6-6.fc44.x86_64 requires NetworkManager-libnm = 1:1.55.91-3.fc44
budgie-control-center (maintained by: joshstrobl)
budgie-control-center-2.1.0-1.fc44.src requires pkgconfig(libnm) = 1.55.91
budgie-control-center-2.1.0-1.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_24_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
calamares (maintained by: @asahi-sig, @kde-sig, mattia, ngompa)
calamares-3.3.14-5.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
cinnamon (maintained by: @epel-packagers-sig, leigh123linux)
cinnamon-6.6.7-1.fc45.src requires pkgconfig(libnm) = 1.55.91
cinnamon-6.6.7-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit)
cinnamon-control-center (maintained by: @epel-packagers-sig, leigh123linux)
cinnamon-control-center-6.6.0-3.fc44.src requires pkgconfig(libnm) = 1.55.91
cinnamon-control-center-6.6.0-3.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
claws-mail (maintained by: mschwendt, sharkcz)
claws-mail-4.3.1-7.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
cockpit (maintained by: jelly, kkoukiou, martinpitt, mmarusak)
cockpit-networkmanager-356-1.fc45.noarch requires NetworkManager = 1:1.55.91-3.fc44
console-login-helper-messages (maintained by: @coreos-sig, dustymabe, siosm)
console-login-helper-messages-issuegen-0.21.3-13.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44
cosmic-settings (maintained by: @cosmic-sig, @rust-sig, ryanabx)
cosmic-settings-1.0.6-1.fc45.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
dnssec-trigger (maintained by: pemensik, pwouters, thozza)
dnssec-trigger-0.17-41.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
dnssec-trigger-0.17-41.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, NetworkManager-libnm = 1:1.55.91-3.fc44
dracut (maintained by: jamacku, lnykryn, pvalena)
dracut-network-108-5.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
firewalld (maintained by: erig0, jpopelka, psutter, thaller, twoerner)
firewall-applet-2.4.0-2.fc44.noarch requires NetworkManager-libnm = 1:1.55.91-3.fc44
firewall-config-2.4.0-2.fc44.noarch requires NetworkManager-libnm = 1:1.55.91-3.fc44
gnome-control-center (maintained by: @gnome-sig, feborges)
gnome-control-center-50~beta-1.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-control-center-50~beta-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_14_0)(64bit), libnm.so.0(libnm_1_16_0)(64bit), libnm.so.0(libnm_1_24_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_40_0)(64bit), libnm.so.0(libnm_1_44_0)(64bit), libnm.so.0(libnm_1_52_0)(64bit)
gnome-initial-setup (maintained by: @gnome-sig, kalev, mclasen)
gnome-initial-setup-50~alpha-1.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-initial-setup-50~alpha-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
gnome-network-displays (maintained by: benzea, lorbus)
gnome-network-displays-0.97.0-3.fc44.src requires pkgconfig(libnm) = 1.55.91
gnome-network-displays-0.97.0-3.fc44.x86_64 requires NetworkManager-libnm = 1:1.55.91-3.fc44, NetworkManager-wifi = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_16_0)(64bit)
gnome-settings-daemon (maintained by: @gnome-sig, fmuellner, kalev, mclasen, mkasik, ofourdan)
gnome-settings-daemon-50~beta-1.fc45.i686 requires libnm.so.0, libnm.so.0(libnm_1_0_0)
gnome-settings-daemon-50~beta-1.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-settings-daemon-50~beta-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
gnome-shell (maintained by: @gnome-sig, fmuellner, jadahl, mcrha, otaylor, walters)
gnome-shell-50~beta-4.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-shell-50~beta-4.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit)
gnome-usage (maintained by: @gnome-sig, feborges)
gnome-usage-48.0-2.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-usage-48.0-2.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
kde-runtime (maintained by: @kde-sig, jgrulich, kkofler, than)
kde-runtime-17.08.3-36.fc44.src requires pkgconfig(libnm) = 1.55.91
kf5-kdelibs4support (maintained by: @kde-sig, farchord, jgrulich, than)
kf5-kdelibs4support-5.116.0-7.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
kf5-networkmanager-qt (maintained by: @kde-sig, farchord)
kf5-networkmanager-qt-5.116.0-5.fc44.src requires pkgconfig(libnm) = 1.55.91
kf5-networkmanager-qt-devel-5.116.0-5.fc44.i686 requires pkgconfig(libnm) = 1.55.91
kf5-networkmanager-qt-devel-5.116.0-5.fc44.x86_64 requires pkgconfig(libnm) = 1.55.91
kf6-networkmanager-qt (maintained by: @kde-sig, aleasto)
kf6-networkmanager-qt-6.23.0-1.fc45.src requires pkgconfig(libnm) = 1.55.91
kf6-networkmanager-qt-devel-6.23.0-1.fc45.i686 requires pkgconfig(libnm) = 1.55.91
kf6-networkmanager-qt-devel-6.23.0-1.fc45.x86_64 requires pkgconfig(libnm) = 1.55.91
kismet (maintained by: limb)
kismet-0.0.2025.09.R1-3.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
kismet-0.0.2025.09.R1-3.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
libnma (maintained by: bengal, ihuguet, lkundrak, thaller)
libnma-1.10.6-11.fc44.i686 requires libnm.so.0, libnm.so.0(libnm_1_0_0), libnm.so.0(libnm_1_2_0), libnm.so.0(libnm_1_6_0), libnm.so.0(libnm_1_8_0)
libnma-1.10.6-11.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
libnma-1.10.6-11.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit), libnm.so.0(libnm_1_8_0)(64bit)
libnma-devel-1.10.6-11.fc44.i686 requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44, pkgconfig(libnm) = 1.55.91
libnma-devel-1.10.6-11.fc44.x86_64 requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44, pkgconfig(libnm) = 1.55.91
libnma-gtk4-1.10.6-11.fc44.i686 requires libnm.so.0, libnm.so.0(libnm_1_0_0), libnm.so.0(libnm_1_2_0), libnm.so.0(libnm_1_6_0), libnm.so.0(libnm_1_8_0)
libnma-gtk4-1.10.6-11.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit), libnm.so.0(libnm_1_8_0)(64bit)
libnma-gtk4-devel-1.10.6-11.fc44.i686 requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44, pkgconfig(libnm) = 1.55.91
libnma-gtk4-devel-1.10.6-11.fc44.x86_64 requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44, pkgconfig(libnm) = 1.55.91
phosh (maintained by: @phosh-sig, davidsch, lihis, lkundrak, samcday)
libphosh-0.53.1-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_20_0)(64bit), libnm.so.0(libnm_1_24_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit), libnm.so.0(libnm_1_8_0)(64bit)
libphosh-devel-0.53.1-1.fc45.x86_64 requires pkgconfig(libnm) = 1.55.91
phosh-0.53.1-1.fc45.src requires pkgconfig(libnm) = 1.55.91
phosh-0.53.1-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_20_0)(64bit), libnm.so.0(libnm_1_24_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit), libnm.so.0(libnm_1_8_0)(64bit)
pidgin (maintained by: jskarvad, nosnilmot)
libpurple-2.14.14-3.fc44.i686 requires libnm.so.0
libpurple-2.14.14-3.fc44.x86_64 requires libnm.so.0()(64bit)
pidgin-2.14.14-3.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
localsearch (maintained by: @gnome-sig, nmontero)
localsearch-3.11~beta-1.fc45.src requires pkgconfig(libnm) = 1.55.91
modem-manager-gui (maintained by: suve)
modem-manager-gui-cm-NetworkManager-0.0.20-18.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
netplan (maintained by: dminer, jonathanspw, ngompa)
netplan-default-backend-NetworkManager-1.1.2-4.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44, NetworkManager-config-server = 1:1.55.91-3.fc44
network-manager-applet (maintained by: bengal, ihuguet, lkundrak, thaller)
network-manager-applet-1.36.0-7.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
network-manager-applet-1.36.0-7.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_16_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit)
nm-connection-editor-1.36.0-7.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_16_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_40_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit)
plasma-nm (maintained by: @kde-sig, marcdeop)
plasma-nm-6.6.1-1.fc45.src requires pkgconfig(libnm) = 1.55.91
plasma-nm-6.6.1-1.fc45.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_20_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_40_0)(64bit)
plasma-nm-openvpn-6.6.1-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
plasma-nm-vpnc-6.6.1-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
python-proton-vpn-network-manager (maintained by: fed500)
python-proton-vpn-network-manager-0.10.2-6.fc44.src requires NetworkManager = 1:1.55.91-3.fc44
redfish-finder (maintained by: theyoyojo)
redfish-finder-0.4-18.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
shorewall (maintained by: mbaldessari)
shorewall-init-5.2.8-18.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44
strongswan (maintained by: carlosrodrifernandez, dcavalca, pemensik, pwouters, salimma)
strongswan-6.0.2-5.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
strongswan-charon-nm-6.0.2-5.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
sugar (maintained by: aperezbios, chimosky)
sugar-0.121-10.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44
telepathy-mission-control (maintained by: chimosky)
telepathy-mission-control-1:5.16.5-15.fc44.i686 requires libnm.so.0, libnm.so.0(libnm_1_0_0)
telepathy-mission-control-1:5.16.5-15.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
telepathy-mission-control-1:5.16.5-15.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
tlp (maintained by: tripledes)
tlp-rdw-1.9.0-7.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44
Too many dependencies for wireless-regdb, not all listed here
Depending on: yasm (10), status change: 2026-02-20 (0 weeks ago)
mingw-wine-gecko (maintained by: mooninite)
mingw-wine-gecko-2.47.4-10.fc44.src requires wine-core = 11.0-3.fc44, wine-devel = 11.0-3.fc44, yasm = 1.3.0^20250625git121ab15-3.fc44
mingw32-wine-gecko-2.47.4-10.fc44.noarch requires wine-common = 11.0-3.fc44
mingw64-wine-gecko-2.47.4-10.fc44.noarch requires wine-common = 11.0-3.fc44
virtualbox-guest-additions (maintained by: alext, jwrdegoede)
virtualbox-guest-additions-7.2.6-1.fc45.src requires yasm = 1.3.0^20250625git121ab15-3.fc44
wine (maintained by: besser82, mooninite)
wine-11.0-3.fc44.i686 requires mingw32-wine-gecko = 2.47.4-10.fc44, wine-mono = 10.4.1-2.fc44
wine-11.0-3.fc44.x86_64 requires mingw32-wine-gecko = 2.47.4-10.fc44, mingw64-wine-gecko = 2.47.4-10.fc44, wine-mono = 10.4.1-2.fc44
playonlinux (maintained by: robert)
playonlinux-4.4-18.fc44.x86_64 requires wine = 11.0-3.fc44
q4wine (maintained by: krege)
q4wine-1.4.1-3.fc44.x86_64 requires wine-core = 11.0-3.fc44
wine-dxvk (maintained by: frantisekz)
wine-dxvk-2.7.1-6.fc44.src requires wine-devel = 11.0-3.fc44
wine-dxvk-2.7.1-6.fc44.x86_64 requires wine-core(x86-64) = 11.0-3.fc44
wine-mono (maintained by: mooninite)
wine-mono-10.4.1-2.fc44.noarch requires wine-filesystem = 11.0-3.fc44
wine-mono-10.4.1-2.fc44.src requires wine-core = 11.0-3.fc44
wineglass (maintained by: atim)
wineglass-1.2.1-6.20191110git7b2558e.13.fc44.x86_64 requires wine = 11.0-3.fc44, winetricks = 20260125-1.fc44
winetricks (maintained by: raphgro, vtrefny)
winetricks-20260125-1.fc44.noarch requires wine-common = 11.0-3.fc44
protontricks (maintained by: atim)
protontricks-1.14.0-1.fc45.noarch requires winetricks = 20260125-1.fc44
Affected (co)maintainers
@abrt-sig: python-ldap3
@asahi-sig: wireless-regdb, python-ldap3
@astro-sig: python-ldap3
@btrfs-sig: btrfsmaintenance
@cloud-sig: python-ldap3
@copr-sig: nvml, python-ldap3
@coreos-sig: wireless-regdb, python-ldap3
@cosmic-sig: wireless-regdb
@crypto-team: python-ldap3
@db-sig: python-ldap3, pcre
@dns-sig: python-ldap3
@epel-packagers-sig: golang-google-appengine, pcre, wireless-regdb, wiggle, nvml, autogen, python-ldap3
@gnome-sig: wireless-regdb, autogen, python-ldap3
@go-sig: golang-github-google-cel, golang-github-maxatome-testdeep, nvml, golang-github-uber-jaeger-client, golang-github-awslabs-aws-multi-module-repository-tools, golang-google-appengine, golang-github-burntsushi-toml-test, golang-github-envoyproxy-control-plane, golang-sigs-k8s-apiserver-network-proxy, golang-github-knetic-govaluate, golang-github-circonus-labs-gometrics, golang-github-bmatcuk-doublestar-4, golang-github-docker-units, golang-github-crossdock, golang-github-google-go-github, golang-github-olekukonko-tablewriter, golang-github-colinmarc-hdfs-2, golang-gotest, golang-github-pquerna-otp, golang-github-cockroachdb-cockroach-go, python-ldap3, golang-code-cloudfoundry-clock
@haskell-lang-sig: python-ldap3, pcre
@infra-sig: python-ldap3
@kde-sig: qwt, pcre, wireless-regdb, rttr, autogen, python-ldap3
@libreoffice-sig: python-ldap3
@multimedia-sig: autogen, python-ldap3
@neuro-sig: qwt, python-ldap3
@openstack-sig: nvml, python-murano-pkg-check, python-ldap3
@osbuild-sig: nvml, python-ldap3
@phosh-sig: wireless-regdb
@python-packagers-sig: python-pdir2, python-ldap3, pcre
@r-maint-sig: python-ldap3
@rocm-packagers-sig: autogen
@rpm-software-management-sig: python-ldap3
@ruby-packagers-sig: python-ldap3
@rust-sig: rust-backoff, wireless-regdb, python-ldap3
@scitech_sig: autogen, python-ldap3
@sssd-maintainers: python-ldap3
@virtmaint-sig: nvml, python-ldap3
abbra: nvml, python-ldap3
adamwill: autogen, python-ldap3, nvml
adelton: python-ldap3
adrian: python-ldap3
aekoroglu: python-ldap3
afaria: nvml
airlied: python-ldap3
ajax: python-ldap3
akoutsou: nvml, python-ldap3
alakatos: python-ldap3
aleasto: wireless-regdb
alebastr: python-ldap3
alexfails: python-ldap3
alexhaydock: nvml, python-ldap3
alexl: wireless-regdb, python-ldap3
alexlan: autogen, python-ldap3
alexsaezm: golang-github-google-go-github, golang-github-olekukonko-tablewriter, golang-github-cockroachdb-cockroach-go
alext: yasm
amerey: python-ldap3
amigadave: python-ldap3
amoralej: nvml, python-ldap3
ankursinha: python-ldap3
anoopcs: nvml, python-ldap3
antorres: python-ldap3
aperezbios: wireless-regdb, pcre
arraybolt3: python-ldap3
asn: nvml, python-ldap3
astra: python-ldap3
athoscr: golang-google-appengine
atikhonov: python-ldap3
atim: gnome-panel, vim-pathogen, vim-gv, gnome-applets, gnome-flashback, btrfsmaintenance, vim-trailing-whitespace, yasm, autogen, nvml, dynamic-wallpaper-editor, gnome-firmware, vim-gitgutter, python-ldap3
avigne: python-ldap3
aviso: python-ldap3
baude: nvml
bax: python-ldap3
bcl: nvml, python-ldap3
belegdol: python-ldap3
bellet: python-ldap3
bengal: wireless-regdb, python-ldap3
benzea: wireless-regdb
berrange: nvml, python-ldap3
besser82: yasm, python-ldap3
blowry: python-ldap3
bonzini: nvml, python-ldap3
bookwar: wireless-regdb, python-ldap3
brendt: pcre
bruno: qwt, python-ldap3
c4chris: python-ldap3
carlosrodrifernandez: wireless-regdb, python-ldap3
carlwgeorge: autogen, python-ldap3
chapien: python-ldap3
cheese: python-ldap3
cheeselee: python-ldap3
chimosky: wireless-regdb
chkr: autogen, python-ldap3
churchyard: python-ldap3
cicku: python-ldap3
clumens: nvml
cottsay: qwt, autogen, python-ldap3
crobinso: nvml, python-ldap3
czanik: python-ldap3
daandemeyer: nvml, python-ldap3
danfruehauf: wireless-regdb, autogen, python-ldap3
dang: nvml
davdunc: python-ldap3
daveo: qwt, autogen
davidsch: wireless-regdb
dcallagh: python-ldap3
dcantrell: nvml, python-ldap3
dcavalca: pcre, golang-github-olekukonko-tablewriter, wireless-regdb, autogen, nvml, golang-github-pquerna-otp, python-ldap3
dchen: autogen, python-ldap3
ddd: nvml
decathorpe: python-ldap3
defolos: python-ldap3
design-sw: autogen
devos: nvml, python-ldap3
devrim: python-ldap3
dfateyev: python-ldap3
dherrera: python-ldap3
djw8605: python-ldap3
dkosovic: wireless-regdb
dm0: python-ldap3
dmach: python-ldap3
dmaphy: python-ldap3
dminer: wireless-regdb
dodji: python-ldap3
dridi: python-ldap3
dshea: nvml
dtardon: python-ldap3
dtimms: autogen
dulsi: python-ldap3
dustymabe: wireless-regdb, python-ldap3
dwalsh: nvml
dwmw2: wireless-regdb
dwrobel: autogen
echevemaster: wireless-regdb, python-ldap3
eclipseo: golang-google-appengine, golang-github-google-go-github, golang-github-olekukonko-tablewriter, autogen, nvml, python-ldap3
eeickmeyer: autogen
ellert: nvml, python-ldap3
emlima: nvml
erack: python-ldap3
ericb: python-ldap3
erig0: wireless-regdb
ertzing: python-ldap3
eseyman: python-ldap3
etrunko: nvml
evgenyz: python-ldap3
fale: python-ldap3
farchord: wireless-regdb, pcre
fcami: autogen
fche: python-ldap3
feborges: wireless-regdb, python-ldap3
fed500: wireless-regdb, python-ldap3
fedepell: pcre
ferdnyc: autogen, python-ldap3
ffesti: python-ldap3
ffmancera: wireless-regdb, python-ldap3
filiperosset: python-ldap3
fjanus: python-ldap3
fkooman: python-ldap3
fmaurer: python-ldap3
fmuellner: wireless-regdb
fnux: python-ldap3
frantisekz: yasm
frostyx: nvml, python-ldap3
gbcox: qwt, python-ldap3
gd: nvml
germano: python-ldap3
gmaglione: nvml
gnat: python-ldap3
goeran: python-ldap3
gordonmessmer: nvml
gscrivano: golang-github-olekukonko-tablewriter
haircommander: nvml
hanecak: autogen, python-ldap3
hannes: python-ldap3
harald: python-ldap3
hedayat: python-ldap3
heffer: autogen, python-ldap3
hobbes1069: qwt, autogen, python-ldap3, nvml
honli: python-ldap3
hoshinolina: python-ldap3
humaton: python-ldap3
huzaifas: wireless-regdb
iarnell: python-ldap3
ignatenkobrain: autogen, python-ldap3, pcre
ihuguet: wireless-regdb, python-ldap3
imbev: python-ldap3
imcinerney: autogen
ixs: autogen, python-ldap3
jackorp: python-ldap3
jadahl: wireless-regdb
jakub: python-ldap3
jamacku: wireless-regdb, python-ldap3
jankratochvil: autogen, python-ldap3
jaruga: python-ldap3
javierm: python-ldap3
jcapitao: nvml
jcerny: python-ldap3
jchaloup: golang-github-olekukonko-tablewriter
jcheca: python-ldap3
jcline: golang-github-google-go-github
jdieter: python-ldap3
jelly: nvml, wireless-regdb
jered: python-ldap3, pcre
jflory7: python-ldap3
jforbes: nvml
jgrulich: wireless-regdb, python-ldap3, pcre
jirka: python-ldap3
jistone: python-ldap3
jjames: autogen, python-ldap3
jjardon: python-ldap3
jjelen: python-ldap3
jjg: python-ldap3
jkastner: python-ldap3
jkraehemann: autogen
jkucera: autogen
jlebon: python-ldap3
jmakey: python-ldap3
jmarrero: python-ldap3
jmigacz: python-ldap3
jmracek: python-ldap3
jnovy: nvml, python-ldap3
jonathanspw: wireless-regdb, qwt, autogen, python-ldap3
jorton: python-ldap3
joshstrobl: wireless-regdb
jplesnik: python-ldap3, pcre
jpopelka: wireless-regdb
jrichardson: python-ldap3
jridky: python-ldap3
jrohel: python-ldap3
jruzicka: python-ldap3
js: python-ldap3
jskarvad: wireless-regdb, qwt, autogen, python-ldap3
jsmith: autogen, python-ldap3
jstanek: python-ldap3
jstephen: nvml, python-ldap3
jsynacek: python-ldap3
jujens: python-ldap3
juliogonzalez: python-ldap3
jvaclav: wireless-regdb, python-ldap3
jwolfe: python-ldap3
jwrdegoede: yasm, autogen, python-ldap3, pcre
kalev: wireless-regdb, autogen, python-ldap3, pcre
kdudka: python-ldap3
kevin: nvml, python-ldap3, pcre
kheib: python-ldap3
kkeithle: nvml, python-ldap3
kkofler: wireless-regdb, python-ldap3, pcre
kkoukiou: nvml, wireless-regdb
konradm: python-ldap3
krege: yasm
kvolny: autogen, python-ldap3
kwizart: zd1211-firmware, python-ldap3
laine: nvml, python-ldap3
laxathom: python-ldap3
lbazan: python-ldap3
leigh123linux: wireless-regdb
lennart: autogen, python-ldap3
levined: python-ldap3
lihis: wireless-regdb
limb: wireless-regdb, autogen, python-ldap3
linkdupont: python-ldap3
ljavorsk: python-ldap3
lkundrak: wireless-regdb, autogen, python-ldap3, pcre
lnie: nvml
lnykryn: wireless-regdb, python-ldap3
lorbus: wireless-regdb
lsedlar: python-ldap3
lslebodn: python-ldap3
lsm5: nvml
luap99: nvml
lucab: python-ldap3
luhliarik: python-ldap3
luk1337: python-ldap3
luya: autogen, python-ldap3
lyude: python-ldap3
lzaoral: python-ldap3
m4rtink: wireless-regdb
man2dev: python-ldap3
manpaz: python-ldap3
marcan: nvml, python-ldap3
marcdeop: wireless-regdb, python-ldap3
martinkg: autogen, python-ldap3, pcre
martinpitt: nvml, wireless-regdb
mathstuf: python-ldap3
mattia: wireless-regdb, python-ldap3
matyas: python-ldap3
mavit: autogen, python-ldap3
mbaldessari: wireless-regdb
mblaha: python-ldap3
mcascella: nvml, python-ldap3
mcermak: python-ldap3
mclasen: autogen, wireless-regdb
mcrha: wireless-regdb, python-ldap3
mdomonko: python-ldap3
melmorabity: python-ldap3
mhayden: python-ldap3
mheon: nvml
mhjacks: python-ldap3, csslint
mhlavink: autogen, python-ldap3
michich: python-ldap3
mikelo2: golang-google-appengine, golang-github-olekukonko-tablewriter, python-ldap3, golang-github-cockroachdb-cockroach-go
mikep: golang-google-appengine
mipatras: python-ldap3
misc: python-ldap3
mjg: python-ldap3
mjw: python-ldap3
mkasik: wireless-regdb, python-ldap3
mkrupcale: python-ldap3
mlichvar: python-ldap3
mlombard: nvml
mmarhefk: python-ldap3
mmarusak: wireless-regdb, nvml, python-ldap3
moceap: python-ldap3
mohanboddu: nvml, python-ldap3
monnerat: autogen
mooninite: yasm, python-ldap3
mrezanin: python-ldap3
mroche: python-ldap3
mrunge: python-ldap3
mruprich: python-ldap3
mschorm: python-ldap3
mschwendt: wireless-regdb, autogen, python-ldap3
msekleta: python-ldap3
mspacek: python-ldap3
msrb: python-ldap3
mstevens: python-ldap3
msuchy: python-ldap3
mtasaka: python-ldap3
music: rust-backoff, autogen
myoung: nvml
mystro256: python-ldap3
nalimilan: python-ldap3
nalin: python-ldap3
nb: python-ldap3
ndavidov: python-ldap3
ndim: autogen
neil: golang-github-olekukonko-tablewriter, python-ldap3
neteler: python-ldap3
nforro: autogen
ngompa: btrfsmaintenance, wireless-regdb, rttr, autogen, nvml, python-ldap3
nmav: wireless-regdb
nmontero: wireless-regdb
nonamedotc: autogen, gnome-panel, python-ldap3
nosnilmot: wireless-regdb
nphilipp: autogen, python-ldap3
nsella: nvml, python-ldap3
obudai: nvml, python-ldap3
ochosi: nvml, python-ldap3
ofourdan: wireless-regdb
olem: golang-github-olekukonko-tablewriter
ondrejj: python-ldap3
onosek: python-ldap3
opohorel: python-ldap3
orion: autogen, python-ldap3
otaylor: wireless-regdb
pali: python-ldap3
pampelmuse: autogen
pbabinca: python-ldap3
pbiering: python-ldap3
pbrezina: python-ldap3
pbrobinson: autogen, python-ldap3
pcahyna: python-ldap3
pcpa: python-ldap3
pemensik: wireless-regdb, python-ldap3
perex: autogen
peter: autogen, python-ldap3, pcre
petersen: python-ldap3, pcre
pfilipen: nvml
pghmcfc: python-ldap3
pjgeorg: wireless-regdb
pkratoch: python-ldap3
pmatilai: python-ldap3
pmurphy: python-ldap3
ppisar: python-ldap3, pcre
praiskup: nvml, python-ldap3, pcre
preichl: nvml, python-ldap3
psabata: python-ldap3, pcre
pschiffe: python-ldap3
psloboda: python-ldap3
pstodulk: python-ldap3
psutter: wireless-regdb
pvalena: wireless-regdb, python-ldap3
pwalter: python-ldap3
pwouters: wireless-regdb, python-ldap3
qulogic: golang-google-appengine, python-ldap3, nvml
raphgro: yasm, pcre
rathann: autogen, python-ldap3
rcallicotte: python-ldap3
rcritten: python-ldap3
rebus: python-ldap3, pcre
remi: python-ldap3
renich: python-ldap3
rffontenelle: python-ldap3
rharwood: python-ldap3
rhughes: wireless-regdb, python-ldap3
rineau: python-ldap3
rishi: nvml, python-ldap3
rjones: nvml, python-ldap3, pcre
rmattes: python-ldap3
robert: yasm, autogen, python-ldap3
ron: python-ldap3
rrankin: autogen
rsroka: python-ldap3
rstrode: wireless-regdb, python-ldap3
runcom: python-ldap3
rvykydal: wireless-regdb
ryanabx: wireless-regdb
s00se: autogen
sagitter: qwt, python-ldap3
sailer: python-ldap3
salimma: golang-google-appengine, pcre, golang-github-olekukonko-tablewriter, wireless-regdb, wiggle, autogen, nvml, python-ldap3
samcday: wireless-regdb
sandeen: nvml, python-ldap3
saprasad: python-ldap3
sarroutb: python-ldap3
sbose: python-ldap3
scorreia: python-ldap3
sergiopr: python-ldap3
sgallagh: python-ldap3
sgrubb: pcre
sham1: python-ldap3
sharkcz: wireless-regdb, qwt, python-ldap3
simo: nvml, python-ldap3
sinnykumari: python-ldap3
siosm: wireless-regdb, autogen, python-ldap3
slaanesh: wireless-regdb, autogen, python-ldap3, nvml
slagle: nvml, python-ldap3
slp: nvml, python-ldap3
smani: qwt, autogen, python-ldap3
spot: autogen, python-ldap3
steve: python-ldap3
stevenfalco: python-ldap3
stevetraylen: python-ldap3
stingray: python-ldap3
stransky: python-ldap3
supakeen: nvml, python-ldap3
suve: wireless-regdb, autogen, python-ldap3
svashisht: python-ldap3
swt2c: autogen, python-ldap3
szpak: wireless-regdb
tagoh: python-ldap3
tartare: python-ldap3
tartina: autogen, python-ldap3
tdawson: wireless-regdb, qwt, autogen, python-ldap3
tdecacqu: autogen, python-ldap3
terjeros: autogen, nvml
tfanelli: python-ldap3
thaller: wireless-regdb, python-ldap3
thalman: python-ldap3
than: wireless-regdb, autogen, python-ldap3, pcre
thebeanogamer: python-ldap3
theyoyojo: wireless-regdb
thl: python-ldap3
thm: autogen, pcre
thofmann: python-ldap3
thoger: pcre
thozza: wireless-regdb
thunderbirdtr: rttr, python-ldap3
tibbs: python-ldap3
till: wireless-regdb, python-ldap3
timhansen46: python-ldap3
tjikkun: python-ldap3
tkorbar: python-ldap3
tmraz: python-ldap3
topazus: autogen, python-ldap3
tpokorra: python-ldap3
tpopela: python-ldap3
tripledes: wireless-regdb
trix: autogen, python-ldap3
ttheisen: python-ldap3
twaugh: python-ldap3
twoerner: wireless-regdb, python-ldap3
ueno: python-ldap3
uraeus: autogen, python-ldap3
v02460: python-ldap3
valtri: python-ldap3
vascom: autogen, python-ldap3, pcre
vbenes: wireless-regdb, python-ldap3
vcrhonek: python-ldap3
verdurin: autogen, python-ldap3
vladis: python-ldap3
vmihalko: python-ldap3
vondruch: python-ldap3
vpolasek: python-ldap3
vtrefny: yasm, python-ldap3
vwbusguy: python-ldap3
walters: wireless-regdb, golang-github-olekukonko-tablewriter, python-ldap3
wojnilowicz: gnome-panel
wtaymans: autogen, python-ldap3
wwoods: nvml
wzzrd: python-ldap3
xavierb: yasm, python-ldap3
xfgusta: python-ldap3
xhorak: python-ldap3
xvitaly: python-ldap3
yaneti: nvml
yanqiyu: python-ldap3
ypsvlq: autogen
yselkowitz: gnome-panel, gnome-flashback, gnome-applets, autogen, python-ldap3
yuwata: python-ldap3
zawertun: nvml
zbyszek: nvml, python-ldap3
zdohnal: python-ldap3
zfridric: python-ldap3
zsun: autogen, python-ldap3
zyga: nvml
Orphans (59): autogen btrfsmaintenance csslint
dynamic-wallpaper-editor freeopcua gnome-applets gnome-firmware
gnome-flashback gnome-panel golang-code-cloudfoundry-clock
golang-github-awslabs-aws-multi-module-repository-tools
golang-github-bmatcuk-doublestar-4
golang-github-burntsushi-toml-test
golang-github-circonus-labs-gometrics
golang-github-cockroachdb-cockroach-go
golang-github-colinmarc-hdfs-2 golang-github-crossdock
golang-github-docker-units golang-github-envoyproxy-control-plane
golang-github-google-cel golang-github-google-go-github
golang-github-knetic-govaluate golang-github-linuxdeepin-gir
golang-github-maxatome-testdeep
golang-github-olekukonko-tablewriter golang-github-pquerna-otp
golang-github-uber-jaeger-client golang-google-appengine
golang-gotest golang-sigs-k8s-apiserver-network-proxy
gotify-desktop lis mimic nvml opal pcre polybar ptlib python-ldap3
python-mrcfile python-murano-pkg-check python-pdir2
python-simpleaudio python-wavio qwt rttr rust-backoff sjinn
spectrographic toolshed unzoo vim-gitgutter vim-gv vim-pathogen
vim-trailing-whitespace wiggle wireless-regdb yasm zd1211-firmware
Orphans (dependend on) (21): autogen csslint gnome-applets gnome-panel
golang-github-cockroachdb-cockroach-go golang-github-crossdock
golang-github-google-go-github
golang-github-olekukonko-tablewriter golang-github-pquerna-otp
golang-google-appengine nvml pcre ptlib python-ldap3
python-simpleaudio python-wavio qwt rttr rust-backoff
wireless-regdb yasm
Orphans (rawhide) for at least 6 weeks (dependend on) (0):
Orphans (rawhide) (not depended on) (38): btrfsmaintenance
dynamic-wallpaper-editor freeopcua gnome-firmware gnome-flashback
golang-code-cloudfoundry-clock
golang-github-awslabs-aws-multi-module-repository-tools
golang-github-bmatcuk-doublestar-4
golang-github-burntsushi-toml-test
golang-github-circonus-labs-gometrics
golang-github-colinmarc-hdfs-2 golang-github-docker-units
golang-github-envoyproxy-control-plane golang-github-google-cel
golang-github-knetic-govaluate golang-github-linuxdeepin-gir
golang-github-maxatome-testdeep golang-github-uber-jaeger-client
golang-gotest golang-sigs-k8s-apiserver-network-proxy
gotify-desktop lis mimic opal polybar python-mrcfile
python-murano-pkg-check python-pdir2 sjinn spectrographic toolshed
unzoo vim-gitgutter vim-gv vim-pathogen vim-trailing-whitespace
wiggle zd1211-firmware
Orphans (rawhide) for at least 6 weeks (not dependend on) (0):
Depending packages (rawhide) (701): 0ad COPASI Carla ClanLib
CriticalMass FlightGear FlightGear-Atlas GMT Io-language
NetworkManager NetworkManager-fortisslvpn NetworkManager-iodine
NetworkManager-l2tp NetworkManager-libreswan
NetworkManager-openconnect NetworkManager-openvpn
NetworkManager-pptp NetworkManager-ssh NetworkManager-sstp
NetworkManager-strongswan NetworkManager-vpnc OpenSceneGraph PDAL
R R-RCurl R-Rhtslib R-curl SFML SimGear abrt actor-framework
adanaxisgpl afflib aide aircrack-ng alienarena alure amanda amarok
amazon-ec2-utils anaconda anjuta apache-cloudstack-cloudmonkey
appliance-tools appstream appstream-generator aqualung ardour6
ardour7 ardour8 ardour9 arm-none-eabi-gcc-cs arm-none-eabi-newlib
asc asterisk asymptote attract-mode aubio audacious-plugins
audacity bacula baresip barrier bijiben blender blueman
boinc-client budgie-control-center build2 buildbox butt byebyebios
bzflag cairo-dock calamares castget ccze cef centerim
centos-packager centpkg-minimal ceph certmonger cfitsio cgit
chromium cinnamon cinnamon-control-center clamav
clamav-unofficial-sigs clamz claws-mail clean-rpm-gpg-pubkey
clevis cmake coccinelle cockpit cockpit-machines coeurl collectd
colobot concordance condor conky console-login-helper-messages
containers-common copr-frontend copr-rpmbuild copyq corsix-th
cosmic-settings cpanspec cpp-httplib cpr cpu-x createrepo_c
crossfire-client crun-vm cryfs curl curlftpfs curlpp dar darktable
davix ddnet dehydrated denemo dgit diffoscope dionaea
diskimage-builder dist-git-client dnf-repo dnf5 dnsconfd
dnssec-trigger doh dolphin-emu domoticz dovecot dr_libs dracut
drumkv1 dsda-doom dsp dssi dub dvblinkremote e16 easyeffects
easyrpg-player ebumeter ec2-instance-connect ec2-metadata efl
eiskaltdcpp elfutils enigma erofs-utils et etcd ettercap fastback
fbida fbreader fbrnch fcitx-cloudpinyin fcitx-ui-light
fcitx5-chinese-addons fedora-packager fedora-repoquery
fedora-upgrade fedpkg-minimal feh fio firefox firewalld flatpak
flatpak-builder fldigi flickcurl fluidsynth fooyin fragments
freeciv freedv freeipa freeradius freewrl frotz furnace fuse-btfs
fwknop-gui fwupd gambas3 gammu gap-pkg-curlinterface gdal gdb-gef
genimage gerbera ghc-curl ghc-pcre-light ghc-regex-pcre giac git
git-cinnabar git-ftp glusterfs gmic gnome-applets
gnome-control-center gnome-flashback gnome-initial-setup
gnome-network-displays gnome-settings-daemon gnome-shell
gnome-usage gnuastro gnupg2 gnuradio gnustep-base
golang-ariga-atlas golang-entgo-ent
golang-github-alecthomas-chroma golang-github-alecthomas-chroma-2
golang-github-alecthomas-kong-hcl golang-github-appc-docker2aci
golang-github-awslabs-aws-multi-module-repository-tools
golang-github-azure-sdk golang-github-cloudflare
golang-github-cloudflare-cfssl
golang-github-cyberdotgent-route3270 golang-github-distribution-3
golang-github-docker-distribution golang-github-gocolly-colly-2
golang-github-google-certificate-transparency
golang-github-google-trillian golang-github-hashicorp-hcl-2
golang-github-hashicorp-terraform-json golang-github-mroach-rom64
golang-github-niklasfasching-org
golang-github-theupdateframework-notary
golang-github-uber-jaeger-client
golang-github-vmihailenco-msgpack-5
golang-github-xordataexchange-crypt golang-github-zclconf-cty
golang-github-zclconf-cty-debug golang-jaytaylor-html2text
google-compute-engine-oslogin gotify-desktop gpac gpick gpredict
gqrx gr-air-modes gr-funcube gr-hpsdr gr-iqbal gr-osmosdr gr-rds
gretl gridsite grip grive2 grpc gsequencer
gstreamer1-plugins-bad-free gtkd gtkpod gtorrentviewer guayadeque
guestfs-tools guitarix hcxtools healpix hplip html-xml-utils
htslib hw-probe hydrogen icecast icecat icewm idevicerestore
igt-gpu-tools image-garden imagefactory-plugins imhex input-leap
insight ipe ipv6calc ipv6toolkit jack-audio-connection-kit
jack-example-tools janus jconvolver jigdo jkmeter jmeters julia
julius k3b kata-containers kcbench kcov kde-runtime kdelibs
kdelibs3 kdenlive kdiskmark keepassxc kf5-kdelibs4support kf5-kjs
kf5-kplotting kf5-networkmanager-qt kf6-networkmanager-qt kicad
kismet kiwi kiwi-boxed-plugin klamav klavaro koji krita kstars
ladspa lastpass-cli ldc lgogdownloader lib3270 libabigail
libappstream-glib libbs2b libclastfm libcmis libdap libdatovka
libfilteraudio libfishsound libgadu libgamerzilla libgit2
libgit2_1.8 libgphoto2 libguestfs libideviceactivation libindi
libinstpatch libisds libkdegames libkiwix libkml libkolabxml
libkrun libmamba libmediainfo libmml libmodsecurity libnetconf2
libnma libnxt liboauth liboauth2 libofa libofx libopenmpt
libopenraw libopkele libproxy libqalculate librasterlite2
librealsense libreoffice librepo libreport libresample libreswan
libs3 libsamplerate libsndfile libsolv libtatsu libtorrent libucl
libvirt libvirt-test-API libwfut libzypp lilv linsim linux-sgx
llama-cpp lmms lnav localsearch logjam lorax lsp-plugins lumail
lv2 lv2-fabla lv2-ir-plugins lv2-ll-plugins lv2-sorcer
lv2-x42-plugins lxpanel mapserver mariadb-connector-c mariadb10.11
mariadb11.8 matrix-synapse mediaconch medusa megaglest megatools
mgarepo milter-greylist mimic minetest mingw-wine-gecko minipro
mixxx mkosi mod_auth_cas mod_auth_mellon mod_auth_openid
mod_auth_openidc mod_mapcache mod_md mod_security
modem-manager-gui monotone mpdas mpdscribble mpris-scrobbler
mstflint mumble muon-meson mupdf musescore mysql8.0 mysql8.4
nagios-plugins-ssl_cert nbdkit ncl ncmpcpp nco netcdf netcdf-cxx4
netcdf-fortran netopeer2 netplan netsurf network-manager-applet
newsboat nfs-ganesha nix nmh obs-studio ocaml-curl ocaml-pcre
octave oidc-agent onedrive opal open-vm-tools openal-soft
openlierox openmw openqa openscap opensips openttd openwsman
os-autoinst osbuild osbuild-composer osgearth osslsigncode ostree
pacman pacrunner pads pam_2fa pam_url pdns pdns-recursor
perl-HTTP-Tinyish perl-WWW-Curl perl-re-engine-PCRE perlbrew
pgadmin4 phd2 phosh php php-pecl-http php-pecl-oauth pianobar
pidgin pioneer pipewire plasma-nm playonlinux podman polybar
poppler powdertoy powwow pragha profanity proj protontricks
proxmark3 proxysql prusa-slicer public-inbox pulseaudio
python-etcd python-impacket python-matrix-synapse-ldap3
python-oslo-utils python-proton-vpn-network-manager python-pycurl
python-qutepart python-soundfile q4wine qemu qemu-sanity-check
qgis qmmp qsstv qtractor quadrapassel quake2 quake3 quickemu
radiotray-ng rakarrack raptor2 rauc ravada redfish-finder redland
remmina rng-tools roc-toolkit rocal rosegarden4 rpi-imager rpm
rpm-ostree rpmdevtools rpminspect rsyslog rtpproxy rubberband
rubygem-curb rubygem-ethon rust rust-cargo-c rust-curl-sys
rust-snphost rustup s390utils s3fs-fuse samba samplv1 sasl-xoauth2
sbc sblim-sfcb sblim-sfcc sblim-wbemcli scamp scitokens-cpp
scsi-target-utils scummvm sdrangel seadrive-daemon seafile
shorewall siril slurm sndfile-tools snownews sonic-visualiser
sooperlooper soundtracker sox spacebar spatialite-gui
spectrographic speech-dispatcher speed-dreams springlobby sslh
sssd staden-io_lib stgit strongswan sugar supercollider supertux
supertuxkart surf svxlink swift-lang sword syncevolution syslog-ng
systemd tang tarantool tcmu-runner telepathy-mission-control
tesseract tgbot-cpp the_foundation thunderbird tinyfugue tinygo
tlog tlp tpm2-tools tpm2-tss trafficserver translate-shell
transmission traverso tremulous trojan trurl trustedqsl tucnak twa
twinkle twolame uacme uget uim unrealircd uwsgi vagrant
vamp-plugin-sdk vcpkg vdr-epg-daemon vdr-epg2vdr vdr-epgfixer
vdr-iptv vdr-scraper2vdr vdr-tvscraper vdrift vfrnav viking
vim-syntastic virt-backup virt-v2v virtiofsd
virtualbox-guest-additions vorbis-tools warmux warsow warzone2100
wcurl weechat wesnoth whipper widelands wine wine-dxvk wine-mono
wineglass winetricks wmweather+ workrave wsmancli wxGTK wxmedit
xastir xen xephem xgrep xine-ui xmlrpc-c xmms2 xmoto xonotic
xournalpp xrootd xrootd-s3-http ykclient ykocli yoshimi
yubihsm-shell zabbix zchunk zita-resampler znc-push zpaqfranz
Packages depending on packages orphaned (rawhide) for more than 6
weeks (0):
Not found in repo (rawhide) (1): golang-github-linuxdeepin-gir
Non-leaf golang library packages (rawhide) (6):
golang-github-cockroachdb-cockroach-go golang-github-crossdock
golang-github-google-go-github
golang-github-olekukonko-tablewriter golang-github-pquerna-otp
golang-google-appengine
--
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 2026-02-26 03:07:14 UTC
--
_______________________________________________
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org
Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.
Request package ownership via the *Take* button in the left column on
https://src.fedoraproject.org/rpms/<pkgname>
Full report available at:
https://a.gtmx.me/orphans/orphans.txt
grep it for your FAS username and follow the dependency chain.
For human readable dependency chains,
see https://packager-dashboard.fedoraproject.org/
For all orphaned packages,
see https://packager-dashboard.fedoraproject.org/orphan
Package (co)maintainers Status Change
================================================================================
autogen orphan 1 weeks ago
btrfsmaintenance @btrfs-sig, atim, ngompa, 3 weeks ago
orphan
csslint orphan 0 weeks ago
dynamic-wallpaper-editor atim, orphan 3 weeks ago
freeopcua orphan 4 weeks ago
gnome-applets atim, orphan, yselkowitz 3 weeks ago
gnome-firmware atim, orphan 3 weeks ago
gnome-flashback atim, orphan, yselkowitz 3 weeks ago
gnome-panel atim, orphan, yselkowitz 3 weeks ago
golang-code-cloudfoundry-clock @go-sig, orphan 1 weeks ago
golang-github-awslabs-aws- @go-sig, orphan 0 weeks ago
multi-module-repository-tools
golang-github-bmatcuk- @go-sig, orphan 1 weeks ago
doublestar-4
golang-github-burntsushi-toml- @go-sig, orphan 1 weeks ago
test
golang-github-circonus-labs- @go-sig, orphan 3 weeks ago
gometrics
golang-github-cockroachdb- @go-sig, orphan 2 weeks ago
cockroach-go
golang-github-colinmarc-hdfs-2 @go-sig, orphan 1 weeks ago
golang-github-crossdock @go-sig, orphan 1 weeks ago
golang-github-docker-units @go-sig, orphan 1 weeks ago
golang-github-envoyproxy- @go-sig, orphan 1 weeks ago
control-plane
golang-github-google-cel @go-sig, orphan 1 weeks ago
golang-github-google-go-github @go-sig, orphan 2 weeks ago
golang-github-knetic-govaluate @go-sig, orphan 1 weeks ago
golang-github-linuxdeepin-gir orphan 3 weeks ago
golang-github-maxatome-testdeep @go-sig, orphan 1 weeks ago
golang-github-olekukonko- @go-sig, orphan 1 weeks ago
tablewriter
golang-github-pquerna-otp @go-sig, orphan 2 weeks ago
golang-github-uber-jaeger- @go-sig, orphan 1 weeks ago
client
golang-google-appengine @go-sig, orphan 0 weeks ago
golang-gotest @go-sig, orphan 1 weeks ago
golang-sigs-k8s-apiserver- @go-sig, orphan 1 weeks ago
network-proxy
gotify-desktop orphan 1 weeks ago
lis orphan 3 weeks ago
mimic orphan 4 weeks ago
nvml @epel-packagers-sig, orphan 1 weeks ago
opal orphan 2 weeks ago
pcre @db-sig, lkundrak, orphan, 1 weeks ago
ppisar, thoger
polybar orphan 2 weeks ago
ptlib orphan 2 weeks ago
python-ldap3 @python-packagers-sig, aviso, 2 weeks ago
orphan
python-mrcfile orphan 3 weeks ago
python-murano-pkg-check @openstack-sig, orphan 3 weeks ago
python-pdir2 @python-packagers-sig, orphan 3 weeks ago
python-simpleaudio orphan 1 weeks ago
python-wavio orphan 1 weeks ago
qwt orphan, tdawson 1 weeks ago
rttr orphan 0 weeks ago
rust-backoff @rust-sig, music, orphan 1 weeks ago
sjinn orphan 1 weeks ago
spectrographic orphan 1 weeks ago
toolshed orphan 1 weeks ago
unzoo orphan 1 weeks ago
vim-gitgutter atim, orphan 1 weeks ago
vim-gv atim, orphan 3 weeks ago
vim-pathogen atim, orphan 3 weeks ago
vim-trailing-whitespace atim, orphan 3 weeks ago
wiggle @epel-packagers-sig, orphan, 1 weeks ago
salimma
wireless-regdb orphan 1 weeks ago
yasm orphan, xavierb 0 weeks ago
zd1211-firmware kwizart, orphan 1 weeks ago
The following packages require above mentioned packages:
Depending on: autogen (112), status change: 2026-02-17 (1 weeks ago)
anjuta (maintained by: kalev, limb)
anjuta-1:3.34.0-30.fc44.src requires autogen = 5.18.16-32.fc43
anjuta-1:3.34.0-30.fc44.x86_64 requires autogen = 5.18.16-32.fc43
arm-none-eabi-gcc-cs (maintained by: @epel-packagers-sig, mhlavink)
arm-none-eabi-gcc-cs-1:15.2.0-4.fc44.src requires autogen = 5.18.16-32.fc43
insight (maintained by: lkundrak, monnerat)
insight-13.0.50.20220502-27.fc44.src requires autogen = 5.18.16-32.fc43
libsndfile (maintained by: ixs, mhlavink)
libsndfile-1.2.2-11.fc45.src requires autogen = 5.18.16-32.fc43
gtkpod (maintained by: chkr, limb)
gtkpod-2.1.5-34.fc44.i686 requires libanjuta-3.so.0
gtkpod-2.1.5-34.fc44.src requires anjuta-devel = 1:3.34.0-30.fc44
gtkpod-2.1.5-34.fc44.x86_64 requires libanjuta-3.so.0()(64bit)
gtkpod-devel-2.1.5-34.fc44.i686 requires pkgconfig(libanjuta-3.0) = 3.34.0
gtkpod-devel-2.1.5-34.fc44.x86_64 requires pkgconfig(libanjuta-3.0) = 3.34.0
arm-none-eabi-newlib (maintained by: @epel-packagers-sig, mhlavink)
arm-none-eabi-newlib-4.5.0.20241231-5.fc44.src requires arm-none-eabi-gcc = 15.2.0, arm-none-eabi-gcc-c++ = 15.2.0
libnxt (maintained by: dwrobel)
libnxt-0.4.2-10.fc44.src requires arm-none-eabi-gcc-cs = 1:15.2.0-4.fc44
proxmark3 (maintained by: s00se)
proxmark3-4.20728-3.fc44.src requires arm-none-eabi-gcc = 15.2.0
Carla (maintained by: @epel-packagers-sig, martinkg)
Carla-1:2.5.10-3.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
Carla-1:2.5.10-3.fc44.src requires pkgconfig(sndfile) = 1.2.2
Carla-1:2.5.10-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
Carla-vst-1:2.5.10-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-carla-1:2.5.10-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
Io-language (maintained by: limb)
Io-language-20170906-26.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
Io-language-graphics-and-sound-20170906-26.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
SFML (maintained by: @multimedia-sig, dcavalca, wtaymans)
SFML-2.6.2-10.fc44.src requires pkgconfig(sndfile) = 1.2.2
alure (maintained by: spot)
alure-1.2-37.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
aqualung (maintained by: @multimedia-sig, dcavalca)
aqualung-2.0-4.fc44.src requires pkgconfig(sndfile) = 1.2.2
aqualung-2.0-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ardour6 (maintained by: nphilipp, tartina)
ardour6-6.9.0-32.fc44.src requires pkgconfig(sndfile) = 1.2.2
ardour6-6.9.0-32.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ardour7 (maintained by: nphilipp)
ardour7-7.5.0-22.fc44.src requires pkgconfig(sndfile) = 1.2.2
ardour7-7.5.0-22.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ardour8 (maintained by: nphilipp)
ardour8-8.12.0-10.fc44.src requires pkgconfig(sndfile) = 1.2.2
ardour8-8.12.0-10.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ardour9 (maintained by: nphilipp)
ardour9-9.2.0-1.fc45.src requires pkgconfig(sndfile) = 1.2.2
ardour9-9.2.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
aubio (maintained by: nphilipp, tartina)
aubio-0.4.9-32.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
aubio-0.4.9-32.fc44.x86_64 requires libsndfile.so.1()(64bit)
aubio-lib-0.4.9-32.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
aubio-lib-0.4.9-32.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
audacious-plugins (maintained by: danfruehauf, mschwendt, robert)
audacious-plugins-4.5.1-5.fc44.src requires pkgconfig(sndfile) = 1.2.2
audacious-plugins-4.5.1-5.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
audacity (maintained by: @multimedia-sig, dtimms, imcinerney, jonathanspw, limb, swt2c)
audacity-3.7.7-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
audacity-3.7.7-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
baresip (maintained by: robert)
baresip-4.5.0-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
baresip-sndfile-4.5.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
blender (maintained by: @epel-packagers-sig, design-sw, ignatenkobrain, luya, music, slaanesh)
blender-1:5.0.1-7.fc44.src requires pkgconfig(sndfile) = 1.2.2
blender-1:5.0.1-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
colobot (maintained by: suve)
colobot-0.2.2-7.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
colobot-0.2.2-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
denemo (maintained by: rrankin)
denemo-2.6.0-20.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
denemo-2.6.0-20.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
dr_libs (maintained by: music)
dr_libs-0^20251216.d6e1d92-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
drumkv1 (maintained by: tartina)
drumkv1-0.9.91-4.fc42.src requires pkgconfig(sndfile) = 1.2.2
drumkv1-0.9.91-4.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-drumkv1-0.9.91-4.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
dsda-doom (maintained by: suve)
dsda-doom-0.29.4-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
dsda-doom-0.29.4-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
dsp (maintained by: nforro)
dsp-1.9-7.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
dsp-1.9-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ladspa-dsp-plugin-1.9-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
dssi (maintained by: tartina)
dssi-1.1.1-32.fc42.src requires libsndfile-devel = 1.2.2-11.fc45
dssi-examples-1.1.1-32.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
e16 (maintained by: terjeros)
e16-1.0.31-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
e16-1.0.31-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
easyeffects (maintained by: vascom)
easyeffects-8.0.8-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
easyeffects-8.0.8-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
easyrpg-player (maintained by: suve)
easyrpg-player-0.8.1.1-4.fc44.src requires pkgconfig(sndfile) = 1.2.2
easyrpg-player-0.8.1.1-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ebumeter (maintained by: tartina)
ebumeter-0.4.2-18.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
ebumeter-0.4.2-18.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
efl (maintained by: dchen, spot)
efl-1.28.1-5.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
efl-devel-1.28.1-5.fc45.i686 requires pkgconfig(sndfile) = 1.2.2
efl-devel-1.28.1-5.fc45.x86_64 requires pkgconfig(sndfile) = 1.2.2
fldigi (maintained by: hobbes1069)
fldigi-4.2.10-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
fldigi-4.2.10-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
fluidsynth (maintained by: pampelmuse)
fluidsynth-2.5.2-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
fluidsynth-devel-2.5.2-2.fc44.i686 requires pkgconfig(sndfile) = 1.2.2
fluidsynth-devel-2.5.2-2.fc44.x86_64 requires pkgconfig(sndfile) = 1.2.2
fluidsynth-libs-2.5.2-2.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
fluidsynth-libs-2.5.2-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
fooyin (maintained by: ypsvlq)
fooyin-0.9.2-6.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
fooyin-0.9.2-6.fc44.src requires pkgconfig(sndfile) = 1.2.2
fooyin-0.9.2-6.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
freedv (maintained by: hobbes1069)
freedv-1.8.4-12.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
freedv-1.8.4-12.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
frotz (maintained by: ferdnyc)
frotz-2.55-3.fc44.src requires pkgconfig(sndfile) = 1.2.2
frotz-2.55-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
furnace (maintained by: topazus)
furnace-0.6.8.3-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
furnace-0.6.8.3-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
gnuradio (maintained by: jskarvad)
gnuradio-3.10.12.0-13.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
gnuradio-3.10.12.0-13.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
gnuradio-3.10.12.0-13.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
gqrx (maintained by: daveo, jskarvad)
gqrx-2.17.7-6.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
gr-funcube (maintained by: jskarvad)
gr-funcube-3.10.0~rc3^20240726gitcbda6c6c-13.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
gr-osmosdr (maintained by: cottsay, jskarvad)
gr-osmosdr-0.2.5-25.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
gsequencer (maintained by: jkraehemann, nonamedotc)
gsequencer-8.0.13-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
gsequencer-8.0.13-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
gsequencer-devel-8.0.13-2.fc44.x86_64 requires pkgconfig(sndfile) = 1.2.2
gstreamer1-plugins-bad-free (maintained by: @multimedia-sig, limb, uraeus, wtaymans, yselkowitz)
gstreamer1-plugins-bad-free-1.28.0-4.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
gstreamer1-plugins-bad-free-1.28.0-4.fc45.src requires pkgconfig(sndfile) = 1.2.2
gstreamer1-plugins-bad-free-1.28.0-4.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
guitarix (maintained by: tartina, verdurin)
guitarix-0.47.0-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
guitarix-0.47.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-guitarix-plugins-0.47.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
hydrogen (maintained by: lkundrak, nphilipp, tartina)
hydrogen-1.2.6-3.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
hydrogen-1.2.6-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
hydrogen-1.2.6-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
icewm (maintained by: atim)
icewm-4.0.0-3.fc44.src requires pkgconfig(sndfile) = 1.2.2
icewm-4.0.0-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
jack-audio-connection-kit (maintained by: nphilipp, rathann, tartina)
jack-audio-connection-kit-1.9.22-11.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
jack-example-tools (maintained by: nphilipp)
jack-example-tools-4-7.fc44.src requires pkgconfig(sndfile) = 1.2.2
jack-examples-4-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
jconvolver (maintained by: tartina)
jconvolver-1.0.3-17.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
jconvolver-1.0.3-17.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
jkmeter (maintained by: tartina)
jkmeter-0.9.0-10.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
jmeters (maintained by: tartina)
jmeters-0.4.1-32.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
julius (maintained by: spot)
julius-4.6-10.fc44.i686 requires libsndfile.so.1
julius-4.6-10.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
julius-4.6-10.fc44.x86_64 requires libsndfile.so.1()(64bit)
k3b (maintained by: @kde-sig, siosm, than)
k3b-1:25.12.2-2.fc45.src requires pkgconfig(sndfile) = 1.2.2
k3b-libs-1:25.12.2-2.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
k3b-libs-1:25.12.2-2.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
ladspa (maintained by: @multimedia-sig, dcavalca, ngompa, wtaymans)
ladspa-1.17-9.fc44.src requires pkgconfig(sndfile) = 1.2.2
ladspa-1.17-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libbs2b (maintained by: @multimedia-sig, kvolny, tdawson)
libbs2b-3.1.0-37.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
libbs2b-3.1.0-37.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
libbs2b-3.1.0-37.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libfilteraudio (maintained by: eclipseo)
libfilteraudio-0.0.1-22.fc44.src requires pkgconfig(sndfile) = 1.2.2
libfishsound (maintained by: salimma)
libfishsound-1.0.0-35.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
libfishsound-tools-1.0.0-35.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libinstpatch (maintained by: music)
libinstpatch-1.1.7-3.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
libinstpatch-1.1.7-3.fc44.src requires pkgconfig(sndfile) = 1.2.2
libinstpatch-1.1.7-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libinstpatch-devel-1.1.7-3.fc44.i686 requires libsndfile-devel(x86-32) = 1.2.2-11.fc45, pkgconfig(sndfile) = 1.2.2
libinstpatch-devel-1.1.7-3.fc44.x86_64 requires libsndfile-devel(x86-64) = 1.2.2-11.fc45, pkgconfig(sndfile) = 1.2.2
libkdegames (maintained by: @kde-sig, than)
libkdegames-25.12.2-2.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
libkdegames-25.12.2-2.fc45.src requires pkgconfig(sndfile) = 1.2.2
libkdegames-25.12.2-2.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libopenmpt (maintained by: mschwendt, robert)
libopenmpt-0.8.4-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
openmpt123-0.8.4-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libresample (maintained by: @epel-packagers-sig, jsmith)
libresample-0.1.3-48.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
libresample-0.1.3-48.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
libresample-0.1.3-48.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
libresample-devel-0.1.3-48.fc44.i686 requires libsndfile.so.1
libresample-devel-0.1.3-48.fc44.x86_64 requires libsndfile.so.1()(64bit)
libsamplerate (maintained by: jwrdegoede, lkundrak, nphilipp, perex, tartina)
libsamplerate-0.2.2-12.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lilv (maintained by: nphilipp, tartina)
lilv-0.26.2-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
lilv-0.26.2-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
linsim (maintained by: hobbes1069)
linsim-2.0.4-12.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
linsim-2.0.4-12.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lmms (maintained by: thm)
lmms-1.2.2-20.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lmms-1.2.2-20.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins (maintained by: vascom)
lsp-plugins-1.2.26-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lsp-plugins-clap-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-jack-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-ladspa-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-lv2-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-vst-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lsp-plugins-vst3-1.2.26-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2 (maintained by: @multimedia-sig, nphilipp, slaanesh, tartina)
lv2-1.18.10-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-fabla (maintained by: tartina)
lv2-fabla-1.3.2-0.16.20181215gitabeb3e9.fc44.src requires pkgconfig(sndfile) = 1.2.2
lv2-fabla-1.3.2-0.16.20181215gitabeb3e9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-ir-plugins (maintained by: tartina)
lv2-ir-plugins-1.3.4-22.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-ir-plugins-1.3.4-22.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-ll-plugins (maintained by: tartina)
lv2-ll-plugins-0.2.8-41.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-ll-plugins-0.2.8-41.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
samplv1 (maintained by: tartina)
lv2-samplv1-0.9.91-5.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
samplv1-0.9.91-5.fc42.src requires pkgconfig(sndfile) = 1.2.2
samplv1-0.9.91-5.fc42.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
lv2-sorcer (maintained by: tartina)
lv2-sorcer-1.1.3-0.15.20171126git0a8cef4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-x42-plugins (maintained by: eeickmeyer, tartina)
lv2-x42-plugins-0.21.0-0.3.20250512.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
lv2-x42-plugins-0.21.0-0.3.20250512.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
mixxx (maintained by: rathann)
mixxx-2.5.4-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
mixxx-2.5.4-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
mumble (maintained by: carlwgeorge, ngompa)
mumble-1.4.287-10.fc44.src requires pkgconfig(sndfile) = 1.2.2
mumble-1.4.287-10.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
musescore (maintained by: jjames)
musescore-4.6.5-36.fc45.src requires pkgconfig(sndfile) = 1.2.2
musescore-4.6.5-36.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
octave (maintained by: @scitech_sig, alexlan, ferdnyc, orion, trix)
octave-6:10.3.0-6.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
octave-6:10.3.0-6.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
octave-6:10.3.0-6.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
openal-soft (maintained by: @multimedia-sig, fcami, jwrdegoede, tdawson)
openal-soft-1.24.2-6.fc44.src requires pkgconfig(sndfile) = 1.2.2
openal-soft-examples-1.24.2-6.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
os-autoinst (maintained by: adamwill)
os-autoinst-5^20260123git72cabd0-2.fc44.src requires pkgconfig(sndfile) = 1.2.2
os-autoinst-5^20260123git72cabd0-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
os-autoinst-devel-5^20260123git72cabd0-2.fc44.x86_64 requires pkgconfig(sndfile) = 1.2.2
pipewire (maintained by: wtaymans)
pipewire-1.6.0-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
pipewire-libs-1.6.0-1.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
pipewire-libs-1.6.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
pipewire-utils-1.6.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
pulseaudio (maintained by: jankratochvil, lennart, lkundrak, wtaymans)
pulseaudio-17.0-9.fc44.src requires pkgconfig(sndfile) = 1.2.2
pulseaudio-17.0-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
pulseaudio-libs-17.0-9.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
pulseaudio-libs-17.0-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
pulseaudio-utils-17.0-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
python-soundfile (maintained by: limb)
python-soundfile-0.13.1-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
qmmp (maintained by: kvolny)
qmmp-2.3.1-2.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
qmmp-2.3.1-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
qmmp-2.3.1-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
qtractor (maintained by: @multimedia-sig, topazus)
qtractor-1.5.11-1.fc45.src requires pkgconfig(sndfile) = 1.2.2
qtractor-1.5.11-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
quadrapassel (maintained by: @gnome-sig, kalev, mclasen)
quadrapassel-50~rc-1.fc45.src requires pkgconfig(sndfile) = 1.2.2
quadrapassel-50~rc-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rakarrack (maintained by: dtimms)
rakarrack-0.6.2-0.34.20150814gita620840.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
rakarrack-0.6.2-0.34.20150814gita620840.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
roc-toolkit (maintained by: jskarvad)
roc-toolkit-0.4.0-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
roc-toolkit-utils-0.4.0-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rocal (maintained by: @rocm-packagers-sig, trix)
rocal-7.2.0-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
rocal-7.2.0-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rosegarden4 (maintained by: nphilipp, tartina)
rosegarden4-25.06-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
rosegarden4-25.06-2.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rtpproxy (maintained by: peter)
rtpproxy-3.0.1-10.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
rtpproxy-3.0.1-10.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
rubberband (maintained by: @epel-packagers-sig, @multimedia-sig, salimma, slaanesh)
rubberband-4.0.0-5.fc44.src requires pkgconfig(sndfile) = 1.2.2
rubberband-4.0.0-5.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
sbc (maintained by: pbrobinson)
sbc-2.1-2.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
sndfile-tools (maintained by: tartina)
sndfile-tools-1.5-14.fc44.src requires pkgconfig(sndfile) = 1.2.2
sndfile-tools-1.5-14.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
sonic-visualiser (maintained by: @multimedia-sig, salimma)
sonic-visualiser-5.2.1-7.fc44.src requires pkgconfig(sndfile) = 1.2.2
sonic-visualiser-5.2.1-7.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
sooperlooper (maintained by: jwrdegoede)
sooperlooper-1.7.9-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
sooperlooper-1.7.9-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
soundtracker (maintained by: eeickmeyer, hanecak, ndim)
soundtracker-1.0.5-3.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
soundtracker-1.0.5-3.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
sox (maintained by: heffer, jkucera, mavit)
sox-14.4.2.0-44.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
sox-14.4.2.0-44.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
sox-14.4.2.0-44.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
speech-dispatcher (maintained by: limb)
speech-dispatcher-0.12.1-6.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
speech-dispatcher-0.12.1-6.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
supercollider (maintained by: tdecacqu)
supercollider-3.13.0-3.fc43.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
supercollider-3.13.0-3.fc43.src requires libsndfile-devel = 1.2.2-11.fc45
supercollider-3.13.0-3.fc43.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
supercollider-devel-3.13.0-3.fc43.i686 requires libsndfile-devel = 1.2.2-11.fc45
supercollider-devel-3.13.0-3.fc43.x86_64 requires libsndfile-devel = 1.2.2-11.fc45
traverso (maintained by: vascom)
traverso-0.49.6-17.fc43.src requires libsndfile-devel = 1.2.2-11.fc45
traverso-0.49.6-17.fc43.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
tucnak (maintained by: jskarvad)
tucnak-4.71-1.fc45.src requires libsndfile-devel = 1.2.2-11.fc45
tucnak-4.71-1.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
twinkle (maintained by: smani)
twinkle-1.10.3-10.git78313b4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
twinkle-1.10.3-10.git78313b4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
twolame (maintained by: @multimedia-sig, slaanesh, zsun)
twolame-0.4.0-9.fc44.src requires pkgconfig(sndfile) = 1.2.2
twolame-0.4.0-9.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
vamp-plugin-sdk (maintained by: @epel-packagers-sig, @multimedia-sig, dtimms, salimma)
vamp-plugin-sdk-2.10-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
vamp-plugin-sdk-devel-2.10-4.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
vamp-plugin-sdk-devel-2.10-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
whipper (maintained by: mavit)
whipper-0.10.0-23.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
whipper-0.10.0-23.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
xmms2 (maintained by: spot)
xmms2-0.9.6-2.fc45.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
xmms2-0.9.6-2.fc45.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
xournalpp (maintained by: luya, orion)
xournalpp-1.3.2-1.fc44.src requires pkgconfig(sndfile) = 1.2.2
xournalpp-1.3.2-1.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
yoshimi (maintained by: verdurin)
yoshimi-2.3.0-9.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
zita-resampler (maintained by: tartina)
zita-resampler-1.11.2-4.fc44.i686 requires libsndfile.so.1, libsndfile.so.1(libsndfile.so.1.0)
zita-resampler-1.11.2-4.fc44.src requires libsndfile-devel = 1.2.2-11.fc45
zita-resampler-1.11.2-4.fc44.x86_64 requires libsndfile.so.1()(64bit), libsndfile.so.1(libsndfile.so.1.0)(64bit)
Too many dependencies for autogen, not all listed here
Depending on: csslint (1), status change: 2026-02-19 (0 weeks ago)
vim-syntastic (maintained by: mhjacks)
vim-syntastic-css-3.10.0-29.fc44.noarch requires csslint = 1.0.5-21.fc44
Depending on: gnome-applets (1), status change: 2026-01-29 (3 weeks ago)
gnome-flashback (maintained by: atim, orphan, yselkowitz)
gnome-flashback-3.58.0-2.fc44.x86_64 requires gnome-applets(x86-64) = 3.58.0-2.fc44
Depending on: gnome-panel (3), status change: 2026-01-29 (3 weeks ago)
gnome-applets (maintained by: atim, orphan, yselkowitz)
gnome-applets-3.58.0-2.fc44.src requires pkgconfig(libgnome-panel) = 3.58.1
gnome-applets-3.58.0-2.fc44.x86_64 requires gnome-panel = 3.58.1-2.fc44, libgnome-panel.so.3()(64bit)
gnome-flashback (maintained by: atim, orphan, yselkowitz)
gnome-flashback-3.58.0-2.fc44.src requires pkgconfig(libgnome-panel) = 3.58.1
gnome-flashback-3.58.0-2.fc44.x86_64 requires gnome-applets(x86-64) = 3.58.0-2.fc44, gnome-panel(x86-64) = 3.58.1-2.fc44, libgnome-panel.so.3()(64bit)
workrave (maintained by: nonamedotc, wojnilowicz)
workrave-1.11.0~rc.1-7.fc44.src requires pkgconfig(libgnome-panel) = 3.58.1
workrave-gnome-flashback-1.11.0~rc.1-7.fc44.x86_64 requires gnome-panel = 3.58.1-2.fc44, libgnome-panel.so.3()(64bit)
Depending on: golang-github-cockroachdb-cockroach-go (3), status change: 2026-02-10 (2 weeks ago)
golang-github-google-trillian (maintained by: @go-sig, alexsaezm)
golang-github-google-trillian-1.6.0-1.fc42.src requires golang(github.com/cockroachdb/cockroach-go/v2/crdb/crdbpgx) = 2.1.0-15.fc43, golang(github.com/cockroachdb/cockroach-go/v2/testserver) = 2.1.0-15.fc43
golang-github-google-trillian-devel-1.6.0-1.fc42.noarch requires golang(github.com/cockroachdb/cockroach-go/v2/crdb/crdbpgx) = 2.1.0-15.fc43
golang-github-google-certificate-transparency (maintained by: @go-sig, alexsaezm)
golang-github-google-certificate-transparency-1.1.3-8.fc41.src requires golang(github.com/google/trillian) = 1.6.0-1.fc42, golang(github.com/google/trillian/client) = 1.6.0-1.fc42, golang(github.com/google/trillian/client/backoff) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/der) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pem) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pkcs11) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keyspb) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/opencensus) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/prometheus) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testdb) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testonly) = 1.6.0-1.fc42, golang(github.com/google/trillian/testonly/integration) = 1.6.0-1.fc42, golang(github.com/google/trillian/types) = 1.6.0-1.fc42, golang(github.com/google/trillian/util) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/clock) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2/etcd) = 1.6.0-1.fc42
golang-github-google-certificate-transparency-devel-1.1.3-8.fc41.noarch requires golang(github.com/google/trillian) = 1.6.0-1.fc42, golang(github.com/google/trillian/client) = 1.6.0-1.fc42, golang(github.com/google/trillian/client/backoff) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/der) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pem) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pkcs11) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keyspb) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/opencensus) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/prometheus) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testonly) = 1.6.0-1.fc42, golang(github.com/google/trillian/testonly/integration) = 1.6.0-1.fc42, golang(github.com/google/trillian/types) = 1.6.0-1.fc42, golang(github.com/google/trillian/util) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/clock) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2/etcd) = 1.6.0-1.fc42
golang-github-cloudflare-cfssl (maintained by: @go-sig, mikelo2)
golang-github-cloudflare-cfssl-1.6.5-2.fc41.src requires golang(github.com/google/certificate-transparency-go) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/client) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/jsonclient) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/tls) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/x509) = 1.1.3-8.fc41
golang-github-cloudflare-cfssl-devel-1.6.5-2.fc41.noarch requires golang(github.com/google/certificate-transparency-go) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/client) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/jsonclient) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/tls) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/x509) = 1.1.3-8.fc41
Depending on: golang-github-crossdock (1), status change: 2026-02-17 (1 weeks ago)
golang-github-uber-jaeger-client (maintained by: @go-sig, orphan)
golang-github-uber-jaeger-client-2.30.0-16.fc44.src requires golang(github.com/crossdock/crossdock-go) = 0-0.20.20190628git049aabb.fc44
golang-github-uber-jaeger-client-devel-2.30.0-16.fc44.noarch requires golang(github.com/crossdock/crossdock-go) = 0-0.20.20190628git049aabb.fc44
Depending on: golang-github-google-go-github (6), status change: 2026-02-10 (2 weeks ago)
golang-github-azure-sdk (maintained by: @go-sig, jcline)
golang-github-azure-sdk-66.0.0-7.fc41.src requires golang(github.com/google/go-github/github) = 55.0.0-4.fc41
golang-github-azure-sdk-devel-66.0.0-7.fc41.noarch requires golang(github.com/google/go-github/github) = 55.0.0-4.fc41
golang-github-cloudflare (maintained by: @go-sig, eclipseo)
golang-github-cloudflare-0.100.0-1.fc41.src requires golang(github.com/google/go-github/github) = 55.0.0-4.fc41
golang-github-cloudflare-devel-0.100.0-1.fc41.noarch requires golang(github.com/google/go-github/github) = 55.0.0-4.fc41
golang-github-distribution-3 (maintained by: @go-sig, alexsaezm)
golang-github-distribution-3-3.0.0-0.7.pre1.20221009git0122d7d.fc41.src requires golang(github.com/Azure/azure-sdk-for-go/storage) = 66.0.0-7.fc41
golang-github-distribution-3-devel-3.0.0-0.7.pre1.20221009git0122d7d.fc41.noarch requires golang(github.com/Azure/azure-sdk-for-go/storage) = 66.0.0-7.fc41
golang-github-docker-distribution (maintained by: @go-sig, alexsaezm)
golang-github-docker-distribution-2.8.3-4.fc44.src requires golang(github.com/Azure/azure-sdk-for-go/storage) = 66.0.0-7.fc41
golang-github-docker-distribution-devel-2.8.3-4.fc44.noarch requires golang(github.com/Azure/azure-sdk-for-go/storage) = 66.0.0-7.fc41
golang-github-theupdateframework-notary (maintained by: @go-sig, alexsaezm)
golang-github-theupdateframework-notary-0.7.0-16.fc41.src requires golang(github.com/distribution/distribution/v3/context) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/health) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/api/errcode) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/htpasswd) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/silly) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/token) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/auth) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/auth/challenge) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/transport) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/uuid) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41
golang-github-theupdateframework-notary-devel-0.7.0-16.fc41.noarch requires golang(github.com/distribution/distribution/v3/context) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/health) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/api/errcode) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/htpasswd) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/auth/token) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/auth) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/auth/challenge) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/registry/client/transport) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41, golang(github.com/distribution/distribution/v3/uuid) = 3.0.0-0.7.pre1.20221009git0122d7d.fc41
golang-github-appc-docker2aci (maintained by: @go-sig, eclipseo)
golang-github-appc-docker2aci-0.17.2-17.fc41.src requires golang(github.com/docker/distribution/reference) = 2.8.3-4.fc44
golang-github-appc-docker2aci-devel-0.17.2-17.fc41.noarch requires golang(github.com/docker/distribution/reference) = 2.8.3-4.fc44
Depending on: golang-github-olekukonko-tablewriter (12), status change: 2026-02-17 (1 weeks ago)
apache-cloudstack-cloudmonkey (maintained by: @go-sig, olem)
apache-cloudstack-cloudmonkey-6.2.0-19.fc44.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-apache-cloudstack-cloudmonkey-devel-6.2.0-19.fc44.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
etcd (maintained by: @go-sig, gscrivano, jchaloup, walters)
etcd-3.5.13-1.fc41.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-etcd-devel-3.5.13-1.fc41.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-entgo-ent (maintained by: @go-sig, salimma)
golang-entgo-ent-0.10.0-13.fc41.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-entgo-ent-devel-0.10.0-13.fc41.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-awslabs-aws-multi-module-repository-tools (maintained by: @go-sig, orphan)
golang-github-awslabs-aws-multi-module-repository-tools-0-0.7.20221016gitb6ea859.fc41.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-awslabs-aws-multi-module-repository-tools-devel-0-0.7.20221016gitb6ea859.fc41.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-cloudflare (maintained by: @go-sig, eclipseo)
golang-github-cloudflare-0.100.0-1.fc41.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-cloudflare-devel-0.100.0-1.fc41.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-mroach-rom64 (maintained by: @go-sig, dcavalca)
golang-github-mroach-rom64-0.5.3-15.fc44.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-mroach-rom64-devel-0.5.3-15.fc44.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-jaytaylor-html2text (maintained by: @go-sig, eclipseo)
golang-jaytaylor-html2text-0-0.14.20220509gitbc68cce.fc44.src requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-jaytaylor-html2text-devel-0-0.14.20220509gitbc68cce.fc44.noarch requires golang(github.com/olekukonko/tablewriter) = 0.0.5-11.fc41
golang-github-google-certificate-transparency (maintained by: @go-sig, alexsaezm)
golang-github-google-certificate-transparency-1.1.3-8.fc41.src requires golang(github.com/google/trillian) = 1.6.0-1.fc42, golang(github.com/google/trillian/client) = 1.6.0-1.fc42, golang(github.com/google/trillian/client/backoff) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/der) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pem) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pkcs11) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keyspb) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/opencensus) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/prometheus) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testdb) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testonly) = 1.6.0-1.fc42, golang(github.com/google/trillian/testonly/integration) = 1.6.0-1.fc42, golang(github.com/google/trillian/types) = 1.6.0-1.fc42, golang(github.com/google/trillian/util) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/clock) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2/etcd) = 1.6.0-1.fc42, golang(go.etcd.io/etcd/client/v3) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.13-1.fc41
golang-github-google-certificate-transparency-devel-1.1.3-8.fc41.noarch requires golang(github.com/google/trillian) = 1.6.0-1.fc42, golang(github.com/google/trillian/client) = 1.6.0-1.fc42, golang(github.com/google/trillian/client/backoff) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/der) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pem) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keys/pkcs11) = 1.6.0-1.fc42, golang(github.com/google/trillian/crypto/keyspb) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/opencensus) = 1.6.0-1.fc42, golang(github.com/google/trillian/monitoring/prometheus) = 1.6.0-1.fc42, golang(github.com/google/trillian/storage/testonly) = 1.6.0-1.fc42, golang(github.com/google/trillian/testonly/integration) = 1.6.0-1.fc42, golang(github.com/google/trillian/types) = 1.6.0-1.fc42, golang(github.com/google/trillian/util) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/clock) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2) = 1.6.0-1.fc42, golang(github.com/google/trillian/util/election2/etcd) = 1.6.0-1.fc42, golang(go.etcd.io/etcd/client/v3) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.13-1.fc41
golang-github-google-trillian (maintained by: @go-sig, alexsaezm)
golang-github-google-trillian-1.6.0-1.fc42.src requires golang(go.etcd.io/etcd/client/v3) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/server/v3/embed) = 3.5.13-1.fc41
golang-github-google-trillian-devel-1.6.0-1.fc42.noarch requires golang(go.etcd.io/etcd/client/v3) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.13-1.fc41, golang(go.etcd.io/etcd/server/v3/embed) = 3.5.13-1.fc41
golang-github-xordataexchange-crypt (maintained by: @go-sig, eclipseo)
golang-github-xordataexchange-crypt-0.0.2-21.20190412gitb2862e3.fc41.src requires golang(go.etcd.io/etcd/client/v2) = 3.5.13-1.fc41
golang-github-xordataexchange-crypt-devel-0.0.2-21.20190412gitb2862e3.fc41.noarch requires golang(go.etcd.io/etcd/client/v2) = 3.5.13-1.fc41
python-etcd (maintained by: neil)
python-etcd-0.5.0~20231031git5aea0fd-7.fc44.src requires etcd = 3.5.13-1.fc41
golang-github-cloudflare-cfssl (maintained by: @go-sig, mikelo2)
golang-github-cloudflare-cfssl-1.6.5-2.fc41.src requires golang(github.com/google/certificate-transparency-go) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/client) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/jsonclient) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/tls) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/x509) = 1.1.3-8.fc41
golang-github-cloudflare-cfssl-devel-1.6.5-2.fc41.noarch requires golang(github.com/google/certificate-transparency-go) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/client) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/jsonclient) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/tls) = 1.1.3-8.fc41, golang(github.com/google/certificate-transparency-go/x509) = 1.1.3-8.fc41
Depending on: golang-github-pquerna-otp (1), status change: 2026-02-10 (2 weeks ago)
golang-github-cyberdotgent-route3270 (maintained by: @go-sig, dcavalca)
golang-github-cyberdotgent-route3270-0.2-16.fc44.src requires golang(github.com/pquerna/otp/totp) = 1.4.0-12.fc44
golang-github-cyberdotgent-route3270-devel-0.2-16.fc44.noarch requires golang(github.com/pquerna/otp/totp) = 1.4.0-12.fc44
Depending on: golang-google-appengine (12), status change: 2026-02-23 (0 weeks ago)
golang-github-gocolly-colly-2 (maintained by: @go-sig, eclipseo)
golang-github-gocolly-colly-2-2.1.0-17.20210920git2f09941.fc44.src requires golang(google.golang.org/appengine/urlfetch) = 1.6.7-18.fc44
golang-github-gocolly-colly-2-devel-2.1.0-17.20210920git2f09941.fc44.noarch requires golang(google.golang.org/appengine/urlfetch) = 1.6.7-18.fc44
golang-github-vmihailenco-msgpack-5 (maintained by: @go-sig, mikelo2)
golang-github-vmihailenco-msgpack-5-5.3.5-7.fc43.src requires golang(google.golang.org/appengine/datastore) = 1.6.7-18.fc44
golang-github-vmihailenco-msgpack-5-devel-5.3.5-7.fc43.noarch requires golang(google.golang.org/appengine/datastore) = 1.6.7-18.fc44
golang-github-zclconf-cty (maintained by: @go-sig, mikelo2)
golang-github-zclconf-cty-1.16.0-3.fc43.src requires golang(github.com/vmihailenco/msgpack/v5) = 5.3.5-7.fc43, golang(github.com/vmihailenco/msgpack/v5/msgpcode) = 5.3.5-7.fc43
golang-github-zclconf-cty-devel-1.16.0-3.fc43.noarch requires golang(github.com/vmihailenco/msgpack/v5) = 5.3.5-7.fc43, golang(github.com/vmihailenco/msgpack/v5/msgpcode) = 5.3.5-7.fc43
golang-ariga-atlas (maintained by: @go-sig, eclipseo)
golang-ariga-atlas-0.3.6-16.fc44.src requires golang(github.com/hashicorp/hcl/v2) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/gohcl) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclparse) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclsyntax) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclwrite) = 2.22.0-1.fc42, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function) = 1.16.0-3.fc43
golang-ariga-atlas-devel-0.3.6-16.fc44.noarch requires golang(github.com/hashicorp/hcl/v2) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/gohcl) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclparse) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclsyntax) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclwrite) = 2.22.0-1.fc42, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function) = 1.16.0-3.fc43
golang-github-alecthomas-kong-hcl (maintained by: @go-sig, mikelo2)
golang-github-alecthomas-kong-hcl-1:1.0.1-15.fc43.src requires golang(github.com/hashicorp/hcl/v2) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/gohcl) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclparse) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclsyntax) = 2.22.0-1.fc42, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-alecthomas-kong-hcl-devel-1:1.0.1-15.fc43.noarch requires golang(github.com/hashicorp/hcl/v2) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/gohcl) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclparse) = 2.22.0-1.fc42, golang(github.com/hashicorp/hcl/v2/hclsyntax) = 2.22.0-1.fc42, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-hashicorp-hcl-2 (maintained by: @go-sig, mikelo2)
golang-github-hashicorp-hcl-2-2.22.0-1.fc42.src requires golang(github.com/zclconf/go-cty-debug/ctydebug) = 0-0.7.20240623git0d6042c.fc43, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/convert) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function/stdlib) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/gocty) = 1.16.0-3.fc43
golang-github-hashicorp-hcl-2-devel-2.22.0-1.fc42.noarch requires golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/convert) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/function/stdlib) = 1.16.0-3.fc43, golang(github.com/zclconf/go-cty/cty/gocty) = 1.16.0-3.fc43
golang-github-hashicorp-terraform-json (maintained by: @go-sig, eclipseo)
golang-github-hashicorp-terraform-json-0.17.1-6.fc43.src requires golang(github.com/zclconf/go-cty-debug/ctydebug) = 0-0.7.20240623git0d6042c.fc43, golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-hashicorp-terraform-json-devel-0.17.1-6.fc43.noarch requires golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-zclconf-cty-debug (maintained by: @go-sig, eclipseo)
golang-github-zclconf-cty-debug-0-0.7.20240623git0d6042c.fc43.src requires golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-github-zclconf-cty-debug-devel-0-0.7.20240623git0d6042c.fc43.noarch requires golang(github.com/zclconf/go-cty/cty) = 1.16.0-3.fc43
golang-entgo-ent (maintained by: @go-sig, salimma)
golang-entgo-ent-0.10.0-13.fc41.src requires golang(ariga.io/atlas/sql/migrate) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/mysql) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/postgres) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/schema) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/sqlite) = 0.3.6-16.fc44
golang-entgo-ent-devel-0.10.0-13.fc41.noarch requires golang(ariga.io/atlas/sql/migrate) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/mysql) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/postgres) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/schema) = 0.3.6-16.fc44, golang(ariga.io/atlas/sql/sqlite) = 0.3.6-16.fc44
golang-github-alecthomas-chroma (maintained by: @go-sig, athoscr)
golang-github-alecthomas-chroma-2.15.0-4.fc44.src requires golang(github.com/alecthomas/kong-hcl) = 1.0.1-15.fc43
golang-github-alecthomas-chroma-devel-2.15.0-4.fc44.noarch requires golang(github.com/alecthomas/kong-hcl) = 1.0.1-15.fc43
golang-github-alecthomas-chroma-2 (maintained by: @epel-packagers-sig, @go-sig, mikep)
golang-github-alecthomas-chroma-2-2.14.0-6.fc44.src requires golang(github.com/alecthomas/kong-hcl) = 1.0.1-15.fc43
golang-github-alecthomas-chroma-2-devel-2.14.0-6.fc44.noarch requires golang(github.com/alecthomas/kong-hcl) = 1.0.1-15.fc43
golang-github-niklasfasching-org (maintained by: @go-sig, qulogic)
golang-github-niklasfasching-org-1.9.1-4.fc44.src requires golang(github.com/alecthomas/chroma/v2) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/formatters/html) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/lexers) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/styles) = 2.14.0-6.fc44
golang-github-niklasfasching-org-devel-1.9.1-4.fc44.noarch requires golang(github.com/alecthomas/chroma/v2) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/formatters/html) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/lexers) = 2.14.0-6.fc44, golang(github.com/alecthomas/chroma/v2/styles) = 2.14.0-6.fc44
Depending on: nvml (45), status change: 2026-02-18 (1 weeks ago)
ceph (maintained by: kkeithle, marcan)
ceph-2:20.2.0-9.fc45.src requires libpmem-devel = 2.1.0-5.fc44, libpmemobj-devel = 2.1.0-5.fc44
librbd1-2:20.2.0-9.fc45.x86_64 requires libpmemobj.so.1()(64bit), libpmemobj.so.1(LIBPMEMOBJ_1.0)(64bit)
fio (maintained by: preichl, sandeen)
fio-engine-dev-dax-3.40-3.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
fio-engine-libpmem-3.40-3.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
fio-engine-rados-3.40-3.fc44.x86_64 requires librados.so.2()(64bit)
fio-engine-rbd-3.40-3.fc44.x86_64 requires librados.so.2()(64bit), librbd.so.1()(64bit)
qemu (maintained by: @virtmaint-sig, berrange, bonzini, crobinso, mcascella, rjones)
qemu-2:10.2.0-8.fc44.src requires libpmem-devel = 2.1.0-5.fc44, librbd-devel = 2:20.2.0-9.fc45
qemu-system-aarch64-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-alpha-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-arm-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-avr-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-hppa-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-loongarch64-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-m68k-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-microblaze-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-mips-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-or1k-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-ppc-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-riscv-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-rx-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-s390x-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-sh4-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-sparc-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-tricore-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-x86-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-system-xtensa-core-2:10.2.0-8.fc44.x86_64 requires libpmem.so.1()(64bit), libpmem.so.1(LIBPMEM_1.0)(64bit)
qemu-block-rbd-2:10.2.0-8.fc44.x86_64 requires librados.so.2()(64bit), librbd.so.1()(64bit)
samba (maintained by: abbra, anoopcs, asn, gd, jstephen, pfilipen, simo)
ctdb-ceph-mutex-2:4.24.0-0.6.rc3.fc45.x86_64 requires librados.so.2()(64bit)
samba-vfs-cephfs-2:4.24.0-0.6.rc3.fc45.x86_64 requires libcephfs.so.2()(64bit)
libvirt (maintained by: @virtmaint-sig, berrange, crobinso, laine)
libvirt-daemon-driver-storage-rbd-12.0.0-3.fc44.x86_64 requires librados.so.2()(64bit), librados.so.2(LIBRADOS_14.2.0)(64bit), librbd.so.1()(64bit)
libvirt-daemon-driver-qemu-12.0.0-3.fc44.x86_64 requires /usr/bin/qemu-img
libvirt-daemon-driver-storage-core-12.0.0-3.fc44.x86_64 requires /usr/bin/qemu-img
libvirt-daemon-kvm-12.0.0-3.fc44.x86_64 requires qemu-kvm = 2:10.2.0-8.fc44
libvirt-daemon-qemu-12.0.0-3.fc44.x86_64 requires qemu = 2:10.2.0-8.fc44
nfs-ganesha (maintained by: dang, devos, kkeithle)
nfs-ganesha-ceph-9.6-1.fc45.x86_64 requires libcephfs.so.2()(64bit)
nfs-ganesha-rados-grace-9.6-1.fc45.x86_64 requires librados.so.2()(64bit)
nfs-ganesha-rados-urls-9.6-1.fc45.x86_64 requires librados.so.2()(64bit)
nfs-ganesha-rgw-9.6-1.fc45.x86_64 requires librgw.so.2()(64bit)
scsi-target-utils (maintained by: mlombard, terjeros)
scsi-target-utils-rbd-1.0.97-2.fc44.x86_64 requires librados.so.2()(64bit), librbd.so.1()(64bit)
tcmu-runner (maintained by: mlombard)
tcmu-runner-1.5.4-14.fc44.src requires librbd-devel = 2:20.2.0-9.fc45
tcmu-runner-1.5.4-14.fc44.x86_64 requires librbd.so.1()(64bit)
xrootd (maintained by: ellert)
xrootd-ceph-1:5.9.1-2.fc44.x86_64 requires librados.so.2()(64bit), librados.so.2(LIBRADOS_14.2.0)(64bit), libradosstriper.so.1()(64bit)
kdiskmark (maintained by: atim, zawertun)
kdiskmark-3.2.0-3.fc44.x86_64 requires fio(x86-64) = 3.40-3.fc44, fio-engine-libaio(x86-64) = 3.40-3.fc44
appliance-tools (maintained by: ngompa, slaanesh)
appliance-tools-011.3-10.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
byebyebios (maintained by: berrange)
byebyebios-1.0-8.fc44.src requires qemu-system-x86-core = 2:10.2.0-8.fc44
cockpit-machines (maintained by: jelly, kkoukiou, martinpitt, mmarusak)
cockpit-machines-348-1.fc45.noarch requires qemu-audio-spice = 2:10.2.0-8.fc44, qemu-kvm-core = 2:10.2.0-8.fc44
containers-common (maintained by: baude, dwalsh, jnovy, lsm5, luap99, nsella)
containers-common-extra-5:0.67.0-1.fc45.noarch requires qemu-user-static-aarch64 = 2:10.2.0-8.fc44, qemu-user-static-arm = 2:10.2.0-8.fc44, qemu-user-static-x86 = 2:10.2.0-8.fc44
copr-rpmbuild (maintained by: @copr-sig, frostyx, praiskup)
copr-rpmbuild-1.6-3.fc44.x86_64 requires qemu-user-static = 2:10.2.0-8.fc44
crun-vm (maintained by: afaria)
crun-vm-0.3.0-6.fc44.x86_64 requires qemu-img = 2:10.2.0-8.fc44
diffoscope (maintained by: zbyszek)
diffoscope-312-1.fc45.src requires /usr/bin/qemu-img
diskimage-builder (maintained by: @epel-packagers-sig, @openstack-sig, amoralej, dcavalca, slagle)
diskimage-builder-3.34.0-8.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
gdb-gef (maintained by: gordonmessmer)
gdb-gef-2025.01-4.fc44.src requires qemu-user = 2:10.2.0-8.fc44
genimage (maintained by: yaneti)
genimage-19-5.fc44.src requires qemu-img = 2:10.2.0-8.fc44
guestfs-tools (maintained by: rjones)
guestfs-tools-1.55.5-1.fc44.src requires /usr/bin/qemu-img
guestfs-tools-1.55.5-1.fc44.x86_64 requires /usr/bin/qemu-img
image-garden (maintained by: zyga)
image-garden-0.3-3.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44, qemu-system-aarch64-core = 2:10.2.0-8.fc44, qemu-system-x86-core = 2:10.2.0-8.fc44
imagefactory-plugins (maintained by: kevin)
imagefactory-plugins-GCE-1.1.16-20.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
imagefactory-plugins-HyperV-1.1.16-20.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
imagefactory-plugins-RHEVM-1.1.16-20.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
imagefactory-plugins-vSphere-1.1.16-20.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
kata-containers (maintained by: @go-sig, ddd, emlima, etrunko)
kata-containers-3.26.0-1.fc45.1.x86_64 requires qemu-kvm-core = 2:10.2.0-8.fc44
kiwi (maintained by: dcavalca, ngompa, salimma)
kiwi-systemdeps-filesystems-10.2.37-3.fc44.x86_64 requires qemu-img = 2:10.2.0-8.fc44
koji (maintained by: kevin)
koji-vm-1.35.3-9.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
libguestfs (maintained by: rjones)
libguestfs-1:1.59.3-1.fc45.src requires qemu-img = 2:10.2.0-8.fc44
libguestfs-1:1.59.3-1.fc45.x86_64 requires qemu-img = 2:10.2.0-8.fc44, qemu-kvm-core = 2:10.2.0-8.fc44
libvirt-test-API (maintained by: lnie)
libvirt-test-API-1.1-22.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44, qemu-kvm = 2:10.2.0-8.fc44
lorax (maintained by: bcl, clumens, dcantrell, dshea, wwoods)
lorax-lmc-virt-44.4-2.fc44.x86_64 requires qemu = 2:10.2.0-8.fc44
mkosi (maintained by: daandemeyer, salimma, zbyszek)
mkosi-system-deps-26-3.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
openqa (maintained by: adamwill)
openqa-devel-5^20260126git19189f0-1.fc44.noarch requires qemu = 2:10.2.0-8.fc44
os-autoinst (maintained by: adamwill)
os-autoinst-5^20260123git72cabd0-2.fc44.src requires /usr/bin/qemu-img, /usr/bin/qemu-system-i386, qemu-kvm = 2:10.2.0-8.fc44
os-autoinst-devel-5^20260123git72cabd0-2.fc44.x86_64 requires /usr/bin/qemu-img, /usr/bin/qemu-system-i386, qemu-kvm = 2:10.2.0-8.fc44
osbuild (maintained by: @go-sig, @osbuild-sig, akoutsou, obudai, ochosi, supakeen)
osbuild-174-1.fc45.x86_64 requires qemu-img = 2:10.2.0-8.fc44
osbuild-composer (maintained by: @go-sig, @osbuild-sig, akoutsou, obudai, ochosi)
osbuild-composer-worker-164-1.fc45.x86_64 requires qemu-img = 2:10.2.0-8.fc44
podman (maintained by: @go-sig, baude, dwalsh, haircommander, jnovy, lsm5, luap99, mheon, mohanboddu, nsella, rishi)
podman-machine-5:5.8.0-1.fc45.x86_64 requires qemu-img = 2:10.2.0-8.fc44, qemu-system-x86-core = 2:10.2.0-8.fc44
python-oslo-utils (maintained by: @openstack-sig, jcapitao)
python-oslo-utils-7.3.0-7.fc44.src requires qemu-img = 2:10.2.0-8.fc44
kiwi-boxed-plugin (maintained by: ngompa)
python3-kiwi-boxed-plugin-0.2.56-3.fc44.noarch requires qemu-kvm = 2:10.2.0-8.fc44
qemu-sanity-check (maintained by: rjones)
qemu-sanity-check-1.1.6-21.fc44.src requires qemu = 2:10.2.0-8.fc44
qemu-sanity-check-1.1.6-21.fc44.x86_64 requires qemu-system-x86 = 2:10.2.0-8.fc44
quickemu (maintained by: alexhaydock)
quickemu-4.9.9-1.fc45.noarch requires qemu = 2:10.2.0-8.fc44
ravada (maintained by: eclipseo)
ravada-2.4.1-2.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
ravada-2.4.1-2.fc44.src requires qemu-img = 2:10.2.0-8.fc44
tinygo (maintained by: @go-sig, qulogic)
tinygo-0.39.0-1.fc44.src requires qemu-system-arm-core = 2:10.2.0-8.fc44, qemu-system-riscv-core = 2:10.2.0-8.fc44, qemu-user = 2:10.2.0-8.fc44
virt-backup (maintained by: hobbes1069)
virt-backup-0.2.25-16.fc44.noarch requires qemu-img = 2:10.2.0-8.fc44
virt-v2v (maintained by: rjones)
virt-v2v-1:2.11.2-1.fc45.src requires /usr/bin/qemu-nbd
virt-v2v-1:2.11.2-1.fc45.x86_64 requires /usr/bin/qemu-nbd
virtiofsd (maintained by: gmaglione, slp)
virtiofsd-1.13.3-1.fc44.x86_64 requires qemu-common = 2:10.2.0-8.fc44
xen (maintained by: jforbes, myoung)
xen-runtime-4.21.0-4.fc45.x86_64 requires /usr/bin/qemu-img
Too many dependencies for nvml, not all listed here
Depending on: pcre (28), status change: 2026-02-18 (1 weeks ago)
ClanLib (maintained by: jwrdegoede)
ClanLib-devel-2.3.7-37.fc44.i686 requires pcre-devel = 8.45-1.fc43.9
ClanLib-devel-2.3.7-37.fc44.x86_64 requires pcre-devel = 8.45-1.fc43.9
adanaxisgpl (maintained by: jwrdegoede)
adanaxisgpl-1.2.5-55.fc44.src requires pcre-devel = 8.45-1.fc43.9
adanaxisgpl-1.2.5-55.fc44.x86_64 requires libpcre.so.1()(64bit)
aircrack-ng (maintained by: fedepell)
aircrack-ng-1.7-12.fc44.i686 requires libpcre.so.1
aircrack-ng-1.7-12.fc44.src requires pcre-devel = 8.45-1.fc43.9
aircrack-ng-1.7-12.fc44.x86_64 requires libpcre.so.1()(64bit)
ccze (maintained by: @epel-packagers-sig, dcavalca, salimma)
ccze-0.2.1-51.fc44.src requires pcre-devel = 8.45-1.fc43.9
ccze-0.2.1-51.fc44.x86_64 requires libpcre.so.1()(64bit)
coccinelle (maintained by: rjones)
coccinelle-1.3.1-5.fc45.x86_64 requires libpcre.so.1()(64bit)
eiskaltdcpp (maintained by: vascom)
eiskaltdcpp-2.4.2-24.fc45.i686 requires libpcrecpp.so.0
eiskaltdcpp-2.4.2-24.fc45.src requires pkgconfig(libpcre) = 8.45
eiskaltdcpp-2.4.2-24.fc45.x86_64 requires libpcrecpp.so.0()(64bit)
ghc-pcre-light (maintained by: @haskell-lang-sig, petersen)
ghc-pcre-light-0.4.1.3-5.fc44.src requires pcre-devel = 8.45-1.fc43.9
ghc-pcre-light-0.4.1.3-5.fc44.x86_64 requires libpcre.so.1()(64bit)
ghc-pcre-light-devel-0.4.1.3-5.fc44.x86_64 requires pcre-devel(x86-64) = 8.45-1.fc43.9
ghc-regex-pcre (maintained by: @haskell-lang-sig, petersen)
ghc-regex-pcre-0.95.0.1-5.fc44.src requires pkgconfig(libpcre) = 8.45
ghc-regex-pcre-0.95.0.1-5.fc44.x86_64 requires libpcre.so.1()(64bit)
ghc-regex-pcre-devel-0.95.0.1-5.fc44.x86_64 requires pkgconfig(libpcre) = 8.45
kdelibs (maintained by: @kde-sig, jgrulich, kkofler, than)
kdelibs-6:4.14.38-51.fc44.i686 requires libpcre.so.1
kdelibs-6:4.14.38-51.fc44.src requires pkgconfig(libpcre) = 8.45
kdelibs-6:4.14.38-51.fc44.x86_64 requires libpcre.so.1()(64bit)
kdelibs3 (maintained by: kkofler)
kdelibs3-3.5.10-135.fc45.i686 requires libpcre.so.1
kdelibs3-3.5.10-135.fc45.src requires pcre-devel = 8.45-1.fc43.9
kdelibs3-3.5.10-135.fc45.x86_64 requires libpcre.so.1()(64bit)
kf5-kjs (maintained by: @kde-sig, farchord, jgrulich, than)
kf5-kjs-5.116.0-6.fc44.i686 requires libpcre.so.1
kf5-kjs-5.116.0-6.fc44.src requires pcre-devel = 8.45-1.fc43.9
kf5-kjs-5.116.0-6.fc44.x86_64 requires libpcre.so.1()(64bit)
kf5-kplotting (maintained by: @kde-sig, farchord, jgrulich, than)
kf5-kplotting-5.116.0-5.fc44.src requires pcre-devel = 8.45-1.fc43.9
lumail (maintained by: lkundrak)
lumail-3.1-21.fc44.src requires pcre-devel = 8.45-1.fc43.9
lumail-3.1-21.fc44.x86_64 requires libpcrecpp.so.0()(64bit)
medusa (maintained by: rebus)
medusa-2.3-6.20240130git4e9be7e.fc44.src requires pcre-devel = 8.45-1.fc43.9
mod_auth_openid (maintained by: kevin)
mod_auth_openid-0.8-27.fc44.src requires pcre-devel = 8.45-1.fc43.9
mod_auth_openid-0.8-27.fc44.x86_64 requires libpcre.so.1()(64bit)
monotone (maintained by: thm)
monotone-1.1-54.fc44.src requires pcre-devel = 8.45-1.fc43.9
monotone-1.1-54.fc44.x86_64 requires libpcre.so.1()(64bit)
ocaml-pcre (maintained by: rjones)
ocaml-pcre-8.0.5-4.fc45.src requires pcre-devel = 8.45-1.fc43.9
ocaml-pcre-8.0.5-4.fc45.x86_64 requires libpcre.so.1()(64bit)
ocaml-pcre-devel-8.0.5-4.fc45.x86_64 requires pcre-devel(x86-64) = 8.45-1.fc43.9
opensips (maintained by: peter)
opensips-3.6.4-2.fc45.src requires pcre-devel = 8.45-1.fc43.9
opensips-3.6.4-2.fc45.x86_64 requires libpcre.so.1()(64bit)
opensips-regex-3.6.4-2.fc45.x86_64 requires libpcre.so.1()(64bit)
pads (maintained by: sgrubb)
pads-1.2-44.fc44.src requires pcre-devel = 8.45-1.fc43.9
pads-1.2-44.fc44.x86_64 requires libpcre.so.1()(64bit)
perl-re-engine-PCRE (maintained by: jplesnik, ppisar)
perl-re-engine-PCRE-0.17-45.fc44.src requires pcre-devel = 8.45-1.fc43.9
perl-re-engine-PCRE-0.17-45.fc44.x86_64 requires libpcre.so.1()(64bit)
powwow (maintained by: kalev)
powwow-1.2.23-12.fc44.i686 requires libpcreposix.so.0
powwow-1.2.23-12.fc44.src requires pcre-devel = 8.45-1.fc43.9
powwow-1.2.23-12.fc44.x86_64 requires libpcreposix.so.0()(64bit)
proxysql (maintained by: ignatenkobrain, praiskup)
proxysql-3.0.2-6.fc44.src requires pcre-devel = 8.45-1.fc43.9
proxysql-3.0.2-6.fc44.x86_64 requires libpcre.so.1()(64bit), libpcrecpp.so.0()(64bit)
python-qutepart (maintained by: @kde-sig, @python-packagers-sig, raphgro)
python-qutepart-3.3.3-17.fc44.src requires pcre-devel = 8.45-1.fc43.9
python3-qutepart-3.3.3-17.fc44.x86_64 requires libpcre.so.1()(64bit), pcre = 8.45-1.fc43.9
sslh (maintained by: aperezbios)
sslh-1.21c-15.fc44.src requires pkgconfig(libpcre) = 8.45
sslh-1.21c-15.fc44.x86_64 requires libpcreposix.so.0()(64bit)
tinyfugue (maintained by: psabata)
tinyfugue-5.0-0.117.b8.fc45.src requires pcre-devel = 8.45-1.fc43.9
tinyfugue-5.0-0.117.b8.fc45.x86_64 requires libpcre.so.1()(64bit)
trafficserver (maintained by: jered)
trafficserver-10.1.1-2.fc45.src requires pcre-devel = 8.45-1.fc43.9
trafficserver-10.1.1-2.fc45.x86_64 requires libpcre.so.1()(64bit), pcre = 8.45-1.fc43.9
vdr-epgfixer (maintained by: martinkg)
vdr-epgfixer-0.3.1-44.20180416git354f28b.fc45.src requires pcre-devel = 8.45-1.fc43.9
vdr-epgfixer-0.3.1-44.20180416git354f28b.fc45.x86_64 requires libpcre.so.1()(64bit)
xgrep (maintained by: brendt)
xgrep-0.08-26.fc44.src requires pcre-devel = 8.45-1.fc43.9
xgrep-0.08-26.fc44.x86_64 requires libpcre.so.1()(64bit)
Too many dependencies for pcre, not all listed here
Depending on: ptlib (1), status change: 2026-02-05 (2 weeks ago)
opal (maintained by: orphan)
opal-3.10.11-18.fc41.i686 requires libpt.so.2.10.11
opal-3.10.11-18.fc41.src requires ptlib-devel = 2.10.11-18.fc41
opal-3.10.11-18.fc41.x86_64 requires libpt.so.2.10.11()(64bit)
opal-devel-3.10.11-18.fc41.i686 requires pkgconfig(ptlib) = 2.10.11, ptlib-devel = 2.10.11-18.fc41
opal-devel-3.10.11-18.fc41.x86_64 requires pkgconfig(ptlib) = 2.10.11, ptlib-devel = 2.10.11-18.fc41
Depending on: python-ldap3 (446), status change: 2026-02-10 (2 weeks ago)
mgarepo (maintained by: misc, ngompa)
mgarepo-ldap-1.13.2-37.fc44.noarch requires python3-ldap3 = 2.9.1-16.fc44
pgadmin4 (maintained by: smani)
pgadmin4-9.12-2.fc45.src requires python3dist(ldap3) = 2.9
pgadmin4-9.12-2.fc45.x86_64 requires python3dist(ldap3) = 2.9
python-matrix-synapse-ldap3 (maintained by: dcallagh)
python-matrix-synapse-ldap3-0.3.0-7.fc44.src requires python3dist(ldap3) = 2.9
python3-matrix-synapse-ldap3-0.3.0-7.fc44.noarch requires python3.14dist(ldap3) = 2.9
python-impacket (maintained by: rebus)
python3-impacket-0.12.0-9.fc44.noarch requires python3-ldap3 = 2.9.1-16.fc44, python3.14dist(ldap3) = 2.9
matrix-synapse (maintained by: @epel-packagers-sig, dcallagh, jonathanspw, js, v02460)
matrix-synapse-1.137.0-2.fc44.src requires python3dist(matrix-synapse-ldap3) = 0.3
matrix-synapse+matrix-synapse-ldap3-1.137.0-2.fc44.x86_64 requires python3.14dist(matrix-synapse-ldap3) = 0.3
curl (maintained by: jamacku, jmigacz, kdudka, lzaoral, msekleta, pghmcfc, svashisht, vmihalko)
curl-8.19.0~rc2-1.fc45.src requires python3-impacket = 0.12.0-9.fc44
0ad (maintained by: kalev, limb, pcpa)
0ad-0.28.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
0ad-0.28.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
COPASI (maintained by: @neuro-sig, sagitter)
COPASI-4.46.300-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
CriticalMass (maintained by: jwrdegoede)
CriticalMass-1.5-42.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
FlightGear (maintained by: bellet)
FlightGear-2024.1.4-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
FlightGear-Atlas (maintained by: bellet)
FlightGear-Atlas-0.5.0-0.98.cvs20141002.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
FlightGear-Atlas-0.5.0-0.98.cvs20141002.fc45.x86_64 requires libcurl.so.4()(64bit)
GMT (maintained by: @scitech_sig, orion)
GMT-6.6.0-5.fc44.i686 requires libcurl.so.4
GMT-6.6.0-5.fc44.x86_64 requires libcurl.so.4()(64bit)
NetworkManager (maintained by: alexl, bengal, ffmancera, ihuguet, jvaclav, lkundrak, rhughes, rstrode, thaller, till, vbenes)
NetworkManager-1:1.55.91-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
NetworkManager-1:1.55.91-3.fc44.x86_64 requires libcurl.so.4()(64bit)
NetworkManager-cloud-setup-1:1.55.91-3.fc44.x86_64 requires libcurl.so.4()(64bit)
OpenSceneGraph (maintained by: smani)
OpenSceneGraph-3.6.5-45.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
OpenSceneGraph-libs-3.6.5-45.fc44.i686 requires libcurl.so.4
OpenSceneGraph-libs-3.6.5-45.fc44.x86_64 requires libcurl.so.4()(64bit)
PDAL (maintained by: neteler, smani)
PDAL-libs-2.10.0-1.fc45.i686 requires libcurl.so.4
PDAL-libs-2.10.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
R (maintained by: @r-maint-sig, spot)
R-4.5.2-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
R-core-4.5.2-3.fc44.i686 requires libcurl.so.4
R-core-4.5.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
R-RCurl (maintained by: @r-maint-sig, spot)
R-RCurl-1.98.1.17-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
R-RCurl-1.98.1.17-3.fc44.x86_64 requires libcurl.so.4()(64bit)
R-Rhtslib (maintained by: @r-maint-sig, spot)
R-Rhtslib-3.6.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
R-Rhtslib-3.6.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
R-curl (maintained by: @r-maint-sig, qulogic)
R-curl-7.0.0-5.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
R-curl-7.0.0-5.fc44.x86_64 requires libcurl.so.4()(64bit)
SimGear (maintained by: bellet, jwrdegoede, spot)
SimGear-2024.1.4-1.fc44.i686 requires libcurl.so.4
SimGear-2024.1.4-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
SimGear-2024.1.4-1.fc44.x86_64 requires libcurl.so.4()(64bit)
abrt (maintained by: @abrt-sig, mmarusak, msrb)
abrt-addon-kerneloops-2.17.8-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
abrt-addon-xorg-2.17.8-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
actor-framework (maintained by: topazus)
actor-framework-1.1.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
afflib (maintained by: kwizart, rebus)
afflib-3.7.22-4.fc44.i686 requires libcurl.so.4
afflib-3.7.22-4.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
afflib-3.7.22-4.fc44.x86_64 requires libcurl.so.4()(64bit)
aide (maintained by: alakatos, rsroka, zfridric)
aide-0.19.2-15.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
aide-0.19.2-15.fc44.x86_64 requires libcurl.so.4()(64bit)
alienarena (maintained by: spot)
alienarena-7.71.7-6.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
alienarena-7.71.7-6.fc44.x86_64 requires libcurl.so.4()(64bit)
amanda (maintained by: jridky, orion, pcahyna, tibbs)
amanda-3.5.4-19.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
amanda-3.5.4-19.fc44.x86_64 requires libcurl.so.4()(64bit)
amanda-libs-3.5.4-19.fc44.x86_64 requires libcurl.so.4()(64bit)
amanda-server-3.5.4-19.fc44.x86_64 requires libcurl.so.4()(64bit)
amarok (maintained by: @kde-sig, jgrulich, marcdeop)
amarok-3.3.2-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
amazon-ec2-utils (maintained by: mhayden)
amazon-ec2-utils-2.2.0-9.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
appliance-tools (maintained by: ngompa, slaanesh)
appliance-tools-011.3-10.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
appstream (maintained by: @kde-sig, ngompa, tdawson)
appstream-1.1.0-3.fc44.i686 requires libcurl.so.4
appstream-1.1.0-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
appstream-1.1.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
appstream-generator (maintained by: ngompa)
appstream-generator-0.10.1-1.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
appstream-generator-0.10.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
ardour6 (maintained by: nphilipp, tartina)
ardour6-6.9.0-32.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ardour6-6.9.0-32.fc44.x86_64 requires libcurl.so.4()(64bit)
ardour7 (maintained by: nphilipp)
ardour7-7.5.0-22.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ardour7-7.5.0-22.fc44.x86_64 requires libcurl.so.4()(64bit)
ardour8 (maintained by: nphilipp)
ardour8-8.12.0-10.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ardour8-8.12.0-10.fc44.x86_64 requires libcurl.so.4()(64bit)
ardour9 (maintained by: nphilipp)
ardour9-9.2.0-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
ardour9-9.2.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
asc (maintained by: jwrdegoede)
asc-2.8.0.2-29.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
asterisk (maintained by: @epel-packagers-sig, jsmith)
asterisk-18.12.1-1.fc44.17.i686 requires libcurl.so.4
asterisk-18.12.1-1.fc44.17.src requires libcurl-devel = 8.19.0~rc2-1.fc45
asterisk-18.12.1-1.fc44.17.x86_64 requires libcurl.so.4()(64bit)
asterisk-curl-18.12.1-1.fc44.17.x86_64 requires libcurl.so.4()(64bit)
asymptote (maintained by: spot)
asymptote-3.06-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
asymptote-3.06-1.fc45.x86_64 requires libcurl.so.4()(64bit)
attract-mode (maintained by: @multimedia-sig, dcavalca)
attract-mode-2.7.0-19.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
attract-mode-2.7.0-19.fc44.x86_64 requires libcurl.so.4()(64bit)
audacious-plugins (maintained by: danfruehauf, mschwendt, robert)
audacious-plugins-4.5.1-5.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
audacious-plugins-4.5.1-5.fc44.x86_64 requires libcurl.so.4()(64bit)
bacula (maintained by: jonathanspw, slaanesh)
bacula-15.0.3-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
barrier (maintained by: aekoroglu, dchen)
barrier-2.4.0-13.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
build2 (maintained by: mkrupcale)
bdep-0.17.0-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
bpkg-0.17.0-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
libbutl-0.17.0-7.fc44.i686 requires curl = 8.19.0~rc2-1.fc45
libbutl-0.17.0-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
bijiben (maintained by: @gnome-sig, mcrha)
bijiben-40.2-3.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
bijiben-40.2-3.fc45.x86_64 requires libcurl.so.4()(64bit)
boinc-client (maintained by: germano)
boinc-client-8.2.4-3.fc44.i686 requires libcurl.so.4
boinc-client-8.2.4-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
boinc-client-8.2.4-3.fc44.x86_64 requires libcurl.so.4()(64bit)
buildbox (maintained by: jjardon)
buildbox-1.3.53-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
buildbox-1.3.53-1.fc45.x86_64 requires libcurl.so.4()(64bit)
butt (maintained by: carlwgeorge, jrichardson)
butt-1.46.0-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
butt-1.46.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
bzflag (maintained by: jmakey)
bzflag-2.4.28-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
bzflag-2.4.28-4.fc44.x86_64 requires libcurl.so.4()(64bit)
cairo-dock (maintained by: mtasaka)
cairo-dock-3.6.2-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
cairo-dock-core-3.6.2-3.fc44.i686 requires curl = 8.19.0~rc2-1.fc45
cairo-dock-core-3.6.2-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
cairo-dock-devel-3.6.2-3.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
cairo-dock-devel-3.6.2-3.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
cairo-dock-libs-3.6.2-3.fc44.i686 requires libcurl.so.4
cairo-dock-libs-3.6.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
rust (maintained by: @rust-sig, jcheca, jistone, pmurphy)
cargo-1.93.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
rust-1.93.1-1.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
rust-cargo-c (maintained by: @rust-sig, decathorpe)
cargo-c-0.10.19-1.fc45.x86_64 requires libcurl.so.4()(64bit)
castget (maintained by: goeran)
castget-2.0.1-25.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
castget-2.0.1-25.fc44.x86_64 requires libcurl.so.4()(64bit)
cef (maintained by: @multimedia-sig, hoshinolina, ngompa)
cef-145.0.25^chromium145.0.7632.75-4.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
centerim (maintained by: lkundrak)
centerim-1:4.22.10-50.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
centerim-1:4.22.10-50.fc44.x86_64 requires libcurl.so.4()(64bit)
centos-packager (maintained by: dcavalca)
centos-packager-0.7.0-19.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
centpkg-minimal (maintained by: tdawson)
centpkg-minimal-2.1.0-9.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
ceph (maintained by: kkeithle, marcan)
ceph-2:20.2.0-9.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ceph-common-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
ceph-osd-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
ceph-radosgw-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
ceph-test-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
librados2-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
librgw2-2:20.2.0-9.fc45.x86_64 requires libcurl.so.4()(64bit)
certmonger (maintained by: rcritten)
certmonger-0.79.21-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
certmonger-0.79.21-4.fc44.x86_64 requires libcurl.so.4()(64bit)
cfitsio (maintained by: @astro-sig, orion, sergiopr)
cfitsio-4.6.3-2.fc44.i686 requires libcurl.so.4
cfitsio-4.6.3-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
cfitsio-4.6.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
cgit (maintained by: praiskup, rcallicotte)
cgit-1.2.3-19.fc42.src requires libcurl-devel = 8.19.0~rc2-1.fc45
chromium (maintained by: spot, than)
chromium-145.0.7632.109-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
clamav (maintained by: gnat, limb, mstevens, nb, orion, pwouters, robert, steve)
clamav-1.4.3-6.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
clamav-1.4.3-6.fc44.x86_64 requires libcurl.so.4()(64bit)
clamav-freshclam-1.4.3-6.fc44.i686 requires libcurl.so.4
clamav-freshclam-1.4.3-6.fc44.x86_64 requires libcurl.so.4()(64bit)
clamav-unofficial-sigs (maintained by: ondrejj, tartare)
clamav-unofficial-sigs-7.2.5-17.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
clamz (maintained by: dcantrell)
clamz-0.5-35.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
clamz-0.5-35.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail (maintained by: mschwendt, sharkcz)
claws-mail-4.3.1-7.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
claws-mail-plugins-fancy-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-libravatar-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-litehtml-viewer-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-managesieve-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-rssyl-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-spam-report-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
claws-mail-plugins-vcalendar-4.3.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
clean-rpm-gpg-pubkey (maintained by: mavit)
clean-rpm-gpg-pubkey-0-11.20251031gitc538200.fc44.noarch requires /usr/bin/curl
clevis (maintained by: rsroka, sarroutb, scorreia)
clevis-21-14.fc44.src requires curl = 8.19.0~rc2-1.fc45
clevis-21-14.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
cmake (maintained by: besser82, orion)
cmake-4.2.3-2.fc45.i686 requires libcurl.so.4
cmake-4.2.3-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
cmake-4.2.3-2.fc45.x86_64 requires libcurl.so.4()(64bit)
cmake-gui-4.2.3-2.fc45.x86_64 requires libcurl.so.4()(64bit)
coeurl (maintained by: rathann, yselkowitz)
coeurl-0.3.1-9.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
coeurl-0.3.1-9.fc44.x86_64 requires libcurl.so.4()(64bit)
coeurl-devel-0.3.1-9.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
collectd (maintained by: jonathanspw, kevin, mhlavink)
collectd-5.12.0-61.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
collectd-apache-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-ascent-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-bind-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-curl-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-curl_xml-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-nginx-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
collectd-write_http-5.12.0-61.fc44.x86_64 requires libcurl.so.4()(64bit)
concordance (maintained by: swt2c)
concordance-1.5-19.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libconcord-1.5-19.fc44.i686 requires libcurl.so.4
libconcord-1.5-19.fc44.x86_64 requires libcurl.so.4()(64bit)
condor (maintained by: matyas, ttheisen, valtri)
condor-23.9.6-15.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
condor-23.9.6-15.fc44.x86_64 requires libcurl.so.4()(64bit)
conky (maintained by: jonathanspw, mlichvar, moceap)
conky-1.22.2-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
conky-1.22.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
copr-frontend (maintained by: @copr-sig, frostyx, msuchy, praiskup)
copr-frontend-2.6.hotfix.4-1.fc45.noarch requires curl = 8.19.0~rc2-1.fc45
corsix-th (maintained by: atim)
corsix-th-0.69.2-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
corsix-th-0.69.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
cpanspec (maintained by: mspacek, psabata, steve)
cpanspec-1.78-57.fc44.noarch requires /usr/bin/curl
cpp-httplib (maintained by: @epel-packagers-sig, orion, pemensik)
cpp-httplib-0.32.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
cpr (maintained by: topazus)
cpr-1.14.1-1.fc44.i686 requires libcurl.so.4
cpr-1.14.1-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
cpr-1.14.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
cpr-devel-1.14.1-1.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
cpr-devel-1.14.1-1.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
cpu-x (maintained by: atim, martinkg)
cpu-x-5.4.0-7.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
createrepo_c (maintained by: @rpm-software-management-sig, dmach, jmracek, jrohel, mblaha, ngompa, pkratoch)
createrepo_c-1.2.1-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
createrepo_c-devel-1.2.1-5.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
createrepo_c-devel-1.2.1-5.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
createrepo_c-libs-1.2.1-5.fc44.i686 requires libcurl.so.4
createrepo_c-libs-1.2.1-5.fc44.x86_64 requires libcurl.so.4()(64bit)
crossfire-client (maintained by: limb)
crossfire-client-1.75.5-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
crossfire-client-1.75.5-3.fc44.x86_64 requires libcurl.so.4()(64bit)
cryfs (maintained by: thunderbirdtr)
cryfs-0.11.3-15.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
cryfs-0.11.3-15.fc44.x86_64 requires libcurl.so.4()(64bit)
curlftpfs (maintained by: aekoroglu)
curlftpfs-0.9.2-43.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
curlftpfs-0.9.2-43.fc44.x86_64 requires libcurl.so.4()(64bit)
curlpp (maintained by: filiperosset)
curlpp-0.8.1-32.fc45.i686 requires libcurl.so.4
curlpp-0.8.1-32.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
curlpp-0.8.1-32.fc45.x86_64 requires libcurl.so.4()(64bit)
curlpp-devel-0.8.1-32.fc45.i686 requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
curlpp-devel-0.8.1-32.fc45.x86_64 requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
dar (maintained by: filiperosset, lbazan)
dar-2.8.3-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libdar-2.8.3-1.fc45.i686 requires libcurl.so.4
libdar-2.8.3-1.fc45.x86_64 requires libcurl.so.4()(64bit)
xonotic (maintained by: ignatenkobrain, limb)
darkplaces-20230620-7.fc43.x86_64 requires curl = 8.19.0~rc2-1.fc45
darkplaces-server-20230620-7.fc43.x86_64 requires curl = 8.19.0~rc2-1.fc45
darktable (maintained by: aekoroglu, asn, germano, kalev)
darktable-5.4.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
darktable-5.4.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
davix (maintained by: ellert, mipatras)
davix-0.8.10-6.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
davix-libs-0.8.10-6.fc44.i686 requires libcurl.so.4
davix-libs-0.8.10-6.fc44.x86_64 requires libcurl.so.4()(64bit)
ddnet (maintained by: ngompa, rffontenelle)
ddnet-19.5-1.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ddnet-19.5-1.fc44.x86_64 requires libcurl.so.4()(64bit)
ddnet-server-19.5-1.fc44.x86_64 requires libcurl.so.4()(64bit)
dehydrated (maintained by: pwouters, robert)
dehydrated-0.7.1-10.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
dgit (maintained by: lkundrak)
dgit-14.9-1.fc45.noarch requires curl = 8.19.0~rc2-1.fc45
dionaea (maintained by: rebus)
dionaea-0.11.0-13.20210228git4e459f1.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
dionaea-0.11.0-13.20210228git4e459f1.fc44.x86_64 requires libcurl.so.4()(64bit)
diskimage-builder (maintained by: @epel-packagers-sig, @openstack-sig, amoralej, dcavalca, slagle)
diskimage-builder-3.34.0-8.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
dist-git-client (maintained by: @copr-sig, praiskup)
dist-git-client-1.3-1.fc45.noarch requires curl = 8.19.0~rc2-1.fc45
dnf-repo (maintained by: petersen)
dnf-repo-0.6.1-13.fc44.x86_64 requires libcurl.so.4()(64bit)
dnf5 (maintained by: @rpm-software-management-sig, jonathanspw, nsella, ppisar)
dnf5-5.4.0.0-2.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
dnf5-plugin-automatic-5.4.0.0-2.fc45.x86_64 requires libcurl-full(x86-64) = 8.19.0~rc2-1.fc45
dnf5-plugins-5.4.0.0-2.fc45.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45
dnsconfd (maintained by: @dns-sig, pemensik, tkorbar)
dnsconfd-1.7.5-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
dnsconfd-micro-1.7.5-4.fc44.x86_64 requires libcurl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
doh (maintained by: carlwgeorge)
doh-0.1^1.8654bc9-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
doh-0.1^1.8654bc9-4.fc44.x86_64 requires libcurl.so.4()(64bit)
dolphin-emu (maintained by: mystro256)
dolphin-emu-2503a-13.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
dolphin-emu-2503a-13.fc44.x86_64 requires libcurl.so.4()(64bit)
dolphin-emu-nogui-2503a-13.fc44.x86_64 requires libcurl.so.4()(64bit)
dolphin-emu-tool-2503a-13.fc44.x86_64 requires libcurl.so.4()(64bit)
domoticz (maintained by: mooninite)
domoticz-2025.2-4.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
domoticz-2025.2-4.fc44.x86_64 requires libcurl.so.4()(64bit)
dovecot (maintained by: mhlavink)
dovecot-1:2.4.2-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
kiwi (maintained by: dcavalca, ngompa, salimma)
dracut-kiwi-lib-10.2.37-3.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
dracut (maintained by: jamacku, lnykryn, pvalena)
dracut-live-108-5.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
dub (maintained by: dcavalca)
dub-1.40.0-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
dvblinkremote (maintained by: melmorabity)
dvblinkremote-0.2.0-0.39.beta.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
dvblinkremote-devel-0.2.0-0.39.beta.fc44.i686 requires libcurl-devel(x86-32) = 8.19.0~rc2-1.fc45
dvblinkremote-devel-0.2.0-0.39.beta.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
dvblinkremote-libs-0.2.0-0.39.beta.fc44.i686 requires libcurl.so.4
dvblinkremote-libs-0.2.0-0.39.beta.fc44.x86_64 requires libcurl.so.4()(64bit)
ec2-instance-connect (maintained by: @cloud-sig, davdunc, ngompa)
ec2-instance-connect-1.1.17-4.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
ec2-metadata (maintained by: manpaz)
ec2-metadata-0.1.1-24.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
efl (maintained by: dchen, spot)
efl-1.28.1-5.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
elfutils (maintained by: amerey, fche, jakub, jankratochvil, mcermak, mjw)
elfutils-0.194-3.fc44.src requires curl = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
elfutils-debuginfod-client-0.194-3.fc44.i686 requires libcurl.so.4
elfutils-debuginfod-client-0.194-3.fc44.x86_64 requires libcurl.so.4()(64bit)
enigma (maintained by: michich)
enigma-1.30^20250322gitab9967a-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
enigma-1.30^20250322gitab9967a-3.fc44.x86_64 requires libcurl.so.4()(64bit)
erofs-utils (maintained by: dm0, ngompa)
erofs-utils-1.9-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
erofs-utils-1.9-1.fc45.x86_64 requires libcurl.so.4()(64bit)
et (maintained by: dcavalca, jjg, salimma, topazus)
et-6.2.11-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
et-6.2.11-1.fc45.x86_64 requires libcurl.so.4()(64bit)
ettercap (maintained by: limb)
ettercap-0.8.4-1.fc44.i686 requires libcurl.so.4
ettercap-0.8.4-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ettercap-0.8.4-1.fc44.x86_64 requires libcurl.so.4()(64bit)
fastback (maintained by: jonathanspw)
fastback-0.4-33.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fastback-0.4-33.fc44.x86_64 requires libcurl.so.4()(64bit)
fbida (maintained by: adrian)
fbida-2.14-19.fc41.src requires curl-devel = 8.19.0~rc2-1.fc45
fbreader (maintained by: vtrefny)
fbreader-0.99.4-20.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fbrnch (maintained by: petersen)
fbrnch-1.8-37.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
fcitx-cloudpinyin (maintained by: cheeselee, yanqiyu)
fcitx-cloudpinyin-0.3.7-18.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fcitx-cloudpinyin-0.3.7-18.fc44.x86_64 requires libcurl.so.4()(64bit)
fcitx-ui-light (maintained by: cheeselee, yanqiyu)
fcitx-ui-light-0.1.3-34.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fcitx5-chinese-addons (maintained by: yanqiyu)
fcitx5-chinese-addons-5.1.11-2.fc44.i686 requires libcurl.so.4
fcitx5-chinese-addons-5.1.11-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
fcitx5-chinese-addons-5.1.11-2.fc44.x86_64 requires libcurl.so.4()(64bit)
fedora-packager (maintained by: @epel-packagers-sig, @infra-sig, dcavalca, mohanboddu)
fedora-packager-1.1-11.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
fedora-repoquery (maintained by: petersen)
fedora-repoquery-0.8-3.fc44.x86_64 requires libcurl.so.4()(64bit)
fedpkg-minimal (maintained by: lsedlar, onosek, pbabinca)
fedpkg-minimal-1.2.0-17.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
feh (maintained by: fale, mathstuf)
feh-3.11.1-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
feh-3.11.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
fio (maintained by: preichl, sandeen)
fio-3.40-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fio-engine-http-3.40-3.fc44.x86_64 requires libcurl.so.4()(64bit)
firefox (maintained by: alexl, jgrulich, kalev, rhughes, rstrode, sharkcz, stransky, tpopela, xhorak)
firefox-148.0-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak (maintained by: @gnome-sig, amigadave, rishi)
flatpak-1.17.2-2.fc44.i686 requires libcurl(x86-32) = 8.19.0~rc2-1.fc45, libcurl.so.4
flatpak-1.17.2-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak-1.17.2-2.fc44.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
flatpak-devel-1.17.2-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak-devel-1.17.2-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak-libs-1.17.2-2.fc44.i686 requires libcurl.so.4
flatpak-libs-1.17.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
flatpak-tests-1.17.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
flatpak-builder (maintained by: @gnome-sig, amigadave, kalev)
flatpak-builder-1.4.7-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
flatpak-builder-1.4.7-4.fc44.x86_64 requires libcurl.so.4()(64bit)
flickcurl (maintained by: cicku, mjg)
flickcurl-1.26-31.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
flickcurl-1.26-31.fc44.x86_64 requires libcurl.so.4()(64bit)
flickcurl-devel-1.26-31.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
fragments (maintained by: atim, kalev, pwalter)
fragments-3.0.1-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
freeciv (maintained by: limb)
freeciv-3.2.2-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
freeciv-common-3.2.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
freeciv-gtk-3.2.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
freeciv-qt-3.2.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
freeipa (maintained by: abbra, rcritten, simo, twoerner)
freeipa-4.13.1-8.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
freeipa-client-4.13.1-8.fc45.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
freeradius (maintained by: antorres)
freeradius-3.2.8-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
freeradius-rest-3.2.8-3.fc44.x86_64 requires libcurl.so.4()(64bit)
freewrl (maintained by: spot)
freewrl-6.7-3.20240420gitb3254b1.fc44.i686 requires libcurl.so.4
freewrl-6.7-3.20240420gitb3254b1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
freewrl-6.7-3.20240420gitb3254b1.fc44.x86_64 requires libcurl.so.4()(64bit)
libEAI-6.7-3.20240420gitb3254b1.fc44.i686 requires libcurl.so.4
libEAI-6.7-3.20240420gitb3254b1.fc44.x86_64 requires libcurl.so.4()(64bit)
fuse-btfs (maintained by: mikelo2)
fuse-btfs-3.1-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
fuse-btfs-3.1-4.fc44.x86_64 requires libcurl.so.4()(64bit)
fwknop-gui (maintained by: @crypto-team, jjelen)
fwknop-gui-1.3.1-28.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fwknop-gui-1.3.1-28.fc44.x86_64 requires libcurl.so.4()(64bit)
fwupd (maintained by: rhughes)
fwupd-2.0.19-1.fc44.i686 requires libcurl.so.4
fwupd-2.0.19-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
fwupd-2.0.19-1.fc44.x86_64 requires libcurl.so.4()(64bit)
fwupd-devel-2.0.19-1.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
fwupd-devel-2.0.19-1.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
fwupd-tests-2.0.19-1.fc44.x86_64 requires libcurl.so.4()(64bit)
gambas3 (maintained by: spot)
gambas3-3.21.3-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
gambas3-gb-net-curl-3.21.3-2.fc45.x86_64 requires libcurl.so.4()(64bit)
gammu (maintained by: laxathom)
gammu-1.42.0-21.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gammu-1.42.0-21.fc44.x86_64 requires libcurl.so.4()(64bit)
gap-pkg-curlinterface (maintained by: jjames)
gap-pkg-curlinterface-2.4.2-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
gap-pkg-curlinterface-2.4.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
gdal (maintained by: alexlan, devrim, neteler, orion, pali, praiskup, smani)
gdal-3.12.2-1.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
gdal-libs-3.12.2-1.fc45.i686 requires libcurl.so.4
gdal-libs-3.12.2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gerbera (maintained by: limb)
gerbera-3.1.1-3.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
gerbera-3.1.1-3.fc45.x86_64 requires libcurl.so.4()(64bit)
ghc-curl (maintained by: @haskell-lang-sig, petersen)
ghc-curl-1.3.8-30.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ghc-curl-1.3.8-30.fc44.x86_64 requires libcurl.so.4()(64bit)
ghc-curl-devel-1.3.8-30.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
giac (maintained by: sagitter)
giac-2.0.0.19-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
giac-2.0.0.19-2.fc44.x86_64 requires libcurl.so.4()(64bit)
git (maintained by: besser82, jonathanspw, opohorel, pstodulk)
git-2.53.0-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
git-core-2.53.0-1.fc44.x86_64 requires libcurl.so.4()(64bit)
git-cinnabar (maintained by: qulogic)
git-cinnabar-0.5.11-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
git-cinnabar-0.5.11-5.fc44.x86_64 requires libcurl.so.4()(64bit)
git-ftp (maintained by: echevemaster)
git-ftp-1.6.0-14.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
glusterfs (maintained by: anoopcs, devos, fed500, kkeithle)
glusterfs-11.2-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
glusterfs-cloudsync-plugins-11.2-5.fc44.x86_64 requires libcurl.so.4()(64bit)
gmic (maintained by: berrange, cheese)
gmic-3.7.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gmic-3.7.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gmic-gimp-3.7.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gmic-libs-3.7.0-1.fc45.i686 requires libcurl.so.4
gmic-libs-3.7.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gnuastro (maintained by: sergiopr)
gnuastro-0.23-2.fc44.src requires curl = 8.19.0~rc2-1.fc45
gnupg2 (maintained by: @crypto-team, bcl, jjelen, tmraz)
gnupg2-2.4.9-5.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
gnustep-base (maintained by: sagitter)
gnustep-base-1.31.0-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
google-compute-engine-oslogin (maintained by: ngompa)
google-compute-engine-oslogin-1.4.3-20.fc44.i686 requires libcurl.so.4
google-compute-engine-oslogin-1.4.3-20.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
google-compute-engine-oslogin-1.4.3-20.fc44.x86_64 requires libcurl.so.4()(64bit)
gpac (maintained by: @multimedia-sig, rathann)
gpac-26.02.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gpac-libs-26.02.0-1.fc45.i686 requires libcurl.so.4
gpac-libs-26.02.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
gpick (maintained by: luya)
gpick-0.2.6-46.20210528git0e858d3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
gpredict (maintained by: yanqiyu)
gpredict-2.2.1-24.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
gpredict-2.2.1-24.fc44.x86_64 requires libcurl.so.4()(64bit)
gretl (maintained by: hannes)
gretl-2026a-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gretl-2026a-1.fc45.x86_64 requires libcurl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
gridsite (maintained by: stevetraylen, valtri)
gridsite-3.0.0-0.36.20260121git7a7b764.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gridsite-clients-3.0.0-0.36.20260121git7a7b764.fc44.x86_64 requires libcurl.so.4()(64bit)
grip (maintained by: adrian)
grip-1:4.2.4-12.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
grip-1:4.2.4-12.fc44.x86_64 requires libcurl.so.4()(64bit)
grive2 (maintained by: zsun)
grive2-0.5.3-13.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
grive2-0.5.3-13.fc44.x86_64 requires libcurl.so.4()(64bit)
grpc (maintained by: defolos, kkeithle, neil)
grpc-1.48.4-57.fc44.src requires curl = 8.19.0~rc2-1.fc45
gstreamer1-plugins-bad-free (maintained by: @multimedia-sig, limb, uraeus, wtaymans, yselkowitz)
gstreamer1-plugins-bad-free-1.28.0-4.fc45.i686 requires libcurl.so.4
gstreamer1-plugins-bad-free-1.28.0-4.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
gstreamer1-plugins-bad-free-1.28.0-4.fc45.x86_64 requires libcurl.so.4()(64bit)
gtkd (maintained by: cicku, kalev)
gtkd-3.11.0-3.fc44.i686 requires libcurl(x86-32) = 8.19.0~rc2-1.fc45
gtkd-3.11.0-3.fc44.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45
gtkpod (maintained by: chkr, limb)
gtkpod-2.1.5-34.fc44.i686 requires libcurl.so.4
gtkpod-2.1.5-34.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
gtkpod-2.1.5-34.fc44.x86_64 requires libcurl.so.4()(64bit)
gtorrentviewer (maintained by: pghmcfc)
gtorrentviewer-0.2b-58.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
gtorrentviewer-0.2b-58.fc44.x86_64 requires libcurl.so.4()(64bit)
guayadeque (maintained by: martinkg)
guayadeque-0.7.5-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
guayadeque-0.7.5-4.fc44.x86_64 requires libcurl.so.4()(64bit)
guestfs-tools (maintained by: rjones)
guestfs-tools-1.55.5-1.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
guitarix (maintained by: tartina, verdurin)
guitarix-0.47.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
guitarix-0.47.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
hcxtools (maintained by: atim)
hcxtools-7.1.2-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
hcxtools-7.1.2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
healpix (maintained by: @astro-sig, limb)
healpix-3.83-4.fc45.i686 requires libcurl.so.4
healpix-3.83-4.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
healpix-3.83-4.fc45.x86_64 requires libcurl.so.4()(64bit)
healpix-c++-3.83-4.fc45.i686 requires libcurl.so.4
healpix-c++-3.83-4.fc45.x86_64 requires libcurl.so.4()(64bit)
hplip (maintained by: jridky, tkorbar, twaugh, zdohnal)
hplip-3.25.8-2.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
html-xml-utils (maintained by: fed500)
html-xml-utils-8.7-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
html-xml-utils-8.7-1.fc44.x86_64 requires libcurl.so.4()(64bit)
htslib (maintained by: jaruga, ron)
htslib-1.23-1.fc44.i686 requires libcurl.so.4
htslib-1.23-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
htslib-1.23-1.fc44.x86_64 requires libcurl.so.4()(64bit)
htslib-tools-1.23-1.fc44.x86_64 requires libcurl.so.4()(64bit)
hw-probe (maintained by: vtrefny)
hw-probe-1.6.5-9.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
icecast (maintained by: besser82, ixs, ppisar)
icecast-2.4.4-26.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
icecast-2.4.4-26.fc44.x86_64 requires libcurl.so.4()(64bit)
icecat (maintained by: sagitter)
icecat-4:140.8.0-1.rh1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
idevicerestore (maintained by: @asahi-sig, dcavalca)
idevicerestore-1.0.0^20240927git511261e-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
idevicerestore-1.0.0^20240927git511261e-4.fc44.x86_64 requires libcurl.so.4()(64bit)
igt-gpu-tools (maintained by: airlied, lyude)
igt-gpu-tools-2.2-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
imhex (maintained by: jonathanspw)
imhex-1.37.4-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
imhex-1.37.4-3.fc44.x86_64 requires libcurl.so.4()(64bit)
input-leap (maintained by: aekoroglu)
input-leap-3.0.3-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ipe (maintained by: nonamedotc)
ipe-7.2.30-5.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
ipv6calc (maintained by: pbiering)
ipv6calc-4.4.0-2.fc44.src requires curl = 8.19.0~rc2-1.fc45
ipv6toolkit (maintained by: robert)
ipv6toolkit-2.2-4.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
janus (maintained by: renich)
janus-1.4.0-1.fc45.i686 requires libcurl.so.4
janus-1.4.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
janus-1.4.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
janus-eventhandlers-sample-1.4.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
janus-plugins-streaming-1.4.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
janus-plugins-textroom-1.4.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
jigdo (maintained by: salimma)
jigdo-0.8.2-7.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
julia (maintained by: nalimilan)
julia-1.12.1-1.fc44.src requires curl-full = 8.19.0~rc2-1.fc45, libcurl-devel = 8.19.0~rc2-1.fc45, libcurl-full = 8.19.0~rc2-1.fc45
julia-1.12.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
kcbench (maintained by: thl)
kcbench-0.9.14-2.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
kcov (maintained by: dridi)
kcov-43-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
kcov-43-4.fc44.x86_64 requires libcurl.so.4()(64bit)
keepassxc (maintained by: germano, mikelo2, nonamedotc)
keepassxc-2.7.11-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
kicad (maintained by: avigne, lkundrak, stevenfalco)
kicad-1:10.0.0-0.2.rc1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
kicad-1:10.0.0-0.2.rc1.fc45.x86_64 requires libcurl.so.4()(64bit)
klamav (maintained by: kkofler)
klamav-0.46-49.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
klavaro (maintained by: vascom, yselkowitz)
klavaro-3.14-10.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
klavaro-3.14-10.fc44.x86_64 requires libcurl.so.4()(64bit)
krita (maintained by: @kde-sig, ngompa)
krita-6.0.0~beta2-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
krita-6.0.0~beta2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
kstars (maintained by: @astro-sig, @kde-sig, than)
kstars-1:3.8.0-5.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
lastpass-cli (maintained by: eclipseo)
lastpass-cli-1.6.1-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
lastpass-cli-1.6.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
ldc (maintained by: cicku, kalev)
ldc-1:1.41.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
lgogdownloader (maintained by: blowry)
lgogdownloader-3.16-7.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
lgogdownloader-3.16-7.fc44.x86_64 requires libcurl.so.4()(64bit)
lib3270 (maintained by: dcavalca)
lib3270-5.5.0-4.fc44.i686 requires libcurl.so.4
lib3270-5.5.0-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
lib3270-5.5.0-4.fc44.x86_64 requires libcurl.so.4()(64bit)
libabigail (maintained by: dodji, mcermak, sinnykumari)
libabigail-fedora-2.9-2.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
pacman (maintained by: @epel-packagers-sig, cicku, daandemeyer, imbev, zbyszek)
libalpm-7.0.0-6.fc44.i686 requires libcurl.so.4
libalpm-7.0.0-6.fc44.x86_64 requires libcurl.so.4()(64bit)
libalpm-devel-7.0.0-6.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libalpm-devel-7.0.0-6.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
pacman-7.0.0-6.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libappstream-glib (maintained by: rhughes)
libappstream-glib-0.8.3-5.fc44.i686 requires libcurl.so.4
libappstream-glib-0.8.3-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libappstream-glib-0.8.3-5.fc44.x86_64 requires libcurl.so.4()(64bit)
libclastfm (maintained by: nonamedotc)
libclastfm-0.5-0.30.20120314git968af0ab.fc44.i686 requires libcurl.so.4
libclastfm-0.5-0.30.20120314git968af0ab.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libclastfm-0.5-0.30.20120314git968af0ab.fc44.x86_64 requires libcurl.so.4()(64bit)
libclastfm-devel-0.5-0.30.20120314git968af0ab.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libclastfm-devel-0.5-0.30.20120314git968af0ab.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libcmis (maintained by: dtardon, limb)
libcmis-0.6.2-11.fc44.i686 requires libcurl.so.4
libcmis-0.6.2-11.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libcmis-0.6.2-11.fc44.x86_64 requires libcurl.so.4()(64bit)
libcmis-devel-0.6.2-11.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libcmis-devel-0.6.2-11.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libdap (maintained by: @scitech_sig, orion)
libdap-3.21.1-2.fc44.i686 requires libcurl.so.4
libdap-3.21.1-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libdap-3.21.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libdap-devel-3.21.1-2.fc44.i686 requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
libdap-devel-3.21.1-2.fc44.x86_64 requires curl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
libdatovka (maintained by: jskarvad)
libdatovka-0.7.2-2.fc44.i686 requires libcurl.so.4
libdatovka-0.7.2-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libdatovka-0.7.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libdatovka-devel-0.7.2-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libdatovka-devel-0.7.2-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libgadu (maintained by: rathann)
libgadu-1.12.2-31.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libgamerzilla (maintained by: dulsi)
libgamerzilla-0.1.3-8.fc44.i686 requires libcurl.so.4
libgamerzilla-0.1.3-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libgamerzilla-0.1.3-8.fc44.x86_64 requires libcurl.so.4()(64bit)
libgit2 (maintained by: decathorpe, sgallagh)
libgit2-1.9.2-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libgit2_1.8 (maintained by: decathorpe)
libgit2_1.8-1.8.4-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libgphoto2 (maintained by: berrange, jridky, jwrdegoede, kalev, twaugh)
libgphoto2-2.5.33-2.fc44.i686 requires libcurl.so.4
libgphoto2-2.5.33-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libgphoto2-2.5.33-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libguestfs (maintained by: rjones)
libguestfs-1:1.59.3-1.fc45.src requires curl = 8.19.0~rc2-1.fc45
libideviceactivation (maintained by: @asahi-sig, dcavalca)
libideviceactivation-1.1.1^20240529gitecc10ef-4.fc44.i686 requires libcurl.so.4
libideviceactivation-1.1.1^20240529gitecc10ef-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libideviceactivation-1.1.1^20240529gitecc10ef-4.fc44.x86_64 requires libcurl.so.4()(64bit)
libideviceactivation-devel-1.1.1^20240529gitecc10ef-4.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libideviceactivation-devel-1.1.1^20240529gitecc10ef-4.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libindi (maintained by: @astro-sig, @scitech_sig, mattia, sergiopr)
libindi-2.1.9-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
libindi-2.1.9-1.fc45.x86_64 requires libcurl.so.4()(64bit)
libindi-libs-2.1.9-1.fc45.x86_64 requires libcurl.so.4()(64bit)
libisds (maintained by: ppisar)
libisds-0.11.2-15.fc44.i686 requires libcurl.so.4
libisds-0.11.2-15.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libisds-0.11.2-15.fc44.x86_64 requires libcurl.so.4()(64bit)
libisds-devel-0.11.2-15.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libisds-devel-0.11.2-15.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libkiwix (maintained by: xvitaly)
libkiwix-14.1.1-2.fc44.i686 requires libcurl.so.4
libkiwix-14.1.1-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libkiwix-14.1.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libkiwix-devel-14.1.1-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libkiwix-devel-14.1.1-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libkml (maintained by: smani)
libkml-1.3.0-56.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libkolabxml (maintained by: @kde-sig, tpokorra)
libkolabxml-1.2.0-38.fc44.i686 requires libcurl.so.4
libkolabxml-1.2.0-38.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libkolabxml-1.2.0-38.fc44.x86_64 requires libcurl.so.4()(64bit)
libkolabxml-devel-1.2.0-38.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
libkolabxml-devel-1.2.0-38.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
libkrun (maintained by: crobinso, slp, tfanelli)
libkrun-1.17.4-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libmamba (maintained by: orion)
libmamba-2.5.0-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libmamba-2.5.0-1.fc45.x86_64 requires libcurl.so.4()(64bit)
mod_mapcache (maintained by: neil)
libmapcache-1.14.1-7.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_mapcache-1.14.1-7.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libmediainfo (maintained by: vascom)
libmediainfo-25.10-2.fc44.i686 requires libcurl.so.4
libmediainfo-25.10-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libmediainfo-25.10-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libmediainfo-devel-25.10-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libmediainfo-devel-25.10-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libmodsecurity (maintained by: mikelo2)
libmodsecurity-3.0.14-4.fc44.i686 requires libcurl.so.4
libmodsecurity-3.0.14-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libmodsecurity-3.0.14-4.fc44.x86_64 requires libcurl.so.4()(64bit)
libnetconf2 (maintained by: jruzicka, mruprich)
libnetconf2-3.7.10-2.fc44.i686 requires libcurl.so.4
libnetconf2-3.7.10-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libnetconf2-3.7.10-2.fc44.x86_64 requires libcurl.so.4()(64bit)
liboauth (maintained by: salimma)
liboauth-1.0.3-28.fc44.i686 requires libcurl.so.4
liboauth-1.0.3-28.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
liboauth-1.0.3-28.fc44.x86_64 requires libcurl.so.4()(64bit)
liboauth-devel-1.0.3-28.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
liboauth-devel-1.0.3-28.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
liboauth2 (maintained by: abbra)
liboauth2-2.2.0-2.fc44.i686 requires libcurl.so.4
liboauth2-2.2.0-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
liboauth2-2.2.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
liboauth2-apache-2.2.0-2.fc44.i686 requires libcurl.so.4
liboauth2-apache-2.2.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
liboauth2-devel-2.2.0-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
liboauth2-devel-2.2.0-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libofa (maintained by: marcdeop, than)
libofa-0.9.3-53.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libofx (maintained by: limb)
libofx-0.10.9-9.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
ofx-0.10.9-9.fc45.x86_64 requires libcurl.so.4()(64bit)
libopenraw (maintained by: belegdol, chkr, nphilipp, rishi)
libopenraw-0.1.3-21.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libopkele (maintained by: kevin)
libopkele-2.0.4-43.fc44.i686 requires libcurl.so.4
libopkele-2.0.4-43.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libopkele-2.0.4-43.fc44.x86_64 requires libcurl.so.4()(64bit)
libopkele-devel-2.0.4-43.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
libopkele-devel-2.0.4-43.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
libproxy (maintained by: amigadave, cicku)
libproxy-0.5.12-2.fc44.i686 requires libcurl.so.4
libproxy-0.5.12-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libproxy-0.5.12-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libproxy-devel-0.5.12-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libproxy-devel-0.5.12-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libqalculate (maintained by: nonamedotc, tdawson)
libqalculate-5.9.0-1.fc44.i686 requires libcurl.so.4
libqalculate-5.9.0-1.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libqalculate-5.9.0-1.fc44.x86_64 requires libcurl.so.4()(64bit)
librasterlite2 (maintained by: smani)
librasterlite2-1.1.0-0.21.beta1.fc44.i686 requires libcurl.so.4
librasterlite2-1.1.0-0.21.beta1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
librasterlite2-1.1.0-0.21.beta1.fc44.x86_64 requires libcurl.so.4()(64bit)
librealsense (maintained by: thofmann)
librealsense-2.57.6-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libreoffice (maintained by: dtardon, limb)
libreoffice-1:26.2.1.2-0.1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
libreoffice-core-1:26.2.1.2-0.1.fc45.x86_64 requires libcurl.so.4()(64bit)
librepo (maintained by: @rpm-software-management-sig, dmach, jmracek, ngompa, pkratoch)
librepo-1.20.0-5.fc44.i686 requires libcurl(x86-32) = 8.19.0~rc2-1.fc45, libcurl.so.4
librepo-1.20.0-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
librepo-1.20.0-5.fc44.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
librepo-devel-1.20.0-5.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
librepo-devel-1.20.0-5.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libreport (maintained by: @abrt-sig, mmarusak, msrb)
libreport-2.17.15-10.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libreport-plugin-kerneloops-2.17.15-10.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
libreport-web-2.17.15-10.fc44.i686 requires libcurl.so.4
libreport-web-2.17.15-10.fc44.x86_64 requires libcurl.so.4()(64bit)
libreport-web-devel-2.17.15-10.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
libreport-web-devel-2.17.15-10.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
libreswan (maintained by: pwouters, saprasad, ueno)
libreswan-5.3-5.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libreswan-minimal-5.3-5.fc44.x86_64 requires libcurl.so.4()(64bit)
rpminspect (maintained by: dcantrell)
librpminspect-2.1-1.fc44.i686 requires libcurl.so.4
librpminspect-2.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
rpminspect-2.1-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libs3 (maintained by: ellert)
libs3-4.1-0.25.20190408git287e4be.fc44.i686 requires libcurl.so.4
libs3-4.1-0.25.20190408git287e4be.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libs3-4.1-0.25.20190408git287e4be.fc44.x86_64 requires libcurl.so.4()(64bit)
libsolv (maintained by: @rpm-software-management-sig, dmach, ignatenkobrain, jmracek, jrohel, ngompa, pkratoch)
libsolv-demo-0.7.35-4.fc44.x86_64 requires /usr/bin/curl
libtatsu (maintained by: @asahi-sig, dcavalca)
libtatsu-1.0.3-4.fc44.i686 requires libcurl.so.4
libtatsu-1.0.3-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libtatsu-1.0.3-4.fc44.x86_64 requires libcurl.so.4()(64bit)
libtorrent (maintained by: dfateyev, konradm, verdurin)
libtorrent-0.16.2-2.fc44.i686 requires libcurl.so.4
libtorrent-0.16.2-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
libtorrent-0.16.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
libucl (maintained by: fnux)
libucl-0.8.2-12.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
python3-libucl-0.8.2-12.fc44.x86_64 requires libcurl.so.4()(64bit)
libvirt (maintained by: @virtmaint-sig, berrange, crobinso, laine)
libvirt-12.0.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libvirt-daemon-driver-ch-12.0.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
libvirt-libs-12.0.0-3.fc44.i686 requires libcurl.so.4
libvirt-libs-12.0.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
libwfut (maintained by: bruno)
libwfut-0.2.3-34.fc44.i686 requires libcurl.so.4
libwfut-0.2.3-34.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libwfut-0.2.3-34.fc44.x86_64 requires libcurl.so.4()(64bit)
libwfut-devel-0.2.3-34.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
libwfut-devel-0.2.3-34.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45, pkgconfig(libcurl) = 8.19.0-rc2
openwsman (maintained by: vcrhonek)
libwsman-devel-2.8.1-14.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
libwsman-devel-2.8.1-14.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
libwsman1-2.8.1-14.fc44.i686 requires libcurl.so.4
libwsman1-2.8.1-14.fc44.x86_64 requires libcurl.so.4()(64bit)
openwsman-2.8.1-14.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
libzypp (maintained by: besser82, daandemeyer, ngompa)
libzypp-17.38.1-1.fc44.i686 requires libcurl.so.4
libzypp-17.38.1-1.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
libzypp-17.38.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
linux-sgx (maintained by: berrange)
linux-sgx-2.27-9.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
sgx-libs-2.27-9.fc45.x86_64 requires libcurl.so.4()(64bit)
sgx-pckid-tool-2.27-9.fc45.x86_64 requires libcurl.so.4()(64bit)
llama-cpp (maintained by: man2dev, trix)
llama-cpp-b6153-3.fc44.src requires curl = 8.19.0~rc2-1.fc45, libcurl-devel = 8.19.0~rc2-1.fc45
llama-cpp-b6153-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
lnav (maintained by: cicku, pschiffe)
lnav-0.13.2-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
lnav-0.13.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
logjam (maintained by: spot)
logjam-1:4.6.2-39.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
logjam-1:4.6.2-39.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
lxpanel (maintained by: mtasaka)
lxpanel-0.11.1^20251208git94febbf1-2.fc44.i686 requires libcurl.so.4
lxpanel-0.11.1^20251208git94febbf1-2.fc44.src requires /usr/bin/curl-config
lxpanel-0.11.1^20251208git94febbf1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mapserver (maintained by: devrim, jujens, neil, pali, smani)
mapserver-8.6.0-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
mapserver-libs-8.6.0-3.fc44.i686 requires libcurl.so.4
mapserver-libs-8.6.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
mariadb-connector-c (maintained by: @db-sig, mschorm)
mariadb-connector-c-3.4.8-3.fc44.i686 requires libcurl.so.4
mariadb-connector-c-3.4.8-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mariadb-connector-c-3.4.8-3.fc44.x86_64 requires libcurl.so.4()(64bit)
mariadb11.8 (maintained by: @db-sig, mschorm, ndavidov, psloboda)
mariadb-s3-engine-3:11.8.6-2.fc45.x86_64 requires libcurl.so.4()(64bit)
mariadb-server-3:11.8.6-2.fc45.x86_64 requires libcurl.so.4()(64bit)
mariadb11.8-3:11.8.6-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
mariadb10.11 (maintained by: @db-sig, fjanus, ljavorsk, mschorm, psloboda)
mariadb10.11-3:10.11.16-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
mariadb10.11-s3-engine-3:10.11.16-2.fc45.x86_64 requires libcurl.so.4()(64bit)
mariadb10.11-server-3:10.11.16-2.fc45.x86_64 requires libcurl.so.4()(64bit)
mediaconch (maintained by: vascom)
mediaconch-25.04-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
megaglest (maintained by: vtrefny)
megaglest-3.13.0-32.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
megaglest-3.13.0-32.fc44.x86_64 requires libcurl.so.4()(64bit)
megatools (maintained by: gbcox)
megatools-1.11.5-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
megatools-1.11.5-4.fc44.x86_64 requires libcurl.so.4()(64bit)
milter-greylist (maintained by: pghmcfc)
milter-greylist-4.6.4-20.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
milter-greylist-4.6.4-20.fc44.x86_64 requires libcurl.so.4()(64bit)
mimic (maintained by: orphan)
mimic-1.3.0.1-16.fc43.src requires libcurl-devel = 8.19.0~rc2-1.fc45
minetest (maintained by: bookwar, ignatenkobrain, limb)
minetest-5.15.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
minetest-5.15.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
minetest-server-5.15.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
minipro (maintained by: lkundrak)
minipro-0.7.4-2.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
mkosi (maintained by: daandemeyer, salimma, zbyszek)
mkosi-system-deps-26-3.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
mod_auth_cas (maintained by: timhansen46, vwbusguy)
mod_auth_cas-1.2-12.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mod_auth_cas-1.2-12.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_auth_mellon (maintained by: simo, thalman)
mod_auth_mellon-0.19.1-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
mod_auth_mellon-0.19.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_auth_mellon-diagnostics-0.19.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_auth_openid (maintained by: kevin)
mod_auth_openid-0.8-27.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mod_auth_openid-0.8-27.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_auth_openidc (maintained by: thalman)
mod_auth_openidc-2.4.17.2-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
mod_auth_openidc-2.4.17.2-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_md (maintained by: luhliarik)
mod_md-1:2.6.7-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mod_md-1:2.6.7-2.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_security (maintained by: luhliarik)
mod_security-2.9.11-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
mod_security-2.9.11-3.fc44.x86_64 requires libcurl.so.4()(64bit)
mod_security-mlogc-2.9.11-3.fc44.x86_64 requires libcurl.so.4()(64bit)
mpdas (maintained by: ankursinha)
mpdas-0.4.5-12.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mpdas-0.4.5-12.fc44.x86_64 requires libcurl.so.4()(64bit)
mpdscribble (maintained by: rharwood)
mpdscribble-0.25-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mpdscribble-0.25-8.fc44.x86_64 requires libcurl.so.4()(64bit)
mpris-scrobbler (maintained by: gbcox, jflory7)
mpris-scrobbler-0.5.7-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
mpris-scrobbler-0.5.7-4.fc44.x86_64 requires libcurl.so.4()(64bit)
mstflint (maintained by: dcavalca, honli, jirka, kheib, michich, slaanesh)
mstflint-4.34.0-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mstflint-4.34.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
muon-meson (maintained by: daandemeyer, fed500)
muon-meson-0.5.0-4.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
muon-meson-0.5.0-4.fc45.x86_64 requires libcurl.so.4()(64bit)
mupdf (maintained by: mjg)
mupdf-1.27.1-4.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
mysql8.0 (maintained by: @db-sig, fjanus, ljavorsk, mschorm, psloboda)
mysql8.0-8.0.45-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
mysql8.4 (maintained by: @db-sig, mschorm, psloboda)
mysql8.4-8.4.8-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
nagios-plugins-ssl_cert (maintained by: thofmann)
nagios-plugins-ssl_cert-2.54.0-10.fc44.x86_64 requires /usr/bin/curl
nbdkit (maintained by: ericb, rjones)
nbdkit-1.47.5-2.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
nbdkit-curl-plugin-1.47.5-2.fc45.x86_64 requires libcurl.so.4()(64bit)
ncl (maintained by: @scitech_sig, orion)
ncl-6.6.2-62.fc44.x86_64 requires libcurl.so.4()(64bit)
ncmpcpp (maintained by: ankursinha, dmaphy)
ncmpcpp-0.10.1-9.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
ncmpcpp-0.10.1-9.fc44.x86_64 requires libcurl.so.4()(64bit)
nco (maintained by: @scitech_sig, orion)
nco-5.3.6-1.fc45.x86_64 requires libcurl.so.4()(64bit)
netcdf (maintained by: @scitech_sig, orion)
netcdf-4.9.3-2.fc44.i686 requires libcurl.so.4
netcdf-4.9.3-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-4.9.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
netcdf-devel-4.9.3-2.fc44.i686 requires libcurl-devel(x86-32) = 8.19.0~rc2-1.fc45
netcdf-devel-4.9.3-2.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
netcdf-mpich-4.9.3-2.fc44.i686 requires libcurl.so.4
netcdf-mpich-4.9.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
netcdf-mpich-devel-4.9.3-2.fc44.i686 requires libcurl-devel(x86-32) = 8.19.0~rc2-1.fc45
netcdf-mpich-devel-4.9.3-2.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
netcdf-openmpi-4.9.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
netcdf-openmpi-devel-4.9.3-2.fc44.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
netcdf-cxx4 (maintained by: @scitech_sig, orion)
netcdf-cxx4-mpich-devel-4.3.1-22.fc44.i686 requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-cxx4-mpich-devel-4.3.1-22.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-cxx4-openmpi-devel-4.3.1-22.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-fortran (maintained by: @scitech_sig, orion)
netcdf-fortran-mpich-devel-4.6.2-3.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
netcdf-fortran-openmpi-devel-4.6.2-3.fc44.x86_64 requires libcurl-devel = 8.19.0~rc2-1.fc45
netopeer2 (maintained by: jruzicka, mruprich)
netopeer2-2.4.5-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
netopeer2-server-2.4.5-4.fc44.x86_64 requires libcurl.so.4()(64bit)
netsurf (maintained by: lkundrak)
netsurf-3.11-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
netsurf-3.11-3.fc44.x86_64 requires libcurl.so.4()(64bit)
netsurf-fb-3.11-3.fc44.x86_64 requires libcurl.so.4()(64bit)
newsboat (maintained by: jstanek)
newsboat-2.41-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
newsboat-2.41-3.fc44.x86_64 requires libcurl.so.4()(64bit)
nix (maintained by: petersen)
nix-2.31.3-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
nix-devel-2.31.3-1.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
nix-devel-2.31.3-1.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
nix-libs-2.31.3-1.fc44.i686 requires libcurl.so.4
nix-libs-2.31.3-1.fc44.x86_64 requires libcurl.so.4()(64bit)
nmh (maintained by: levined)
nmh-1.8-10.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
nmh-1.8-10.fc44.x86_64 requires libcurl.so.4()(64bit)
obs-studio (maintained by: @multimedia-sig, dherrera, hoshinolina, jgrulich, marcdeop, mroche, ngompa, rathann)
obs-studio-32.0.4-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
obs-studio-32.0.4-3.fc44.x86_64 requires libcurl.so.4()(64bit)
obs-studio-libs-32.0.4-3.fc44.i686 requires libcurl.so.4
obs-studio-libs-32.0.4-3.fc44.x86_64 requires libcurl.so.4()(64bit)
ocaml-curl (maintained by: dchen, rjones)
ocaml-curl-0.10.0-5.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
ocaml-curl-0.10.0-5.fc45.x86_64 requires libcurl.so.4()(64bit)
ocaml-curl-devel-0.10.0-5.fc45.x86_64 requires libcurl-devel(x86-64) = 8.19.0~rc2-1.fc45
octave (maintained by: @scitech_sig, alexlan, ferdnyc, orion, trix)
octave-6:10.3.0-6.fc44.i686 requires libcurl.so.4
octave-6:10.3.0-6.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
octave-6:10.3.0-6.fc44.x86_64 requires libcurl.so.4()(64bit)
oidc-agent (maintained by: ellert)
oidc-agent-5.3.4-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
oidc-agent-cli-5.3.4-2.fc44.x86_64 requires libcurl.so.4()(64bit)
onedrive (maintained by: zsun)
onedrive-2.5.10-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
onedrive-2.5.10-1.fc44.x86_64 requires libcurl.so.4()(64bit)
open-vm-tools (maintained by: jwolfe, mrezanin, ngompa, rjones, slaanesh)
open-vm-tools-salt-minion-13.0.10-2.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
openlierox (maintained by: jwrdegoede)
openlierox-1:0.58-0.39.rc5.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
openlierox-1:0.58-0.39.rc5.fc45.x86_64 requires libcurl.so.4()(64bit)
openmw (maintained by: chapien)
openmw-0.50.0-8.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
openqa (maintained by: adamwill)
openqa-5^20260126git19189f0-1.fc44.src requires curl = 8.19.0~rc2-1.fc45
openqa-bootstrap-5^20260126git19189f0-1.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
openqa-client-5^20260126git19189f0-1.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
openqa-devel-5^20260126git19189f0-1.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
openqa-munin-5^20260126git19189f0-1.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
openscap (maintained by: evgenyz, jcerny, mmarhefk, rebus, vpolasek)
openscap-1:1.4.3-2.fc44.i686 requires libcurl.so.4
openscap-1:1.4.3-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
openscap-1:1.4.3-2.fc44.x86_64 requires libcurl.so.4()(64bit)
openscap-scanner-1:1.4.3-2.fc44.x86_64 requires libcurl = 8.19.0~rc2-1.fc45
opensips (maintained by: peter)
opensips-3.6.4-2.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
opensips-db_http-3.6.4-2.fc45.x86_64 requires libcurl.so.4()(64bit)
opensips-emergency-3.6.4-2.fc45.x86_64 requires libcurl.so.4()(64bit)
opensips-rest_client-3.6.4-2.fc45.x86_64 requires libcurl.so.4()(64bit)
opensips-xcap_client-3.6.4-2.fc45.x86_64 requires libcurl.so.4()(64bit)
openttd (maintained by: heffer)
openttd-15.2-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
openttd-15.2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
osbuild (maintained by: @go-sig, @osbuild-sig, akoutsou, obudai, ochosi, supakeen)
osbuild-174-1.fc45.x86_64 requires curl = 8.19.0~rc2-1.fc45
osgearth (maintained by: smani)
osgearth-3.7.2-5.fc44.i686 requires libcurl.so.4
osgearth-3.7.2-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
osgearth-3.7.2-5.fc44.x86_64 requires libcurl.so.4()(64bit)
osslsigncode (maintained by: atim, dcavalca)
osslsigncode-2.13-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
ostree (maintained by: @coreos-sig, dustymabe, jlebon, jmarrero, runcom, siosm, walters)
ostree-2025.7-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
ostree-devel-2025.7-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
ostree-devel-2025.7-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
ostree-libs-2025.7-2.fc44.i686 requires libcurl.so.4
ostree-libs-2025.7-2.fc44.x86_64 requires libcurl.so.4()(64bit)
pacrunner (maintained by: lkundrak)
pacrunner-0.16-16.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
pacrunner-0.16-16.fc44.x86_64 requires libcurl.so.4()(64bit)
pam_2fa (maintained by: orion)
pam_2fa-1.0-19.fc44.i686 requires libcurl.so.4
pam_2fa-1.0-19.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
pam_2fa-1.0-19.fc44.x86_64 requires libcurl.so.4()(64bit)
pam_url (maintained by: ertzing)
pam_url-1:0.3.3-28.20200410git58e33bf.fc44.i686 requires libcurl.so.4
pam_url-1:0.3.3-28.20200410git58e33bf.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
pam_url-1:0.3.3-28.20200410git58e33bf.fc44.x86_64 requires libcurl.so.4()(64bit)
pdns (maintained by: mstevens)
pdns-5.0.2-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
pdns-5.0.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
pdns-tools-5.0.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
pdns-recursor (maintained by: jonathanspw, tjikkun)
pdns-recursor-5.2.0-3.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
pdns-recursor-5.2.0-3.fc43.x86_64 requires libcurl.so.4()(64bit)
perl-HTTP-Tinyish (maintained by: eseyman, jplesnik, ppisar)
perl-HTTP-Tinyish-Curl-0.19-6.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
perl-WWW-Curl (maintained by: eseyman, jplesnik, mspacek, ppisar)
perl-WWW-Curl-4.17-45.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
perl-WWW-Curl-4.17-45.fc44.x86_64 requires libcurl.so.4()(64bit)
perlbrew (maintained by: iarnell, jplesnik)
perlbrew-1.01-4.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
phd2 (maintained by: @astro-sig, mattia)
phd2-2.6.14-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
phd2-2.6.14-3.fc44.x86_64 requires libcurl.so.4()(64bit)
php (maintained by: jorton, remi)
php-8.5.3-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
php-common-8.5.3-1.fc45.x86_64 requires libcurl.so.4()(64bit)
php-pecl-http (maintained by: remi)
php-pecl-http-4.3.1-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
php-pecl-http-4.3.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
php-pecl-oauth (maintained by: fkooman, remi, tjikkun)
php-pecl-oauth-2.0.10-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
php-pecl-oauth-2.0.10-2.fc44.x86_64 requires libcurl.so.4()(64bit)
pianobar (maintained by: @multimedia-sig, dcavalca, hobbes1069)
pianobar-2024.12.21-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
pianobar-2024.12.21-4.fc44.x86_64 requires libcurl.so.4()(64bit)
pianobar-libs-2024.12.21-4.fc44.i686 requires libcurl.so.4
pianobar-libs-2024.12.21-4.fc44.x86_64 requires libcurl.so.4()(64bit)
pioneer (maintained by: sagitter)
pioneer-20260203-1.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
playonlinux (maintained by: robert)
playonlinux-4.4-18.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
polybar (maintained by: orphan)
polybar-3.7.2-5.fc43.src requires pkgconfig(libcurl) = 8.19.0-rc2
polybar-3.7.2-5.fc43.x86_64 requires libcurl.so.4()(64bit)
poppler (maintained by: @gnome-sig, alexl, feborges, jnovy, mkasik, rhughes, rstrode)
poppler-26.01.0-2.fc44.i686 requires libcurl.so.4
poppler-26.01.0-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
poppler-26.01.0-2.fc44.x86_64 requires libcurl.so.4()(64bit)
poppler-devel-26.01.0-2.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
poppler-devel-26.01.0-2.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
powdertoy (maintained by: suve)
powdertoy-99.3.384-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
powdertoy-99.3.384-5.fc44.x86_64 requires libcurl.so.4()(64bit)
pragha (maintained by: nonamedotc)
pragha-1.3.3-34.fc44.x86_64 requires libcurl.so.4()(64bit)
profanity (maintained by: fed500)
profanity-0.15.1-2.fc44.i686 requires libcurl.so.4
profanity-0.15.1-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
profanity-0.15.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
profanity-libs-0.15.1-2.fc44.i686 requires libcurl.so.4
profanity-libs-0.15.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
proj (maintained by: devrim, neteler, smani, tdawson)
proj-9.7.1-3.fc44.i686 requires libcurl.so.4
proj-9.7.1-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
proj-9.7.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
proj-devel-9.7.1-3.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
proj-devel-9.7.1-3.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
proxysql (maintained by: ignatenkobrain, praiskup)
proxysql-3.0.2-6.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
proxysql-3.0.2-6.fc44.x86_64 requires libcurl.so.4()(64bit)
prusa-slicer (maintained by: adelton, churchyard, jstanek, rineau, spot, tibbs)
prusa-slicer-2.9.4-2.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
prusa-slicer-2.9.4-2.fc44.x86_64 requires libcurl.so.4()(64bit)
public-inbox (maintained by: @epel-packagers-sig, dcavalca, salimma)
public-inbox-2.0.0~20230714git590023f-6.fc43.src requires curl = 8.19.0~rc2-1.fc45
python-pycurl (maintained by: jamacku, jmigacz, kdudka, msekleta, svashisht)
python-pycurl-7.45.7-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45, libcurl-full = 8.19.0~rc2-1.fc45
python3-pycurl-7.45.7-2.fc44.x86_64 requires libcurl(x86-64) = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
qemu (maintained by: @virtmaint-sig, berrange, bonzini, crobinso, mcascella, rjones)
qemu-2:10.2.0-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
qemu-block-curl-2:10.2.0-8.fc44.x86_64 requires libcurl.so.4()(64bit)
qemu-tools-2:10.2.0-8.fc44.x86_64 requires libcurl.so.4()(64bit)
qmmp (maintained by: kvolny)
qmmp-2.3.1-2.fc44.i686 requires libcurl.so.4
qmmp-2.3.1-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
qmmp-2.3.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
quake2 (maintained by: kalev)
quake2-8.60-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
quake3 (maintained by: laxathom)
quake3-1.36-50.svn2102.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
quickemu (maintained by: alexhaydock)
quickemu-4.9.9-1.fc45.noarch requires curl = 8.19.0~rc2-1.fc45
radiotray-ng (maintained by: vascom)
radiotray-ng-0.2.9-6.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
radiotray-ng-0.2.9-6.fc44.x86_64 requires libcurl.so.4()(64bit)
raptor2 (maintained by: @kde-sig, marcdeop)
raptor2-2.0.15-50.fc44.i686 requires libcurl.so.4
raptor2-2.0.15-50.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
raptor2-2.0.15-50.fc44.x86_64 requires libcurl.so.4()(64bit)
rauc (maintained by: bax)
rauc-1.15.1-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
redland (maintained by: @libreoffice-sig, than, topazus)
redland-1.0.17-41.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
remmina (maintained by: jonathanspw, thebeanogamer)
remmina-1.4.42-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
remmina-1.4.42-1.fc45.x86_64 requires libcurl.so.4()(64bit)
fedora-upgrade (maintained by: msuchy)
remove-retired-packages-42.3-2.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
rng-tools (maintained by: vladis)
rng-tools-6.17-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
rng-tools-6.17-8.fc44.x86_64 requires libcurl.so.4()(64bit)
rpi-imager (maintained by: topazus)
rpi-imager-2.0.6-1.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
rpi-imager-2.0.6-1.fc44.x86_64 requires libcurl.so.4()(64bit)
rpm (maintained by: ffesti, ignatenkobrain, mdomonko, mjw, pmatilai)
rpm-6.0.1-5.fc45.x86_64 requires curl = 8.19.0~rc2-1.fc45
rpm-ostree (maintained by: @coreos-sig, dustymabe, jlebon, jmarrero, lucab, runcom, siosm, walters)
rpm-ostree-2026.1-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
rpmdevtools (maintained by: decathorpe, kevin, ngompa, twoerner)
rpmdevtools-9.6-14.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
rsyslog (maintained by: alakatos, lkundrak, rsroka, zfridric)
rsyslog-8.2510.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
rsyslog-8.2510.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
rsyslog-elasticsearch-8.2510.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
rsyslog-mmkubernetes-8.2510.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
rubygem-curb (maintained by: @ruby-packagers-sig, stevetraylen, vondruch)
rubygem-curb-1.0.5-11.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
rubygem-curb-1.0.5-11.fc44.x86_64 requires libcurl.so.4()(64bit)
rubygem-ethon (maintained by: @ruby-packagers-sig, vondruch)
rubygem-ethon-0.18.0-1.fc45.noarch requires libcurl.so.4, libcurl.so.4()(64bit)
rubygem-ethon-0.18.0-1.fc45.src requires libcurl.so.4, libcurl.so.4()(64bit)
rust-curl-sys (maintained by: @rust-sig, decathorpe)
rust-curl-sys-0.4.84-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
rust-curl-sys-devel-0.4.84-2.fc44.noarch requires pkgconfig(libcurl) = 8.19.0-rc2
rustup (maintained by: @rust-sig, decathorpe)
rustup-1.28.2-8.fc45.x86_64 requires libcurl.so.4()(64bit)
s390utils (maintained by: sharkcz)
s390utils-2:2.40.0-4.fc45.x86_64 requires libcurl.so.4()(64bit)
s3fs-fuse (maintained by: juliogonzalez)
s3fs-fuse-1.97-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
s3fs-fuse-1.97-1.fc45.x86_64 requires libcurl.so.4()(64bit)
sasl-xoauth2 (maintained by: jjelen)
sasl-xoauth2-0.27-2.fc44.i686 requires libcurl.so.4
sasl-xoauth2-0.27-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
sasl-xoauth2-0.27-2.fc44.x86_64 requires libcurl.so.4()(64bit)
sblim-sfcb (maintained by: vcrhonek)
sblim-sfcb-1.4.9-39.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
sblim-sfcb-1.4.9-39.fc44.x86_64 requires libcurl.so.4()(64bit)
sblim-sfcc (maintained by: vcrhonek)
sblim-sfcc-2.2.8-30.fc44.i686 requires libcurl.so.4
sblim-sfcc-2.2.8-30.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
sblim-sfcc-2.2.8-30.fc44.x86_64 requires libcurl.so.4()(64bit)
sblim-wbemcli (maintained by: vcrhonek)
sblim-wbemcli-1.6.3-31.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
sblim-wbemcli-1.6.3-31.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
scamp (maintained by: @astro-sig, sergiopr)
scamp-2.14.0-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
scamp-2.14.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
scitokens-cpp (maintained by: djw8605)
scitokens-cpp-1.4.0-3.fc45.i686 requires libcurl.so.4
scitokens-cpp-1.4.0-3.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
scitokens-cpp-1.4.0-3.fc45.x86_64 requires libcurl.so.4()(64bit)
scummvm (maintained by: chkr)
scummvm-2.9.1-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
scummvm-2.9.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
seadrive-daemon (maintained by: alebastr, jujens)
seadrive-daemon-3.0.18-2.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
seadrive-daemon-3.0.18-2.fc44.x86_64 requires libcurl.so.4()(64bit)
seafile (maintained by: alebastr, jujens)
seafile-9.0.16-1.fc45.i686 requires libcurl.so.4
seafile-9.0.16-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
seafile-9.0.16-1.fc45.x86_64 requires libcurl.so.4()(64bit)
siril (maintained by: @astro-sig, lkundrak, mattia)
siril-1.4.2-1.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
siril-1.4.2-1.fc45.x86_64 requires libcurl.so.4()(64bit)
slurm (maintained by: @epel-packagers-sig, neil, salimma)
slurm-24.05.2-6.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
slurm-24.05.2-6.fc44.x86_64 requires libcurl.so.4()(64bit)
snownews (maintained by: astra)
snownews-1.9-12.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
snownews-1.9-12.fc44.x86_64 requires libcurl.so.4()(64bit)
rust-snphost (maintained by: @rust-sig, tfanelli)
snphost-0.6.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
spacebar (maintained by: @kde-sig, thunderbirdtr)
spacebar-1:6.6.1-1.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
spacebar-1:6.6.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
spatialite-gui (maintained by: smani)
spatialite-gui-2.1.0-0.23.beta1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
spatialite-gui-2.1.0-0.23.beta1.fc44.x86_64 requires libcurl.so.4()(64bit)
speed-dreams (maintained by: martinkg)
speed-dreams-1:2.4.2-4.fc44.i686 requires libcurl.so.4
speed-dreams-1:2.4.2-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
speed-dreams-1:2.4.2-4.fc44.x86_64 requires libcurl.so.4()(64bit)
springlobby (maintained by: atim)
springlobby-0.274-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
springlobby-0.274-8.fc44.x86_64 requires libcurl.so.4()(64bit)
sssd (maintained by: @sssd-maintainers, abbra, asn, atikhonov, lslebodn, nalin, pbrezina, sbose, sgallagh, simo)
sssd-2.12.0-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
sssd-idp-2.12.0-3.fc44.x86_64 requires libcurl.so.4()(64bit)
staden-io_lib (maintained by: c4chris)
staden-io_lib-1.14.8-7.fc44.i686 requires libcurl.so.4
staden-io_lib-1.14.8-7.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
staden-io_lib-1.14.8-7.fc44.x86_64 requires libcurl.so.4()(64bit)
stgit (maintained by: @rust-sig, fmaurer)
stgit-2.5.5-4.fc44.x86_64 requires libcurl.so.4()(64bit)
strongswan (maintained by: carlosrodrifernandez, dcavalca, pemensik, pwouters, salimma)
strongswan-6.0.2-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
strongswan-6.0.2-5.fc44.x86_64 requires libcurl.so.4()(64bit)
supercollider (maintained by: tdecacqu)
supercollider-3.13.0-3.fc43.src requires libcurl-devel = 8.19.0~rc2-1.fc45
supertux (maintained by: amigadave, steve)
supertux-0.6.3-18.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
supertux-0.6.3-18.fc44.x86_64 requires libcurl.so.4()(64bit)
supertuxkart (maintained by: ignatenkobrain, limb, rmattes)
supertuxkart-1.5-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
supertuxkart-1.5-2.fc44.x86_64 requires libcurl.so.4()(64bit)
surf (maintained by: ngompa)
surf-2.1-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
svxlink (maintained by: cottsay)
svxlink-2:24.02-7.fc43.src requires libcurl-devel = 8.19.0~rc2-1.fc45
svxlink-server-1:1.8.0-7.fc43.x86_64 requires libcurl.so.4()(64bit)
swift-lang (maintained by: dcavalca, linkdupont, salimma)
swift-lang-6.2-8.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
swift-lang-6.2-8.fc44.x86_64 requires libcurl.so.4()(64bit)
sword (maintained by: arraybolt3, cicku, jkastner)
sword-1:1.9.0-38.fc44.i686 requires libcurl.so.4
sword-1:1.9.0-38.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
sword-1:1.9.0-38.fc44.x86_64 requires libcurl.so.4()(64bit)
sword-devel-1:1.9.0-38.fc44.i686 requires curl-devel = 8.19.0~rc2-1.fc45
sword-devel-1:1.9.0-38.fc44.x86_64 requires curl-devel = 8.19.0~rc2-1.fc45
syncevolution (maintained by: mcrha)
syncevolution-1:2.0.0-18.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
syncevolution-libs-1:2.0.0-18.fc44.i686 requires libcurl.so.4
syncevolution-libs-1:2.0.0-18.fc44.x86_64 requires libcurl.so.4()(64bit)
syslog-ng (maintained by: czanik, mrunge)
syslog-ng-4.10.2-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
syslog-ng-http-4.10.2-3.fc44.x86_64 requires libcurl.so.4()(64bit)
systemd (maintained by: daandemeyer, harald, jsynacek, lennart, lnykryn, michich, msekleta, yuwata, zbyszek)
systemd-259.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
systemd-container-259.1-1.fc45.i686 requires libcurl.so.4
systemd-container-259.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
systemd-journal-remote-259.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
tang (maintained by: rsroka, sarroutb, scorreia)
tang-15-11.fc44.src requires curl = 8.19.0~rc2-1.fc45
tarantool (maintained by: aekoroglu)
tarantool-2.4.2.68-20.fc42.i686 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4
tarantool-2.4.2.68-20.fc42.src requires libcurl-devel = 8.19.0~rc2-1.fc45
tarantool-2.4.2.68-20.fc42.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
tesseract (maintained by: @epel-packagers-sig, smani)
tesseract-5.5.2-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
tesseract-5.5.2-1.fc44.x86_64 requires libcurl.so.4()(64bit)
tesseract-libs-5.5.2-1.fc44.i686 requires libcurl.so.4
tesseract-libs-5.5.2-1.fc44.x86_64 requires libcurl.so.4()(64bit)
tgbot-cpp (maintained by: alexfails)
tgbot-cpp-1.6-7.fc43.i686 requires libcurl.so.4
tgbot-cpp-1.6-7.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
tgbot-cpp-1.6-7.fc43.x86_64 requires libcurl.so.4()(64bit)
the_foundation (maintained by: salimma)
the_foundation-1.10.1-3.fc44.i686 requires libcurl.so.4
the_foundation-1.10.1-3.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
the_foundation-1.10.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
thunderbird (maintained by: alexl, erack, kalev, rhughes, rstrode, stransky, ueno, xhorak)
thunderbird-147.0-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
tlog (maintained by: jstephen)
tlog-14-7.fc44.i686 requires libcurl.so.4
tlog-14-7.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
tlog-14-7.fc44.x86_64 requires libcurl.so.4()(64bit)
tpm2-tools (maintained by: dcavalca, javierm, pbrobinson, salimma)
tpm2-tools-5.7-5.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
tpm2-tools-5.7-5.fc44.x86_64 requires libcurl.so.4()(64bit)
tpm2-tss (maintained by: dcavalca, javierm, pbrobinson, salimma)
tpm2-tss-4.1.3-9.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
tpm2-tss-devel-4.1.3-9.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
tpm2-tss-devel-4.1.3-9.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
tpm2-tss-fapi-4.1.3-9.fc44.i686 requires libcurl.so.4
tpm2-tss-fapi-4.1.3-9.fc44.x86_64 requires libcurl.so.4()(64bit)
trafficserver (maintained by: jered)
trafficserver-10.1.1-2.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
translate-shell (maintained by: vascom)
translate-shell-0.9.7.1-8.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
transmission (maintained by: limb)
transmission-4.1.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
transmission-cli-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
transmission-common-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
transmission-daemon-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
transmission-gtk-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
transmission-qt-4.1.1-1.fc45.x86_64 requires libcurl.so.4()(64bit)
tremulous (maintained by: limb)
tremulous-1.2.0-0.40.beta1.fc43.src requires libcurl-devel = 8.19.0~rc2-1.fc45
trojan (maintained by: yanqiyu)
trojan-1.16.0-30.fc44.src requires curl = 8.19.0~rc2-1.fc45
trurl (maintained by: xfgusta)
trurl-0.16.1-5.fc45.src requires pkgconfig(libcurl) = 8.19.0-rc2
trurl-0.16.1-5.fc45.x86_64 requires libcurl.so.4()(64bit)
trustedqsl (maintained by: hobbes1069)
trustedqsl-2.8.4-1.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
trustedqsl-2.8.4-1.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
twa (maintained by: suve)
twa-1.11.0-5.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
uacme (maintained by: fed500)
uacme-1.7.5-5.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
uacme-1.7.5-5.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45, libcurl.so.4()(64bit)
uget (maintained by: mtasaka)
uget-2.2.3-16.respin1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
uget-2.2.3-16.respin1.fc44.x86_64 requires libcurl.so.4()(64bit)
uim (maintained by: tagoh)
uim-1.9.6-3.fc44.i686 requires libcurl.so.4
uim-1.9.6-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
uim-1.9.6-3.fc44.x86_64 requires libcurl.so.4()(64bit)
unrealircd (maintained by: robert)
unrealircd-6.1.10-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
unrealircd-6.1.10-3.fc44.x86_64 requires libcurl.so.4()(64bit)
uwsgi (maintained by: @python-packagers-sig, ertzing)
uwsgi-2.0.31-6.fc44.src requires curl = 8.19.0~rc2-1.fc45, libcurl-devel = 8.19.0~rc2-1.fc45
uwsgi-alarm-curl-2.0.31-6.fc44.x86_64 requires libcurl.so.4()(64bit)
uwsgi-plugin-airbrake-2.0.31-6.fc44.x86_64 requires libcurl.so.4()(64bit)
uwsgi-plugin-curl-cron-2.0.31-6.fc44.x86_64 requires libcurl.so.4()(64bit)
vagrant (maintained by: @ruby-packagers-sig, humaton, jackorp, pvalena, vondruch)
vagrant-2.3.4-10.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
vcpkg (maintained by: swt2c)
vcpkg-2025.12.16-2.fc44.x86_64 requires curl(x86-64) = 8.19.0~rc2-1.fc45
vdr-epg-daemon (maintained by: martinkg)
vdr-epg-daemon-1.3.29-11.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-epg-daemon-1.3.29-11.fc45.x86_64 requires libcurl.so.4()(64bit)
vdr-epg2vdr (maintained by: martinkg)
vdr-epg2vdr-1.2.17-11.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-iptv (maintained by: martinkg)
vdr-iptv-2.4.0-41.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-iptv-2.4.0-41.fc45.x86_64 requires libcurl.so.4()(64bit)
vdr-scraper2vdr (maintained by: martinkg)
vdr-scraper2vdr-1.1.3-18.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-tvscraper (maintained by: martinkg)
vdr-tvscraper-1.2.15-4.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdr-tvscraper-1.2.15-4.fc45.x86_64 requires libcurl.so.4()(64bit)
vdrift (maintained by: limb, rmattes)
vdrift-20141020-35.git5ae309f.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vdrift-20141020-35.git5ae309f.fc44.x86_64 requires libcurl.so.4()(64bit)
vfrnav (maintained by: sailer)
vfrnav-20230429-32.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vfrnav-20230429-32.fc45.x86_64 requires libcurl.so.4()(64bit)
viking (maintained by: goeran)
viking-1.11-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
viking-1.11-4.fc44.x86_64 requires libcurl.so.4()(64bit)
vim-syntastic (maintained by: mhjacks)
vim-syntastic-html-3.10.0-29.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
virt-v2v (maintained by: rjones)
virt-v2v-1:2.11.2-1.fc45.x86_64 requires curl = 8.19.0~rc2-1.fc45
vorbis-tools (maintained by: ajax, alexl, jnovy, jwrdegoede, kdudka, lzaoral, rhughes, rstrode, svashisht)
vorbis-tools-1:1.4.3-4.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
vorbis-tools-1:1.4.3-4.fc44.x86_64 requires libcurl.so.4()(64bit)
warmux (maintained by: bruno)
warmux-11.04.1-43.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
warmux-11.04.1-43.fc44.x86_64 requires libcurl.so.4()(64bit)
warsow (maintained by: limb)
warsow-2.1.2-19.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
warzone2100 (maintained by: limb)
warzone2100-4.6.3-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
warzone2100-4.6.3-1.fc44.x86_64 requires libcurl.so.4()(64bit)
wcurl (maintained by: man2dev)
wcurl-2026.01.05-2.fc44.noarch requires curl = 8.19.0~rc2-1.fc45
wcurl-2026.01.05-2.fc44.src requires curl = 8.19.0~rc2-1.fc45
weechat (maintained by: luk1337, salimma, stingray)
weechat-4.8.1-3.fc44.i686 requires libcurl.so.4
weechat-4.8.1-3.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
weechat-4.8.1-3.fc44.x86_64 requires libcurl.so.4()(64bit)
wesnoth (maintained by: bruno, limb)
wesnoth-1.19.20-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wesnoth-1.19.20-1.fc44.x86_64 requires libcurl.so.4()(64bit)
widelands (maintained by: hanecak, jwrdegoede, nphilipp)
widelands-1.3.1-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wmweather+ (maintained by: sham1)
wmweather+-2.18^20211125gitbe2f4b30-11.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wmweather+-2.18^20211125gitbe2f4b30-11.fc44.x86_64 requires libcurl.so.4()(64bit)
wsmancli (maintained by: vcrhonek)
wsmancli-2.8.0-3.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
wsmancli-2.8.0-3.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
wxGTK (maintained by: mystro256, swt2c)
wxBase-3.2.9-2.fc44.i686 requires libcurl.so.4
wxBase-3.2.9-2.fc44.x86_64 requires libcurl.so.4()(64bit)
wxGTK-3.2.9-2.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wxmedit (maintained by: topazus)
wxmedit-3.2-7.20251010git18d14b1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
wxmedit-3.2-7.20251010git18d14b1.fc44.x86_64 requires libcurl.so.4()(64bit)
xastir (maintained by: neil)
xastir-1:2.2.0-6.fc42.src requires curl-devel = 8.19.0~rc2-1.fc45
xastir-1:2.2.0-6.fc42.x86_64 requires libcurl.so.4()(64bit)
xephem (maintained by: @astro-sig, mattia)
xephem-4.2.0-7.fc44.x86_64 requires curl = 8.19.0~rc2-1.fc45
xine-ui (maintained by: xavierb)
xine-ui-0.99.14-15.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
xine-ui-0.99.14-15.fc44.x86_64 requires libcurl.so.4()(64bit)
xmlrpc-c (maintained by: jonathanspw)
xmlrpc-c-1.60.04-5.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
xmlrpc-c-client-1.60.04-5.fc44.i686 requires libcurl.so.4
xmlrpc-c-client-1.60.04-5.fc44.x86_64 requires libcurl.so.4()(64bit)
xmms2 (maintained by: spot)
xmms2-0.9.6-2.fc45.i686 requires libcurl.so.4
xmms2-0.9.6-2.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
xmms2-0.9.6-2.fc45.x86_64 requires libcurl.so.4()(64bit)
xmoto (maintained by: hedayat, limb)
xmoto-0.6.3-3.fc43.src requires curl-devel = 8.19.0~rc2-1.fc45
xmoto-0.6.3-3.fc43.x86_64 requires libcurl.so.4()(64bit)
xrootd (maintained by: ellert)
xrootd-1:5.9.1-2.fc44.src requires curl = 8.19.0~rc2-1.fc45, libcurl-devel = 8.19.0~rc2-1.fc45
xrootd-server-libs-1:5.9.1-2.fc44.i686 requires libcurl.so.4
xrootd-server-libs-1:5.9.1-2.fc44.x86_64 requires libcurl.so.4()(64bit)
xrootd-s3-http (maintained by: ellert)
xrootd-s3-http-0.6.4-1.fc45.i686 requires libcurl.so.4
xrootd-s3-http-0.6.4-1.fc45.src requires curl = 8.19.0~rc2-1.fc45, curl-devel = 8.19.0~rc2-1.fc45
xrootd-s3-http-0.6.4-1.fc45.x86_64 requires libcurl.so.4()(64bit)
ykclient (maintained by: nb, orion, wzzrd)
ykclient-2.15-23.fc44.i686 requires libcurl.so.4
ykclient-2.15-23.fc44.src requires curl-devel = 8.19.0~rc2-1.fc45
ykclient-2.15-23.fc44.x86_64 requires libcurl.so.4()(64bit)
yubihsm-shell (maintained by: jjelen)
yubihsm-shell-2.7.1-1.fc44.i686 requires libcurl.so.4
yubihsm-shell-2.7.1-1.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
yubihsm-shell-2.7.1-1.fc44.x86_64 requires libcurl.so.4()(64bit)
yubihsm-shell-devel-2.7.1-1.fc44.i686 requires pkgconfig(libcurl) = 8.19.0-rc2
yubihsm-shell-devel-2.7.1-1.fc44.x86_64 requires pkgconfig(libcurl) = 8.19.0-rc2
zabbix (maintained by: limb, orion)
zabbix-1:7.4.7-1.fc45.src requires curl-devel = 8.19.0~rc2-1.fc45
zabbix-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-agent-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-proxy-mysql-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-proxy-pgsql-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-proxy-sqlite3-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-server-mysql-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zabbix-server-pgsql-1:7.4.7-1.fc45.x86_64 requires libcurl.so.4()(64bit)
zchunk (maintained by: jdieter)
zchunk-1.5.1-4.fc44.src requires pkgconfig(libcurl) = 8.19.0-rc2
zchunk-1.5.1-4.fc44.x86_64 requires libcurl.so.4()(64bit)
znc-push (maintained by: luk1337)
znc-push-2.0.0-14.20251024gite4250e6.fc44.src requires libcurl-devel = 8.19.0~rc2-1.fc45
znc-push-2.0.0-14.20251024gite4250e6.fc44.x86_64 requires libcurl.so.4()(64bit)
zpaqfranz (maintained by: ppisar)
zpaqfranz-1:64.5-1.fc45.src requires libcurl-devel = 8.19.0~rc2-1.fc45
Too many dependencies for python-ldap3, not all listed here
Depending on: python-simpleaudio (1), status change: 2026-02-16 (1 weeks ago)
spectrographic (maintained by: orphan)
spectrographic-0.9.3-23.fc44.noarch requires python3.14dist(simpleaudio) = 1.0.4
spectrographic-0.9.3-23.fc44.src requires python3-simpleaudio = 1.0.4-21.fc44
Depending on: python-wavio (1), status change: 2026-02-16 (1 weeks ago)
spectrographic (maintained by: orphan)
spectrographic-0.9.3-23.fc44.noarch requires python3.14dist(wavio) = 0.0.9
spectrographic-0.9.3-23.fc44.src requires python3-wavio = 0.0.9-8.fc44
Depending on: qwt (15), status change: 2026-02-18 (1 weeks ago)
COPASI (maintained by: @neuro-sig, sagitter)
COPASI-4.46.300-1.fc45.src requires libmml-qt5-devel = 2.4-27.20260127gitc77c438c.fc44, qwt-qt5-devel = 6.2.0-11.fc44
COPASI-gui-4.46.300-1.fc45.x86_64 requires libmml.so.2()(64bit), libqwt-qt5.so.6.2()(64bit)
copyq (maintained by: @kde-sig, gbcox)
copyq-13.0.0-5.fc44.src requires qwt-qt6-devel = 6.2.0-11.fc44
gnuradio (maintained by: jskarvad)
gnuradio-3.10.12.0-13.fc45.i686 requires libqwt-qt5.so.6.2
gnuradio-3.10.12.0-13.fc45.src requires qwt-qt5-devel = 6.2.0-11.fc44
gnuradio-3.10.12.0-13.fc45.x86_64 requires libqwt-qt5.so.6.2()(64bit)
libmml (maintained by: sagitter)
libmml-2.4-27.20260127gitc77c438c.fc44.src requires pkgconfig(Qt5Qwt6) = 6.2.0, pkgconfig(Qt6Qwt6) = 6.2.0
qgis (maintained by: bruno, jonathanspw, smani)
qgis-3.44.7-3.fc45.src requires qwt-qt5-devel = 6.2.0-11.fc44
qgis-3.44.7-3.fc45.x86_64 requires libqwt-qt5.so.6.2()(64bit)
qsstv (maintained by: hobbes1069)
qsstv-9.5.8-25.fc44.src requires qwt-qt5-devel = 6.2.0-11.fc44
qsstv-9.5.8-25.fc44.x86_64 requires libqwt-qt5.so.6.2()(64bit)
ykocli (maintained by: gbcox)
ykocli-1.4.0-4.fc44.noarch requires copyq = 13.0.0-5.fc44
gqrx (maintained by: daveo, jskarvad)
gqrx-2.17.7-6.fc45.src requires gnuradio-devel = 3.10.12.0-13.fc45, gr-osmosdr-devel = 0.2.5-25.fc44, pkgconfig(gnuradio-analog) = 3.10.12, pkgconfig(gnuradio-blocks) = 3.10.12, pkgconfig(gnuradio-digital) = 3.10.12, pkgconfig(gnuradio-fft) = 3.10.12, pkgconfig(gnuradio-filter) = 3.10.12, pkgconfig(gnuradio-runtime) = 3.10.12
gqrx-2.17.7-6.fc45.x86_64 requires libgnuradio-analog.so.3.10.12()(64bit), libgnuradio-blocks.so.3.10.12()(64bit), libgnuradio-digital.so.3.10.12()(64bit), libgnuradio-fft.so.3.10.12()(64bit), libgnuradio-filter.so.3.10.12()(64bit), libgnuradio-network.so.3.10.12()(64bit), libgnuradio-osmosdr.so.0.2.0()(64bit), libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-air-modes (maintained by: jskarvad)
gr-air-modes-0-0.123.20200807git9e2515a5.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-air-modes-0-0.123.20200807git9e2515a5.fc44.x86_64 requires libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-funcube (maintained by: jskarvad)
gr-funcube-3.10.0~rc3^20240726gitcbda6c6c-13.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-funcube-3.10.0~rc3^20240726gitcbda6c6c-13.fc44.x86_64 requires libgnuradio-audio.so.3.10.12()(64bit), libgnuradio-blocks.so.3.10.12()(64bit), libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-hpsdr (maintained by: jskarvad)
gr-hpsdr-3.0-41.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-hpsdr-3.0-41.fc44.x86_64 requires libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-iqbal (maintained by: jskarvad)
gr-iqbal-0.38.2-42.20210210gitfbee239a.fc44.i686 requires libgnuradio-pmt.so.3.10.12, libgnuradio-runtime.so.3.10.12
gr-iqbal-0.38.2-42.20210210gitfbee239a.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-iqbal-0.38.2-42.20210210gitfbee239a.fc44.x86_64 requires libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
gr-osmosdr (maintained by: cottsay, jskarvad)
gr-osmosdr-0.2.5-25.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45, gr-funcube-devel = 3.10.0~rc3^20240726gitcbda6c6c-13.fc44, gr-iqbal-devel = 0.38.2-42.20210210gitfbee239a.fc44
gr-osmosdr-0.2.5-25.fc44.x86_64 requires libgnuradio-blocks.so.3.10.12()(64bit), libgnuradio-funcube.so.3.10.0()(64bit), libgnuradio-iqbalance.so.3.9.0()(64bit), libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit), libgnuradio-uhd.so.3.10.12()(64bit)
gr-rds (maintained by: jskarvad, sharkcz)
gr-rds-3.10-29.20220804gitf3646d04.fc44.src requires gnuradio-devel = 3.10.12.0-13.fc45
gr-rds-3.10-29.20220804gitf3646d04.fc44.x86_64 requires gr-osmosdr = 0.2.5-25.fc44, libgnuradio-pmt.so.3.10.12()(64bit), libgnuradio-runtime.so.3.10.12()(64bit)
sdrangel (maintained by: jskarvad)
sdrangel-7.23.2-1.fc45.src requires gr-osmosdr-devel = 0.2.5-25.fc44
Depending on: rttr (1), status change: 2026-02-20 (0 weeks ago)
kdenlive (maintained by: @kde-sig, ngompa, thunderbirdtr)
kdenlive-25.12.2-2.fc45.src requires librttr-devel = 0.9.7-0.14git7edbd58.fc44
Depending on: rust-backoff (1), status change: 2026-02-13 (1 weeks ago)
gotify-desktop (maintained by: orphan)
gotify-desktop-1.3.7-7.fc44.src requires crate(backoff) = 0.4.0
Depending on: wireless-regdb (51), status change: 2026-02-13 (1 weeks ago)
NetworkManager (maintained by: alexl, bengal, ffmancera, ihuguet, jvaclav, lkundrak, rhughes, rstrode, thaller, till, vbenes)
NetworkManager-wifi-1:1.55.91-3.fc44.x86_64 requires wireless-regdb = 2025.10.07-2.fc44
NetworkManager-fortisslvpn (maintained by: bengal, lkundrak, pjgeorg, slaanesh, thaller)
NetworkManager-fortisslvpn-1.4.1-12.20231021gite201da5.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-fortisslvpn-1.4.1-12.20231021gite201da5.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-fortisslvpn-gnome-1.4.1-12.20231021gite201da5.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-iodine (maintained by: danfruehauf)
NetworkManager-iodine-1.2.0-27.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-iodine-1.2.0-27.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-iodine-gnome-1.2.0-27.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
NetworkManager-l2tp (maintained by: dkosovic)
NetworkManager-l2tp-1.52.0-3.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-l2tp-1.52.0-3.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_52_0)(64bit), libnm.so.0(libnm_1_56_0)(64bit)
NetworkManager-l2tp-gnome-1.52.0-3.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-libreswan (maintained by: bengal, ihuguet, lkundrak, thaller, vbenes)
NetworkManager-libreswan-1.2.30-3.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-libreswan-1.2.30-3.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-libreswan-gnome-1.2.30-3.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-openconnect (maintained by: dwmw2, lkundrak, nmav, tdawson, thaller)
NetworkManager-openconnect-1.2.10-11.fc44.src requires pkgconfig(libnm) = 1.55.91
NetworkManager-openconnect-1.2.10-11.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-openconnect-gnome-1.2.10-11.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-openvpn (maintained by: bengal, huzaifas, ihuguet, lkundrak, tdawson, thaller, till)
NetworkManager-openvpn-1:1.12.5-4.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-openvpn-1:1.12.5-4.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_56_0)(64bit)
NetworkManager-openvpn-gnome-1:1.12.5-4.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit)
NetworkManager-pptp (maintained by: bengal, lkundrak, tdawson, thaller)
NetworkManager-pptp-1:1.2.12-12.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-pptp-1:1.2.12-12.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-pptp-gnome-1:1.2.12-12.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-ssh (maintained by: danfruehauf, echevemaster)
NetworkManager-ssh-1.4.2-4.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-ssh-1.4.2-4.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-ssh-gnome-1.4.2-4.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
NetworkManager-sstp (maintained by: lkundrak, szpak)
NetworkManager-sstp-1:1.3.1-14.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
NetworkManager-sstp-1:1.3.1-14.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-sstp-gnome-1:1.3.1-14.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
NetworkManager-strongswan (maintained by: lkundrak, pemensik)
NetworkManager-strongswan-1.6.0-12.fc44.src requires pkgconfig(libnm) = 1.55.91
NetworkManager-strongswan-1.6.0-12.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
NetworkManager-strongswan-gnome-1.6.0-12.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-vpnc (maintained by: bengal, huzaifas, lkundrak, thaller)
NetworkManager-vpnc-1:1.4.0-6.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
NetworkManager-vpnc-gnome-1:1.4.0-6.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
anaconda (maintained by: bookwar, kkoukiou, m4rtink, rvykydal)
anaconda-core-44.21-1.fc45.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, NetworkManager-libnm = 1:1.55.91-3.fc44, NetworkManager-team = 1:1.55.91-3.fc44
anaconda-gui-44.21-1.fc45.x86_64 requires NetworkManager-wifi = 1:1.55.91-3.fc44
blueman (maintained by: suve)
blueman-1:2.4.6-6.fc44.src requires pkgconfig(libnm) = 1.55.91
blueman-1:2.4.6-6.fc44.x86_64 requires NetworkManager-libnm = 1:1.55.91-3.fc44
budgie-control-center (maintained by: joshstrobl)
budgie-control-center-2.1.0-1.fc44.src requires pkgconfig(libnm) = 1.55.91
budgie-control-center-2.1.0-1.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_24_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
calamares (maintained by: @asahi-sig, @kde-sig, mattia, ngompa)
calamares-3.3.14-5.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
cinnamon (maintained by: @epel-packagers-sig, leigh123linux)
cinnamon-6.6.7-1.fc45.src requires pkgconfig(libnm) = 1.55.91
cinnamon-6.6.7-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit)
cinnamon-control-center (maintained by: @epel-packagers-sig, leigh123linux)
cinnamon-control-center-6.6.0-3.fc44.src requires pkgconfig(libnm) = 1.55.91
cinnamon-control-center-6.6.0-3.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
claws-mail (maintained by: mschwendt, sharkcz)
claws-mail-4.3.1-7.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
cockpit (maintained by: jelly, kkoukiou, martinpitt, mmarusak)
cockpit-networkmanager-356-1.fc45.noarch requires NetworkManager = 1:1.55.91-3.fc44
console-login-helper-messages (maintained by: @coreos-sig, dustymabe, siosm)
console-login-helper-messages-issuegen-0.21.3-13.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44
cosmic-settings (maintained by: @cosmic-sig, @rust-sig, ryanabx)
cosmic-settings-1.0.6-1.fc45.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
dnssec-trigger (maintained by: pemensik, pwouters, thozza)
dnssec-trigger-0.17-41.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
dnssec-trigger-0.17-41.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, NetworkManager-libnm = 1:1.55.91-3.fc44
dracut (maintained by: jamacku, lnykryn, pvalena)
dracut-network-108-5.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
firewalld (maintained by: erig0, jpopelka, psutter, thaller, twoerner)
firewall-applet-2.4.0-2.fc44.noarch requires NetworkManager-libnm = 1:1.55.91-3.fc44
firewall-config-2.4.0-2.fc44.noarch requires NetworkManager-libnm = 1:1.55.91-3.fc44
gnome-control-center (maintained by: @gnome-sig, feborges)
gnome-control-center-50~beta-1.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-control-center-50~beta-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_14_0)(64bit), libnm.so.0(libnm_1_16_0)(64bit), libnm.so.0(libnm_1_24_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_40_0)(64bit), libnm.so.0(libnm_1_44_0)(64bit), libnm.so.0(libnm_1_52_0)(64bit)
gnome-initial-setup (maintained by: @gnome-sig, kalev, mclasen)
gnome-initial-setup-50~alpha-1.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-initial-setup-50~alpha-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
gnome-network-displays (maintained by: benzea, lorbus)
gnome-network-displays-0.97.0-3.fc44.src requires pkgconfig(libnm) = 1.55.91
gnome-network-displays-0.97.0-3.fc44.x86_64 requires NetworkManager-libnm = 1:1.55.91-3.fc44, NetworkManager-wifi = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_16_0)(64bit)
gnome-settings-daemon (maintained by: @gnome-sig, fmuellner, kalev, mclasen, mkasik, ofourdan)
gnome-settings-daemon-50~beta-1.fc45.i686 requires libnm.so.0, libnm.so.0(libnm_1_0_0)
gnome-settings-daemon-50~beta-1.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-settings-daemon-50~beta-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
gnome-shell (maintained by: @gnome-sig, fmuellner, jadahl, mcrha, otaylor, walters)
gnome-shell-50~beta-4.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-shell-50~beta-4.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit)
gnome-usage (maintained by: @gnome-sig, feborges)
gnome-usage-48.0-2.fc45.src requires pkgconfig(libnm) = 1.55.91
gnome-usage-48.0-2.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
kde-runtime (maintained by: @kde-sig, jgrulich, kkofler, than)
kde-runtime-17.08.3-36.fc44.src requires pkgconfig(libnm) = 1.55.91
kf5-kdelibs4support (maintained by: @kde-sig, farchord, jgrulich, than)
kf5-kdelibs4support-5.116.0-7.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
kf5-networkmanager-qt (maintained by: @kde-sig, farchord)
kf5-networkmanager-qt-5.116.0-5.fc44.src requires pkgconfig(libnm) = 1.55.91
kf5-networkmanager-qt-devel-5.116.0-5.fc44.i686 requires pkgconfig(libnm) = 1.55.91
kf5-networkmanager-qt-devel-5.116.0-5.fc44.x86_64 requires pkgconfig(libnm) = 1.55.91
kf6-networkmanager-qt (maintained by: @kde-sig, aleasto)
kf6-networkmanager-qt-6.23.0-1.fc45.src requires pkgconfig(libnm) = 1.55.91
kf6-networkmanager-qt-devel-6.23.0-1.fc45.i686 requires pkgconfig(libnm) = 1.55.91
kf6-networkmanager-qt-devel-6.23.0-1.fc45.x86_64 requires pkgconfig(libnm) = 1.55.91
kismet (maintained by: limb)
kismet-0.0.2025.09.R1-3.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
kismet-0.0.2025.09.R1-3.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
libnma (maintained by: bengal, ihuguet, lkundrak, thaller)
libnma-1.10.6-11.fc44.i686 requires libnm.so.0, libnm.so.0(libnm_1_0_0), libnm.so.0(libnm_1_2_0), libnm.so.0(libnm_1_6_0), libnm.so.0(libnm_1_8_0)
libnma-1.10.6-11.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
libnma-1.10.6-11.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit), libnm.so.0(libnm_1_8_0)(64bit)
libnma-devel-1.10.6-11.fc44.i686 requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44, pkgconfig(libnm) = 1.55.91
libnma-devel-1.10.6-11.fc44.x86_64 requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44, pkgconfig(libnm) = 1.55.91
libnma-gtk4-1.10.6-11.fc44.i686 requires libnm.so.0, libnm.so.0(libnm_1_0_0), libnm.so.0(libnm_1_2_0), libnm.so.0(libnm_1_6_0), libnm.so.0(libnm_1_8_0)
libnma-gtk4-1.10.6-11.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit), libnm.so.0(libnm_1_8_0)(64bit)
libnma-gtk4-devel-1.10.6-11.fc44.i686 requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44, pkgconfig(libnm) = 1.55.91
libnma-gtk4-devel-1.10.6-11.fc44.x86_64 requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44, pkgconfig(libnm) = 1.55.91
phosh (maintained by: @phosh-sig, davidsch, lihis, lkundrak, samcday)
libphosh-0.53.1-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_20_0)(64bit), libnm.so.0(libnm_1_24_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit), libnm.so.0(libnm_1_8_0)(64bit)
libphosh-devel-0.53.1-1.fc45.x86_64 requires pkgconfig(libnm) = 1.55.91
phosh-0.53.1-1.fc45.src requires pkgconfig(libnm) = 1.55.91
phosh-0.53.1-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_20_0)(64bit), libnm.so.0(libnm_1_24_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit), libnm.so.0(libnm_1_8_0)(64bit)
pidgin (maintained by: jskarvad, nosnilmot)
libpurple-2.14.14-3.fc44.i686 requires libnm.so.0
libpurple-2.14.14-3.fc44.x86_64 requires libnm.so.0()(64bit)
pidgin-2.14.14-3.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
localsearch (maintained by: @gnome-sig, nmontero)
localsearch-3.11~beta-1.fc45.src requires pkgconfig(libnm) = 1.55.91
modem-manager-gui (maintained by: suve)
modem-manager-gui-cm-NetworkManager-0.0.20-18.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
netplan (maintained by: dminer, jonathanspw, ngompa)
netplan-default-backend-NetworkManager-1.1.2-4.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44, NetworkManager-config-server = 1:1.55.91-3.fc44
network-manager-applet (maintained by: bengal, ihuguet, lkundrak, thaller)
network-manager-applet-1.36.0-7.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
network-manager-applet-1.36.0-7.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_12_0)(64bit), libnm.so.0(libnm_1_16_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit)
nm-connection-editor-1.36.0-7.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_16_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_40_0)(64bit), libnm.so.0(libnm_1_4_0)(64bit), libnm.so.0(libnm_1_6_0)(64bit)
plasma-nm (maintained by: @kde-sig, marcdeop)
plasma-nm-6.6.1-1.fc45.src requires pkgconfig(libnm) = 1.55.91
plasma-nm-6.6.1-1.fc45.x86_64 requires NetworkManager = 1:1.55.91-3.fc44, libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_20_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit), libnm.so.0(libnm_1_40_0)(64bit)
plasma-nm-openvpn-6.6.1-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
plasma-nm-vpnc-6.6.1-1.fc45.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
python-proton-vpn-network-manager (maintained by: fed500)
python-proton-vpn-network-manager-0.10.2-6.fc44.src requires NetworkManager = 1:1.55.91-3.fc44
redfish-finder (maintained by: theyoyojo)
redfish-finder-0.4-18.fc44.x86_64 requires NetworkManager = 1:1.55.91-3.fc44
shorewall (maintained by: mbaldessari)
shorewall-init-5.2.8-18.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44
strongswan (maintained by: carlosrodrifernandez, dcavalca, pemensik, pwouters, salimma)
strongswan-6.0.2-5.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
strongswan-charon-nm-6.0.2-5.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit), libnm.so.0(libnm_1_2_0)(64bit)
sugar (maintained by: aperezbios, chimosky)
sugar-0.121-10.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44
telepathy-mission-control (maintained by: chimosky)
telepathy-mission-control-1:5.16.5-15.fc44.i686 requires libnm.so.0, libnm.so.0(libnm_1_0_0)
telepathy-mission-control-1:5.16.5-15.fc44.src requires NetworkManager-libnm-devel = 1:1.55.91-3.fc44
telepathy-mission-control-1:5.16.5-15.fc44.x86_64 requires libnm.so.0()(64bit), libnm.so.0(libnm_1_0_0)(64bit)
tlp (maintained by: tripledes)
tlp-rdw-1.9.0-7.fc44.noarch requires NetworkManager = 1:1.55.91-3.fc44
Too many dependencies for wireless-regdb, not all listed here
Depending on: yasm (10), status change: 2026-02-20 (0 weeks ago)
mingw-wine-gecko (maintained by: mooninite)
mingw-wine-gecko-2.47.4-10.fc44.src requires wine-core = 11.0-3.fc44, wine-devel = 11.0-3.fc44, yasm = 1.3.0^20250625git121ab15-3.fc44
mingw32-wine-gecko-2.47.4-10.fc44.noarch requires wine-common = 11.0-3.fc44
mingw64-wine-gecko-2.47.4-10.fc44.noarch requires wine-common = 11.0-3.fc44
virtualbox-guest-additions (maintained by: alext, jwrdegoede)
virtualbox-guest-additions-7.2.6-1.fc45.src requires yasm = 1.3.0^20250625git121ab15-3.fc44
wine (maintained by: besser82, mooninite)
wine-11.0-3.fc44.i686 requires mingw32-wine-gecko = 2.47.4-10.fc44, wine-mono = 10.4.1-2.fc44
wine-11.0-3.fc44.x86_64 requires mingw32-wine-gecko = 2.47.4-10.fc44, mingw64-wine-gecko = 2.47.4-10.fc44, wine-mono = 10.4.1-2.fc44
playonlinux (maintained by: robert)
playonlinux-4.4-18.fc44.x86_64 requires wine = 11.0-3.fc44
q4wine (maintained by: krege)
q4wine-1.4.1-3.fc44.x86_64 requires wine-core = 11.0-3.fc44
wine-dxvk (maintained by: frantisekz)
wine-dxvk-2.7.1-6.fc44.src requires wine-devel = 11.0-3.fc44
wine-dxvk-2.7.1-6.fc44.x86_64 requires wine-core(x86-64) = 11.0-3.fc44
wine-mono (maintained by: mooninite)
wine-mono-10.4.1-2.fc44.noarch requires wine-filesystem = 11.0-3.fc44
wine-mono-10.4.1-2.fc44.src requires wine-core = 11.0-3.fc44
wineglass (maintained by: atim)
wineglass-1.2.1-6.20191110git7b2558e.13.fc44.x86_64 requires wine = 11.0-3.fc44, winetricks = 20260125-1.fc44
winetricks (maintained by: raphgro, vtrefny)
winetricks-20260125-1.fc44.noarch requires wine-common = 11.0-3.fc44
protontricks (maintained by: atim)
protontricks-1.14.0-1.fc45.noarch requires winetricks = 20260125-1.fc44
Affected (co)maintainers
@abrt-sig: python-ldap3
@asahi-sig: wireless-regdb, python-ldap3
@astro-sig: python-ldap3
@btrfs-sig: btrfsmaintenance
@cloud-sig: python-ldap3
@copr-sig: nvml, python-ldap3
@coreos-sig: wireless-regdb, python-ldap3
@cosmic-sig: wireless-regdb
@crypto-team: python-ldap3
@db-sig: python-ldap3, pcre
@dns-sig: python-ldap3
@epel-packagers-sig: golang-google-appengine, pcre, wireless-regdb, wiggle, nvml, autogen, python-ldap3
@gnome-sig: wireless-regdb, autogen, python-ldap3
@go-sig: golang-github-google-cel, golang-github-maxatome-testdeep, nvml, golang-github-uber-jaeger-client, golang-github-awslabs-aws-multi-module-repository-tools, golang-google-appengine, golang-github-burntsushi-toml-test, golang-github-envoyproxy-control-plane, golang-sigs-k8s-apiserver-network-proxy, golang-github-knetic-govaluate, golang-github-circonus-labs-gometrics, golang-github-bmatcuk-doublestar-4, golang-github-docker-units, golang-github-crossdock, golang-github-google-go-github, golang-github-olekukonko-tablewriter, golang-github-colinmarc-hdfs-2, golang-gotest, golang-github-pquerna-otp, golang-github-cockroachdb-cockroach-go, python-ldap3, golang-code-cloudfoundry-clock
@haskell-lang-sig: python-ldap3, pcre
@infra-sig: python-ldap3
@kde-sig: qwt, pcre, wireless-regdb, rttr, autogen, python-ldap3
@libreoffice-sig: python-ldap3
@multimedia-sig: autogen, python-ldap3
@neuro-sig: qwt, python-ldap3
@openstack-sig: nvml, python-murano-pkg-check, python-ldap3
@osbuild-sig: nvml, python-ldap3
@phosh-sig: wireless-regdb
@python-packagers-sig: python-pdir2, python-ldap3, pcre
@r-maint-sig: python-ldap3
@rocm-packagers-sig: autogen
@rpm-software-management-sig: python-ldap3
@ruby-packagers-sig: python-ldap3
@rust-sig: rust-backoff, wireless-regdb, python-ldap3
@scitech_sig: autogen, python-ldap3
@sssd-maintainers: python-ldap3
@virtmaint-sig: nvml, python-ldap3
abbra: nvml, python-ldap3
adamwill: autogen, python-ldap3, nvml
adelton: python-ldap3
adrian: python-ldap3
aekoroglu: python-ldap3
afaria: nvml
airlied: python-ldap3
ajax: python-ldap3
akoutsou: nvml, python-ldap3
alakatos: python-ldap3
aleasto: wireless-regdb
alebastr: python-ldap3
alexfails: python-ldap3
alexhaydock: nvml, python-ldap3
alexl: wireless-regdb, python-ldap3
alexlan: autogen, python-ldap3
alexsaezm: golang-github-google-go-github, golang-github-olekukonko-tablewriter, golang-github-cockroachdb-cockroach-go
alext: yasm
amerey: python-ldap3
amigadave: python-ldap3
amoralej: nvml, python-ldap3
ankursinha: python-ldap3
anoopcs: nvml, python-ldap3
antorres: python-ldap3
aperezbios: wireless-regdb, pcre
arraybolt3: python-ldap3
asn: nvml, python-ldap3
astra: python-ldap3
athoscr: golang-google-appengine
atikhonov: python-ldap3
atim: gnome-panel, vim-pathogen, vim-gv, gnome-applets, gnome-flashback, btrfsmaintenance, vim-trailing-whitespace, yasm, autogen, nvml, dynamic-wallpaper-editor, gnome-firmware, vim-gitgutter, python-ldap3
avigne: python-ldap3
aviso: python-ldap3
baude: nvml
bax: python-ldap3
bcl: nvml, python-ldap3
belegdol: python-ldap3
bellet: python-ldap3
bengal: wireless-regdb, python-ldap3
benzea: wireless-regdb
berrange: nvml, python-ldap3
besser82: yasm, python-ldap3
blowry: python-ldap3
bonzini: nvml, python-ldap3
bookwar: wireless-regdb, python-ldap3
brendt: pcre
bruno: qwt, python-ldap3
c4chris: python-ldap3
carlosrodrifernandez: wireless-regdb, python-ldap3
carlwgeorge: autogen, python-ldap3
chapien: python-ldap3
cheese: python-ldap3
cheeselee: python-ldap3
chimosky: wireless-regdb
chkr: autogen, python-ldap3
churchyard: python-ldap3
cicku: python-ldap3
clumens: nvml
cottsay: qwt, autogen, python-ldap3
crobinso: nvml, python-ldap3
czanik: python-ldap3
daandemeyer: nvml, python-ldap3
danfruehauf: wireless-regdb, autogen, python-ldap3
dang: nvml
davdunc: python-ldap3
daveo: qwt, autogen
davidsch: wireless-regdb
dcallagh: python-ldap3
dcantrell: nvml, python-ldap3
dcavalca: pcre, golang-github-olekukonko-tablewriter, wireless-regdb, autogen, nvml, golang-github-pquerna-otp, python-ldap3
dchen: autogen, python-ldap3
ddd: nvml
decathorpe: python-ldap3
defolos: python-ldap3
design-sw: autogen
devos: nvml, python-ldap3
devrim: python-ldap3
dfateyev: python-ldap3
dherrera: python-ldap3
djw8605: python-ldap3
dkosovic: wireless-regdb
dm0: python-ldap3
dmach: python-ldap3
dmaphy: python-ldap3
dminer: wireless-regdb
dodji: python-ldap3
dridi: python-ldap3
dshea: nvml
dtardon: python-ldap3
dtimms: autogen
dulsi: python-ldap3
dustymabe: wireless-regdb, python-ldap3
dwalsh: nvml
dwmw2: wireless-regdb
dwrobel: autogen
echevemaster: wireless-regdb, python-ldap3
eclipseo: golang-google-appengine, golang-github-google-go-github, golang-github-olekukonko-tablewriter, autogen, nvml, python-ldap3
eeickmeyer: autogen
ellert: nvml, python-ldap3
emlima: nvml
erack: python-ldap3
ericb: python-ldap3
erig0: wireless-regdb
ertzing: python-ldap3
eseyman: python-ldap3
etrunko: nvml
evgenyz: python-ldap3
fale: python-ldap3
farchord: wireless-regdb, pcre
fcami: autogen
fche: python-ldap3
feborges: wireless-regdb, python-ldap3
fed500: wireless-regdb, python-ldap3
fedepell: pcre
ferdnyc: autogen, python-ldap3
ffesti: python-ldap3
ffmancera: wireless-regdb, python-ldap3
filiperosset: python-ldap3
fjanus: python-ldap3
fkooman: python-ldap3
fmaurer: python-ldap3
fmuellner: wireless-regdb
fnux: python-ldap3
frantisekz: yasm
frostyx: nvml, python-ldap3
gbcox: qwt, python-ldap3
gd: nvml
germano: python-ldap3
gmaglione: nvml
gnat: python-ldap3
goeran: python-ldap3
gordonmessmer: nvml
gscrivano: golang-github-olekukonko-tablewriter
haircommander: nvml
hanecak: autogen, python-ldap3
hannes: python-ldap3
harald: python-ldap3
hedayat: python-ldap3
heffer: autogen, python-ldap3
hobbes1069: qwt, autogen, python-ldap3, nvml
honli: python-ldap3
hoshinolina: python-ldap3
humaton: python-ldap3
huzaifas: wireless-regdb
iarnell: python-ldap3
ignatenkobrain: autogen, python-ldap3, pcre
ihuguet: wireless-regdb, python-ldap3
imbev: python-ldap3
imcinerney: autogen
ixs: autogen, python-ldap3
jackorp: python-ldap3
jadahl: wireless-regdb
jakub: python-ldap3
jamacku: wireless-regdb, python-ldap3
jankratochvil: autogen, python-ldap3
jaruga: python-ldap3
javierm: python-ldap3
jcapitao: nvml
jcerny: python-ldap3
jchaloup: golang-github-olekukonko-tablewriter
jcheca: python-ldap3
jcline: golang-github-google-go-github
jdieter: python-ldap3
jelly: nvml, wireless-regdb
jered: python-ldap3, pcre
jflory7: python-ldap3
jforbes: nvml
jgrulich: wireless-regdb, python-ldap3, pcre
jirka: python-ldap3
jistone: python-ldap3
jjames: autogen, python-ldap3
jjardon: python-ldap3
jjelen: python-ldap3
jjg: python-ldap3
jkastner: python-ldap3
jkraehemann: autogen
jkucera: autogen
jlebon: python-ldap3
jmakey: python-ldap3
jmarrero: python-ldap3
jmigacz: python-ldap3
jmracek: python-ldap3
jnovy: nvml, python-ldap3
jonathanspw: wireless-regdb, qwt, autogen, python-ldap3
jorton: python-ldap3
joshstrobl: wireless-regdb
jplesnik: python-ldap3, pcre
jpopelka: wireless-regdb
jrichardson: python-ldap3
jridky: python-ldap3
jrohel: python-ldap3
jruzicka: python-ldap3
js: python-ldap3
jskarvad: wireless-regdb, qwt, autogen, python-ldap3
jsmith: autogen, python-ldap3
jstanek: python-ldap3
jstephen: nvml, python-ldap3
jsynacek: python-ldap3
jujens: python-ldap3
juliogonzalez: python-ldap3
jvaclav: wireless-regdb, python-ldap3
jwolfe: python-ldap3
jwrdegoede: yasm, autogen, python-ldap3, pcre
kalev: wireless-regdb, autogen, python-ldap3, pcre
kdudka: python-ldap3
kevin: nvml, python-ldap3, pcre
kheib: python-ldap3
kkeithle: nvml, python-ldap3
kkofler: wireless-regdb, python-ldap3, pcre
kkoukiou: nvml, wireless-regdb
konradm: python-ldap3
krege: yasm
kvolny: autogen, python-ldap3
kwizart: zd1211-firmware, python-ldap3
laine: nvml, python-ldap3
laxathom: python-ldap3
lbazan: python-ldap3
leigh123linux: wireless-regdb
lennart: autogen, python-ldap3
levined: python-ldap3
lihis: wireless-regdb
limb: wireless-regdb, autogen, python-ldap3
linkdupont: python-ldap3
ljavorsk: python-ldap3
lkundrak: wireless-regdb, autogen, python-ldap3, pcre
lnie: nvml
lnykryn: wireless-regdb, python-ldap3
lorbus: wireless-regdb
lsedlar: python-ldap3
lslebodn: python-ldap3
lsm5: nvml
luap99: nvml
lucab: python-ldap3
luhliarik: python-ldap3
luk1337: python-ldap3
luya: autogen, python-ldap3
lyude: python-ldap3
lzaoral: python-ldap3
m4rtink: wireless-regdb
man2dev: python-ldap3
manpaz: python-ldap3
marcan: nvml, python-ldap3
marcdeop: wireless-regdb, python-ldap3
martinkg: autogen, python-ldap3, pcre
martinpitt: nvml, wireless-regdb
mathstuf: python-ldap3
mattia: wireless-regdb, python-ldap3
matyas: python-ldap3
mavit: autogen, python-ldap3
mbaldessari: wireless-regdb
mblaha: python-ldap3
mcascella: nvml, python-ldap3
mcermak: python-ldap3
mclasen: autogen, wireless-regdb
mcrha: wireless-regdb, python-ldap3
mdomonko: python-ldap3
melmorabity: python-ldap3
mhayden: python-ldap3
mheon: nvml
mhjacks: python-ldap3, csslint
mhlavink: autogen, python-ldap3
michich: python-ldap3
mikelo2: golang-google-appengine, golang-github-olekukonko-tablewriter, python-ldap3, golang-github-cockroachdb-cockroach-go
mikep: golang-google-appengine
mipatras: python-ldap3
misc: python-ldap3
mjg: python-ldap3
mjw: python-ldap3
mkasik: wireless-regdb, python-ldap3
mkrupcale: python-ldap3
mlichvar: python-ldap3
mlombard: nvml
mmarhefk: python-ldap3
mmarusak: wireless-regdb, nvml, python-ldap3
moceap: python-ldap3
mohanboddu: nvml, python-ldap3
monnerat: autogen
mooninite: yasm, python-ldap3
mrezanin: python-ldap3
mroche: python-ldap3
mrunge: python-ldap3
mruprich: python-ldap3
mschorm: python-ldap3
mschwendt: wireless-regdb, autogen, python-ldap3
msekleta: python-ldap3
mspacek: python-ldap3
msrb: python-ldap3
mstevens: python-ldap3
msuchy: python-ldap3
mtasaka: python-ldap3
music: rust-backoff, autogen
myoung: nvml
mystro256: python-ldap3
nalimilan: python-ldap3
nalin: python-ldap3
nb: python-ldap3
ndavidov: python-ldap3
ndim: autogen
neil: golang-github-olekukonko-tablewriter, python-ldap3
neteler: python-ldap3
nforro: autogen
ngompa: btrfsmaintenance, wireless-regdb, rttr, autogen, nvml, python-ldap3
nmav: wireless-regdb
nmontero: wireless-regdb
nonamedotc: autogen, gnome-panel, python-ldap3
nosnilmot: wireless-regdb
nphilipp: autogen, python-ldap3
nsella: nvml, python-ldap3
obudai: nvml, python-ldap3
ochosi: nvml, python-ldap3
ofourdan: wireless-regdb
olem: golang-github-olekukonko-tablewriter
ondrejj: python-ldap3
onosek: python-ldap3
opohorel: python-ldap3
orion: autogen, python-ldap3
otaylor: wireless-regdb
pali: python-ldap3
pampelmuse: autogen
pbabinca: python-ldap3
pbiering: python-ldap3
pbrezina: python-ldap3
pbrobinson: autogen, python-ldap3
pcahyna: python-ldap3
pcpa: python-ldap3
pemensik: wireless-regdb, python-ldap3
perex: autogen
peter: autogen, python-ldap3, pcre
petersen: python-ldap3, pcre
pfilipen: nvml
pghmcfc: python-ldap3
pjgeorg: wireless-regdb
pkratoch: python-ldap3
pmatilai: python-ldap3
pmurphy: python-ldap3
ppisar: python-ldap3, pcre
praiskup: nvml, python-ldap3, pcre
preichl: nvml, python-ldap3
psabata: python-ldap3, pcre
pschiffe: python-ldap3
psloboda: python-ldap3
pstodulk: python-ldap3
psutter: wireless-regdb
pvalena: wireless-regdb, python-ldap3
pwalter: python-ldap3
pwouters: wireless-regdb, python-ldap3
qulogic: golang-google-appengine, python-ldap3, nvml
raphgro: yasm, pcre
rathann: autogen, python-ldap3
rcallicotte: python-ldap3
rcritten: python-ldap3
rebus: python-ldap3, pcre
remi: python-ldap3
renich: python-ldap3
rffontenelle: python-ldap3
rharwood: python-ldap3
rhughes: wireless-regdb, python-ldap3
rineau: python-ldap3
rishi: nvml, python-ldap3
rjones: nvml, python-ldap3, pcre
rmattes: python-ldap3
robert: yasm, autogen, python-ldap3
ron: python-ldap3
rrankin: autogen
rsroka: python-ldap3
rstrode: wireless-regdb, python-ldap3
runcom: python-ldap3
rvykydal: wireless-regdb
ryanabx: wireless-regdb
s00se: autogen
sagitter: qwt, python-ldap3
sailer: python-ldap3
salimma: golang-google-appengine, pcre, golang-github-olekukonko-tablewriter, wireless-regdb, wiggle, autogen, nvml, python-ldap3
samcday: wireless-regdb
sandeen: nvml, python-ldap3
saprasad: python-ldap3
sarroutb: python-ldap3
sbose: python-ldap3
scorreia: python-ldap3
sergiopr: python-ldap3
sgallagh: python-ldap3
sgrubb: pcre
sham1: python-ldap3
sharkcz: wireless-regdb, qwt, python-ldap3
simo: nvml, python-ldap3
sinnykumari: python-ldap3
siosm: wireless-regdb, autogen, python-ldap3
slaanesh: wireless-regdb, autogen, python-ldap3, nvml
slagle: nvml, python-ldap3
slp: nvml, python-ldap3
smani: qwt, autogen, python-ldap3
spot: autogen, python-ldap3
steve: python-ldap3
stevenfalco: python-ldap3
stevetraylen: python-ldap3
stingray: python-ldap3
stransky: python-ldap3
supakeen: nvml, python-ldap3
suve: wireless-regdb, autogen, python-ldap3
svashisht: python-ldap3
swt2c: autogen, python-ldap3
szpak: wireless-regdb
tagoh: python-ldap3
tartare: python-ldap3
tartina: autogen, python-ldap3
tdawson: wireless-regdb, qwt, autogen, python-ldap3
tdecacqu: autogen, python-ldap3
terjeros: autogen, nvml
tfanelli: python-ldap3
thaller: wireless-regdb, python-ldap3
thalman: python-ldap3
than: wireless-regdb, autogen, python-ldap3, pcre
thebeanogamer: python-ldap3
theyoyojo: wireless-regdb
thl: python-ldap3
thm: autogen, pcre
thofmann: python-ldap3
thoger: pcre
thozza: wireless-regdb
thunderbirdtr: rttr, python-ldap3
tibbs: python-ldap3
till: wireless-regdb, python-ldap3
timhansen46: python-ldap3
tjikkun: python-ldap3
tkorbar: python-ldap3
tmraz: python-ldap3
topazus: autogen, python-ldap3
tpokorra: python-ldap3
tpopela: python-ldap3
tripledes: wireless-regdb
trix: autogen, python-ldap3
ttheisen: python-ldap3
twaugh: python-ldap3
twoerner: wireless-regdb, python-ldap3
ueno: python-ldap3
uraeus: autogen, python-ldap3
v02460: python-ldap3
valtri: python-ldap3
vascom: autogen, python-ldap3, pcre
vbenes: wireless-regdb, python-ldap3
vcrhonek: python-ldap3
verdurin: autogen, python-ldap3
vladis: python-ldap3
vmihalko: python-ldap3
vondruch: python-ldap3
vpolasek: python-ldap3
vtrefny: yasm, python-ldap3
vwbusguy: python-ldap3
walters: wireless-regdb, golang-github-olekukonko-tablewriter, python-ldap3
wojnilowicz: gnome-panel
wtaymans: autogen, python-ldap3
wwoods: nvml
wzzrd: python-ldap3
xavierb: yasm, python-ldap3
xfgusta: python-ldap3
xhorak: python-ldap3
xvitaly: python-ldap3
yaneti: nvml
yanqiyu: python-ldap3
ypsvlq: autogen
yselkowitz: gnome-panel, gnome-flashback, gnome-applets, autogen, python-ldap3
yuwata: python-ldap3
zawertun: nvml
zbyszek: nvml, python-ldap3
zdohnal: python-ldap3
zfridric: python-ldap3
zsun: autogen, python-ldap3
zyga: nvml
Orphans (59): autogen btrfsmaintenance csslint
dynamic-wallpaper-editor freeopcua gnome-applets gnome-firmware
gnome-flashback gnome-panel golang-code-cloudfoundry-clock
golang-github-awslabs-aws-multi-module-repository-tools
golang-github-bmatcuk-doublestar-4
golang-github-burntsushi-toml-test
golang-github-circonus-labs-gometrics
golang-github-cockroachdb-cockroach-go
golang-github-colinmarc-hdfs-2 golang-github-crossdock
golang-github-docker-units golang-github-envoyproxy-control-plane
golang-github-google-cel golang-github-google-go-github
golang-github-knetic-govaluate golang-github-linuxdeepin-gir
golang-github-maxatome-testdeep
golang-github-olekukonko-tablewriter golang-github-pquerna-otp
golang-github-uber-jaeger-client golang-google-appengine
golang-gotest golang-sigs-k8s-apiserver-network-proxy
gotify-desktop lis mimic nvml opal pcre polybar ptlib python-ldap3
python-mrcfile python-murano-pkg-check python-pdir2
python-simpleaudio python-wavio qwt rttr rust-backoff sjinn
spectrographic toolshed unzoo vim-gitgutter vim-gv vim-pathogen
vim-trailing-whitespace wiggle wireless-regdb yasm zd1211-firmware
Orphans (dependend on) (21): autogen csslint gnome-applets gnome-panel
golang-github-cockroachdb-cockroach-go golang-github-crossdock
golang-github-google-go-github
golang-github-olekukonko-tablewriter golang-github-pquerna-otp
golang-google-appengine nvml pcre ptlib python-ldap3
python-simpleaudio python-wavio qwt rttr rust-backoff
wireless-regdb yasm
Orphans (rawhide) for at least 6 weeks (dependend on) (0):
Orphans (rawhide) (not depended on) (38): btrfsmaintenance
dynamic-wallpaper-editor freeopcua gnome-firmware gnome-flashback
golang-code-cloudfoundry-clock
golang-github-awslabs-aws-multi-module-repository-tools
golang-github-bmatcuk-doublestar-4
golang-github-burntsushi-toml-test
golang-github-circonus-labs-gometrics
golang-github-colinmarc-hdfs-2 golang-github-docker-units
golang-github-envoyproxy-control-plane golang-github-google-cel
golang-github-knetic-govaluate golang-github-linuxdeepin-gir
golang-github-maxatome-testdeep golang-github-uber-jaeger-client
golang-gotest golang-sigs-k8s-apiserver-network-proxy
gotify-desktop lis mimic opal polybar python-mrcfile
python-murano-pkg-check python-pdir2 sjinn spectrographic toolshed
unzoo vim-gitgutter vim-gv vim-pathogen vim-trailing-whitespace
wiggle zd1211-firmware
Orphans (rawhide) for at least 6 weeks (not dependend on) (0):
Depending packages (rawhide) (701): 0ad COPASI Carla ClanLib
CriticalMass FlightGear FlightGear-Atlas GMT Io-language
NetworkManager NetworkManager-fortisslvpn NetworkManager-iodine
NetworkManager-l2tp NetworkManager-libreswan
NetworkManager-openconnect NetworkManager-openvpn
NetworkManager-pptp NetworkManager-ssh NetworkManager-sstp
NetworkManager-strongswan NetworkManager-vpnc OpenSceneGraph PDAL
R R-RCurl R-Rhtslib R-curl SFML SimGear abrt actor-framework
adanaxisgpl afflib aide aircrack-ng alienarena alure amanda amarok
amazon-ec2-utils anaconda anjuta apache-cloudstack-cloudmonkey
appliance-tools appstream appstream-generator aqualung ardour6
ardour7 ardour8 ardour9 arm-none-eabi-gcc-cs arm-none-eabi-newlib
asc asterisk asymptote attract-mode aubio audacious-plugins
audacity bacula baresip barrier bijiben blender blueman
boinc-client budgie-control-center build2 buildbox butt byebyebios
bzflag cairo-dock calamares castget ccze cef centerim
centos-packager centpkg-minimal ceph certmonger cfitsio cgit
chromium cinnamon cinnamon-control-center clamav
clamav-unofficial-sigs clamz claws-mail clean-rpm-gpg-pubkey
clevis cmake coccinelle cockpit cockpit-machines coeurl collectd
colobot concordance condor conky console-login-helper-messages
containers-common copr-frontend copr-rpmbuild copyq corsix-th
cosmic-settings cpanspec cpp-httplib cpr cpu-x createrepo_c
crossfire-client crun-vm cryfs curl curlftpfs curlpp dar darktable
davix ddnet dehydrated denemo dgit diffoscope dionaea
diskimage-builder dist-git-client dnf-repo dnf5 dnsconfd
dnssec-trigger doh dolphin-emu domoticz dovecot dr_libs dracut
drumkv1 dsda-doom dsp dssi dub dvblinkremote e16 easyeffects
easyrpg-player ebumeter ec2-instance-connect ec2-metadata efl
eiskaltdcpp elfutils enigma erofs-utils et etcd ettercap fastback
fbida fbreader fbrnch fcitx-cloudpinyin fcitx-ui-light
fcitx5-chinese-addons fedora-packager fedora-repoquery
fedora-upgrade fedpkg-minimal feh fio firefox firewalld flatpak
flatpak-builder fldigi flickcurl fluidsynth fooyin fragments
freeciv freedv freeipa freeradius freewrl frotz furnace fuse-btfs
fwknop-gui fwupd gambas3 gammu gap-pkg-curlinterface gdal gdb-gef
genimage gerbera ghc-curl ghc-pcre-light ghc-regex-pcre giac git
git-cinnabar git-ftp glusterfs gmic gnome-applets
gnome-control-center gnome-flashback gnome-initial-setup
gnome-network-displays gnome-settings-daemon gnome-shell
gnome-usage gnuastro gnupg2 gnuradio gnustep-base
golang-ariga-atlas golang-entgo-ent
golang-github-alecthomas-chroma golang-github-alecthomas-chroma-2
golang-github-alecthomas-kong-hcl golang-github-appc-docker2aci
golang-github-awslabs-aws-multi-module-repository-tools
golang-github-azure-sdk golang-github-cloudflare
golang-github-cloudflare-cfssl
golang-github-cyberdotgent-route3270 golang-github-distribution-3
golang-github-docker-distribution golang-github-gocolly-colly-2
golang-github-google-certificate-transparency
golang-github-google-trillian golang-github-hashicorp-hcl-2
golang-github-hashicorp-terraform-json golang-github-mroach-rom64
golang-github-niklasfasching-org
golang-github-theupdateframework-notary
golang-github-uber-jaeger-client
golang-github-vmihailenco-msgpack-5
golang-github-xordataexchange-crypt golang-github-zclconf-cty
golang-github-zclconf-cty-debug golang-jaytaylor-html2text
google-compute-engine-oslogin gotify-desktop gpac gpick gpredict
gqrx gr-air-modes gr-funcube gr-hpsdr gr-iqbal gr-osmosdr gr-rds
gretl gridsite grip grive2 grpc gsequencer
gstreamer1-plugins-bad-free gtkd gtkpod gtorrentviewer guayadeque
guestfs-tools guitarix hcxtools healpix hplip html-xml-utils
htslib hw-probe hydrogen icecast icecat icewm idevicerestore
igt-gpu-tools image-garden imagefactory-plugins imhex input-leap
insight ipe ipv6calc ipv6toolkit jack-audio-connection-kit
jack-example-tools janus jconvolver jigdo jkmeter jmeters julia
julius k3b kata-containers kcbench kcov kde-runtime kdelibs
kdelibs3 kdenlive kdiskmark keepassxc kf5-kdelibs4support kf5-kjs
kf5-kplotting kf5-networkmanager-qt kf6-networkmanager-qt kicad
kismet kiwi kiwi-boxed-plugin klamav klavaro koji krita kstars
ladspa lastpass-cli ldc lgogdownloader lib3270 libabigail
libappstream-glib libbs2b libclastfm libcmis libdap libdatovka
libfilteraudio libfishsound libgadu libgamerzilla libgit2
libgit2_1.8 libgphoto2 libguestfs libideviceactivation libindi
libinstpatch libisds libkdegames libkiwix libkml libkolabxml
libkrun libmamba libmediainfo libmml libmodsecurity libnetconf2
libnma libnxt liboauth liboauth2 libofa libofx libopenmpt
libopenraw libopkele libproxy libqalculate librasterlite2
librealsense libreoffice librepo libreport libresample libreswan
libs3 libsamplerate libsndfile libsolv libtatsu libtorrent libucl
libvirt libvirt-test-API libwfut libzypp lilv linsim linux-sgx
llama-cpp lmms lnav localsearch logjam lorax lsp-plugins lumail
lv2 lv2-fabla lv2-ir-plugins lv2-ll-plugins lv2-sorcer
lv2-x42-plugins lxpanel mapserver mariadb-connector-c mariadb10.11
mariadb11.8 matrix-synapse mediaconch medusa megaglest megatools
mgarepo milter-greylist mimic minetest mingw-wine-gecko minipro
mixxx mkosi mod_auth_cas mod_auth_mellon mod_auth_openid
mod_auth_openidc mod_mapcache mod_md mod_security
modem-manager-gui monotone mpdas mpdscribble mpris-scrobbler
mstflint mumble muon-meson mupdf musescore mysql8.0 mysql8.4
nagios-plugins-ssl_cert nbdkit ncl ncmpcpp nco netcdf netcdf-cxx4
netcdf-fortran netopeer2 netplan netsurf network-manager-applet
newsboat nfs-ganesha nix nmh obs-studio ocaml-curl ocaml-pcre
octave oidc-agent onedrive opal open-vm-tools openal-soft
openlierox openmw openqa openscap opensips openttd openwsman
os-autoinst osbuild osbuild-composer osgearth osslsigncode ostree
pacman pacrunner pads pam_2fa pam_url pdns pdns-recursor
perl-HTTP-Tinyish perl-WWW-Curl perl-re-engine-PCRE perlbrew
pgadmin4 phd2 phosh php php-pecl-http php-pecl-oauth pianobar
pidgin pioneer pipewire plasma-nm playonlinux podman polybar
poppler powdertoy powwow pragha profanity proj protontricks
proxmark3 proxysql prusa-slicer public-inbox pulseaudio
python-etcd python-impacket python-matrix-synapse-ldap3
python-oslo-utils python-proton-vpn-network-manager python-pycurl
python-qutepart python-soundfile q4wine qemu qemu-sanity-check
qgis qmmp qsstv qtractor quadrapassel quake2 quake3 quickemu
radiotray-ng rakarrack raptor2 rauc ravada redfish-finder redland
remmina rng-tools roc-toolkit rocal rosegarden4 rpi-imager rpm
rpm-ostree rpmdevtools rpminspect rsyslog rtpproxy rubberband
rubygem-curb rubygem-ethon rust rust-cargo-c rust-curl-sys
rust-snphost rustup s390utils s3fs-fuse samba samplv1 sasl-xoauth2
sbc sblim-sfcb sblim-sfcc sblim-wbemcli scamp scitokens-cpp
scsi-target-utils scummvm sdrangel seadrive-daemon seafile
shorewall siril slurm sndfile-tools snownews sonic-visualiser
sooperlooper soundtracker sox spacebar spatialite-gui
spectrographic speech-dispatcher speed-dreams springlobby sslh
sssd staden-io_lib stgit strongswan sugar supercollider supertux
supertuxkart surf svxlink swift-lang sword syncevolution syslog-ng
systemd tang tarantool tcmu-runner telepathy-mission-control
tesseract tgbot-cpp the_foundation thunderbird tinyfugue tinygo
tlog tlp tpm2-tools tpm2-tss trafficserver translate-shell
transmission traverso tremulous trojan trurl trustedqsl tucnak twa
twinkle twolame uacme uget uim unrealircd uwsgi vagrant
vamp-plugin-sdk vcpkg vdr-epg-daemon vdr-epg2vdr vdr-epgfixer
vdr-iptv vdr-scraper2vdr vdr-tvscraper vdrift vfrnav viking
vim-syntastic virt-backup virt-v2v virtiofsd
virtualbox-guest-additions vorbis-tools warmux warsow warzone2100
wcurl weechat wesnoth whipper widelands wine wine-dxvk wine-mono
wineglass winetricks wmweather+ workrave wsmancli wxGTK wxmedit
xastir xen xephem xgrep xine-ui xmlrpc-c xmms2 xmoto xonotic
xournalpp xrootd xrootd-s3-http ykclient ykocli yoshimi
yubihsm-shell zabbix zchunk zita-resampler znc-push zpaqfranz
Packages depending on packages orphaned (rawhide) for more than 6
weeks (0):
Not found in repo (rawhide) (1): golang-github-linuxdeepin-gir
Non-leaf golang library packages (rawhide) (6):
golang-github-cockroachdb-cockroach-go golang-github-crossdock
golang-github-google-go-github
golang-github-olekukonko-tablewriter golang-github-pquerna-otp
golang-google-appengine
--
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 2026-02-26 03:07:14 UTC
--
_______________________________________________
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org
Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
Subscribe to:
Comments (Atom)