Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenMandrivaAssociation/catfish
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 307747b5cc10474624ce7c7307ba417fc3dc126f
Choose a base ref
...
head repository: OpenMandrivaAssociation/catfish
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9405e3c6071f6a630f0471e4e8af06b741538fb7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 22, 2025

  1. use mlocate or plocate*

    - mlocate is distributed with system ISO, switching catfish to use plocate causes file conflicts when using dnf disto-sync.
    Mlocate is still on the ISO because plocate crashes when using "locate foo" on some configurations.
    
    The solution is to allow a suggestive choice. DNF will install one of the possible ones.
    AngryPenguinPL authored Apr 22, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9405e3c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 catfish.spec
4 changes: 2 additions & 2 deletions catfish.spec
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
Summary: A handy file search tool
Name: catfish
Version: 4.20.0
Release: 3
Release: 4
Group: File tools
License: GPLv2+
Url: https://twotoasts.de/index.php/catfish
@@ -26,7 +26,7 @@ BuildRequires: python-pexpect
Requires: python-pexpect
Requires: python-pyxdg
Requires: python-dbus
Requires: plocate
Requires: (mlocate or plocate)
Requires: findutils

%description