SHA256
1
0
forked from pool/courier-imap

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
This commit is contained in:
Lars Vogdt 2019-06-17 05:43:09 +00:00 committed by Git OBS Bridge
parent 1518616542
commit 31d7a4d5a9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 11 12:38:44 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <bwiedemann@suse.com>

View File

@ -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