From 31d7a4d5a9053de9589609faa9d931b894fe388474a715b9adcdcca2527b053c Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 17 Jun 2019 05:43:09 +0000 Subject: [PATCH] Accepting request 709163 from home:dimstar:Factory Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709163 OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=83 --- courier-imap.changes | 6 ++++++ courier-imap.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/courier-imap.changes b/courier-imap.changes index ec3a654..ca76d74 100644 --- a/courier-imap.changes +++ b/courier-imap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 11 12:38:44 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Thu Jan 3 10:09:46 UTC 2019 - Bernhard Wiedemann diff --git a/courier-imap.spec b/courier-imap.spec index 31aed23..90e7400 100644 --- a/courier-imap.spec +++ b/courier-imap.spec @@ -75,7 +75,7 @@ Requires: gdbm Requires: openssl %if 0%{?suse_version} >= 1210 -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %{?systemd_requires} %define has_systemd 1 %endif