[PR #2086] [MERGED] Fixed a conflict between curl and curl-minimal on RockyLinux 9 #2331

Closed
opened 2026-03-04 02:04:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2086
Author: @ggtakec
Created: 1/4/2023
Status: Merged
Merged: 1/4/2023
Merged by: @ggtakec

Base: masterHead: fix_curl_conflict


📝 Commits (1)

  • a9a0003 Fixed a conflict between curl and curl-minimal on RockyLinux 9

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 .github/workflows/linux-ci-helper.sh (+8 -1)

📄 Description

Relevant Issue (if applicable)

n/a

Details

Gihutb Actions on Rocky Linux 9 had the following error.

Error: 
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
 Problem: problem with installed package curl-minimal-7.76.1-19.el9.x86_64
  - package curl-minimal-7.76.1-19.el9.x86_64 conflicts with curl provided by curl-7.76.1-19.el9.x86_64
  - conflicting requests

The Rocky Linux 9 image includes curl-minimal, which conflicts with installing the curl package.
(the conflict may not have occurred before 7.76.1-19)

For Rocky Linux 9 only, this PR adds the --allowerasing option when installing curl to avoid this.

In the linux-ci-helper.sh file, I defined PACKAGE_INSTALL_ADDITIONAL_OPTIONS and modified it to specify the above options only for RockyLinux9.

We should remove this option if it is no longer needed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2086 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 1/4/2023 **Status:** ✅ Merged **Merged:** 1/4/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `fix_curl_conflict` --- ### 📝 Commits (1) - [`a9a0003`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a9a00033f0c650ba62613694298eb71cbbda16ed) Fixed a conflict between curl and curl-minimal on RockyLinux 9 ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linux-ci-helper.sh` (+8 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) n/a ### Details `Gihutb Actions` on `Rocky Linux 9` had the following error. ``` Error: (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) Problem: problem with installed package curl-minimal-7.76.1-19.el9.x86_64 - package curl-minimal-7.76.1-19.el9.x86_64 conflicts with curl provided by curl-7.76.1-19.el9.x86_64 - conflicting requests ``` The `Rocky Linux 9` image includes `curl-minimal`, which conflicts with installing the `curl` package. (the conflict may not have occurred before `7.76.1-19`) For `Rocky Linux 9` only, this PR adds the `--allowerasing` option when installing `curl` to avoid this. In the `linux-ci-helper.sh` file, I defined `PACKAGE_INSTALL_ADDITIONAL_OPTIONS` and modified it to specify the above options only for `RockyLinux9`. We should remove this option if it is no longer needed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:04:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2331
No description provided.