From a97dcca946307921d9feabd82653e5930d18e7fe Mon Sep 17 00:00:00 2001 From: Tom Weininger Date: Mon, 3 Jun 2024 10:20:58 +0200 Subject: [PATCH] curl-minimal conflicts with already installed curl ... on Rocky 9 during DIB build. 2024-05-29 14:06:50.789 | > Error: 2024-05-29 14:06:50.789 | > Problem: problem with installed package curl-7.76.1-29.el9_4.x86_64 2024-05-29 14:06:50.789 | > - package curl-minimal-7.76.1-29.el9_4.x86_64 from baseos conflicts with curl provided by curl-7.76.1-29.el9_4.x86_64 from @System 2024-05-29 14:06:50.789 | > - package curl-minimal-7.76.1-29.el9_4.x86_64 from baseos conflicts with curl provided by curl-7.76.1-29.el9_4.x86_64 from baseos 2024-05-29 14:06:50.789 | > - conflicting requests 2024-05-29 14:06:50.789 | > (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) 2024-05-29 14:06:50.789 | returncode: 1 2024-05-29 14:06:50.789 | install-packages failed with returncode 1 Change-Id: I444293e0d6fcf125d2c3b12144bdf92c00f49dce (cherry picked from commit 5c0b011eacc9b5de1812bf2b52a663b192ff9d4a) --- elements/amphora-agent/pkg-map | 1 - 1 file changed, 1 deletion(-) diff --git a/elements/amphora-agent/pkg-map b/elements/amphora-agent/pkg-map index 55c461b544..36f98950a2 100644 --- a/elements/amphora-agent/pkg-map +++ b/elements/amphora-agent/pkg-map @@ -26,7 +26,6 @@ }, "rocky": { "9": { - "curl": "curl-minimal", "isc-dhcp-client": "dhcp-client", "python3-dev": "platform-python-devel", "python3-venv": "",