Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyclic dependency between openssl and SymCrypt-OpenSSL #11791

Open
pmengelbert opened this issue Jan 6, 2025 · 1 comment
Open

Cyclic dependency between openssl and SymCrypt-OpenSSL #11791

pmengelbert opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pmengelbert
Copy link

pmengelbert commented Jan 6, 2025

Describe the bug
The openssl package depends on the SymCrypt-OpenSSL package. The SymCrypt-OpenSSL package depends on the openssl package.

To Reproduce

root [ / ]# tdnf repoquery --whatdepends openssl | grep SymCrypt
SymCrypt-OpenSSL-1.4.3-1.azl3.x86_64
SymCrypt-OpenSSL-1.5.1-1.azl3.x86_64
SymCrypt-OpenSSL-1.5.1-2.azl3.x86_64
SymCrypt-OpenSSL-1.6.1-1.azl3.x86_64
root [ / ]# tdnf repoquery --whatdepends SymCrypt-OpenSSL
Loaded plugin: tdnfrepogpgcheck
core-packages-container-3.0-6.azl3.x86_64
distroless-packages-base-3.0-5.azl3.x86_64
openssl-3.3.0-2.azl3.x86_64
openssl-3.3.2-1.azl3.x86_64

Expected behavior
openssl should depend on SymCrypt-OpenSSL. I don't believe SymCrypt-OpenSSL should depend on openssl but rather openssl-libs. The openssl package includes the openssl binaries which are not necessary for SymCrypt-OpenSSL to function (unless I am mistaken) and are undesirable for minimal container images.

@pmengelbert pmengelbert added the bug Something isn't working label Jan 6, 2025
@dmcilvaney
Copy link
Contributor

FYI @tobiasb-ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants