RPM packaging: /usr/bin conflicts with filesystem package on Fedora 43
**Version:** fclones-0.35.0-2.x86_64
**OS:** Fedora 43
**Error:**
Error running transaction: file /usr/bin from install of fclones-0.35.0-2.x86_64
conflicts with file from package filesystem-3.18-50.fc43.x86_64
**Cause:**
The RPM spec file incorrectly declares /usr/bin as owned by the fclones package,
conflicting with the filesystem package which owns that directory.
**Expected behavior:**
fclones should install without conflicts.
**Workaround:**
sudo dnf install --allowerasing fclones
or install via cargo instead.
0 条评论