[BUG] Doesn't recognize some packages as installed on ARMv7 Fedora 34 #60994
Labels
Bug
broken, incorrect, or confusing behavior
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone
Description
Salt doesn't recognize some packages as installed on ARMv7 Fedora 34, due to them being in a different, but compatible, arch. This leads to
pkg.installed
failing on subsequent runs, as it tries to install already installed packages.For example
ffmpeg
from rpmfusion is currentlyffmpeg-4.4-6.fc34.armv7hnl
while the Fedora default isarmv7hl
(perrpm --eval %{_host_cpu}
).Setup
Ran on a ARMv7 device with Fedora 34.
Steps to Reproduce the behavior
Apply the above state. When ffmpeg is already installed (=> on the second run), it will fail with "The following packages failed to install/update: ffmpeg".
Expected behavior
ffmpeg
correctly recognized as already installed.Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: