From 5cb487faef807d08368ac06ab60659155155abb4021f69fcac93eeef85e2d934 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 20 Dec 2019 06:08:42 +0000 Subject: [PATCH] Accepting request 758283 from home:dimstar:Factory Allow systemd-mini OBS-URL: https://build.opensuse.org/request/show/758283 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=117 --- krfb.changes | 6 ++++++ krfb.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/krfb.changes b/krfb.changes index 2f9ffc3..a669303 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 19 15:00:45 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: + Allow OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Tue Dec 10 06:38:52 UTC 2019 - Luca Beltrame diff --git a/krfb.spec b/krfb.spec index 8a1bcec..a0c17d4 100644 --- a/krfb.spec +++ b/krfb.spec @@ -47,7 +47,7 @@ BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) BuildRequires: pkgconfig -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) BuildRequires: telepathy-qt5-devel BuildRequires: update-desktop-files BuildRequires: xcb-util-image-devel