diff --git a/fdupes.changes b/fdupes.changes index e35717a..85ccaa0 100644 --- a/fdupes.changes +++ b/fdupes.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 20 07:25:33 UTC 2024 - Dominique Leuenberger + +- Do not use sqlite, as this pulls sqlite into Ring0 at no real + benefit performance wise: the cache is not reused between runs. + + Drop sqlite-devel BuildRequires + + Pass --without-sqlite to configure + ------------------------------------------------------------------- Mon Mar 18 09:36:27 UTC 2024 - ming li diff --git a/fdupes.spec b/fdupes.spec index 520bb77..9b891d0 100644 --- a/fdupes.spec +++ b/fdupes.spec @@ -29,7 +29,6 @@ Source0: https://github.com/adrianlopezroche/fdupes/releases/download/v%{ Source1: macros.fdupes Source2: fdupes_wrapper.cpp BuildRequires: gcc-c++ -BuildRequires: sqlite3-devel %description FDUPES is a program for identifying or deleting duplicate files @@ -39,7 +38,7 @@ residing within specified directories. %autosetup -p1 %build -%configure --without-ncurses +%configure --without-ncurses --without-sqlite %make_build g++ $RPM_OPT_FLAGS %{S:2} -o fdupes_wrapper