Instaling Searchmonkey-0.3.1-1.x86_64.rpm on fedora 44 with dnf:
Running transaction
Transaction failed: Rpm transaction failed.
- file /usr/bin/rg from install of searchmonkey-0:0.3.1-1.x86_64 conflicts with file from package ripgrep-14.1.1-4.fc44.x86_64
Including usr/bin/rg in %files (of the .spec file) hijacks the namespace of the well-established ripgrep utility. Proposed fix is to either bundle your own ripgrep in a separate path, or add to "Requires" in spec file to let the system pull that one instead (and remove from %files).
Instaling Searchmonkey-0.3.1-1.x86_64.rpm on fedora 44 with dnf:
Including usr/bin/rg in %files (of the .spec file) hijacks the namespace of the well-established ripgrep utility. Proposed fix is to either bundle your own ripgrep in a separate path, or add to "Requires" in spec file to let the system pull that one instead (and remove from %files).