From b229993c321d741d79e9573dba350b06566d819702238c8668dcba00a8cbb911 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 20 Mar 2024 07:53:16 +0000 Subject: [PATCH] Accepting request 1159769 from home:dimstar:Factory - 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 OBS-URL: https://build.opensuse.org/request/show/1159769 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=29 --- fdupes.changes | 8 ++++++++ fdupes.spec | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) 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