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

Do not attempt to install curl on DNF-based distros #1854

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Mar 13, 2024

DNF depends on curl or curl-minimal. It's not needed to explicitly install this. This simplifies things.

DNF depends on curl or curl-minimal. It's not needed to explicitly
install this. This simplifies things.
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.53%. Comparing base (c32b6d2) to head (e21556c).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1854      +/-   ##
==========================================
+ Coverage   74.52%   74.53%   +0.01%     
==========================================
  Files          81       81              
  Lines        4506     4504       -2     
==========================================
- Hits         3358     3357       -1     
+ Misses       1148     1147       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ekohl ekohl merged commit 9e10133 into voxpupuli:master Mar 14, 2024
8 checks passed
@ekohl ekohl deleted the simplify-dnf-based-distros branch March 14, 2024 14:15
@TheMeier TheMeier mentioned this pull request May 6, 2024
kenyon added a commit to kenyon/beaker that referenced this pull request Aug 27, 2024
curl-minimal was mistakenly added in commit 18e6e22.

curl is installed by default. See
https://fedoraproject.org/wiki/Changes/CurlMinimal_as_Default and voxpupuli#1854,
for example.
kenyon added a commit to kenyon/beaker that referenced this pull request Aug 27, 2024
curl-minimal was mistakenly added in commit 18e6e22.

Attempting to install it on EL 8 and newer causes errors because there
is no such package.

curl is installed by default. See
https://fedoraproject.org/wiki/Changes/CurlMinimal_as_Default and voxpupuli#1854,
for example.
kenyon added a commit to kenyon/beaker that referenced this pull request Aug 27, 2024
curl-minimal was mistakenly added in commit 18e6e22.

Attempting to install it on EL 8 and newer causes errors because there
is no such package.

curl is installed by default. See
https://fedoraproject.org/wiki/Changes/CurlMinimal_as_Default and voxpupuli#1854,
for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants