From 5c0c06877da59c0025508c4807e700779e22e783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Wed, 13 Oct 2021 02:17:29 +0300 Subject: [PATCH] [packaging] BuildRequire systemd via pkgconfig. JB#55010 This allows to pick systemd-mini inside the builder instead of full systemd. --- rpm/buteo-syncfw-qt5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/buteo-syncfw-qt5.spec b/rpm/buteo-syncfw-qt5.spec index 82b43c3..1bcafba 100644 --- a/rpm/buteo-syncfw-qt5.spec +++ b/rpm/buteo-syncfw-qt5.spec @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(qt5-boostable) BuildRequires: pkgconfig(keepalive) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(mce-qt5) >= 1.1.0 -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) Requires: mapplauncherd-qt5 Requires: glib2 Requires: libmce-qt5 >= 1.1.0