From 710ed810676087dc35eacb2736154cd177ede3e2 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 17 May 2020 19:36:37 +0200 Subject: [PATCH] Require sqlite on centos too --- dist/unix/strawberry.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/unix/strawberry.spec.in b/dist/unix/strawberry.spec.in index fec377b80..1363062ad 100644 --- a/dist/unix/strawberry.spec.in +++ b/dist/unix/strawberry.spec.in @@ -44,9 +44,7 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(protobuf) -%if ! 0%{?centos} BuildRequires: pkgconfig(sqlite3) >= 3.9 -%endif %if ! 0%{?centos} && ! 0%{?mageia} BuildRequires: pkgconfig(taglib) %endif