Accepting request 709167 from home:dimstar:Factory

Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709167
OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=94
This commit is contained in:
Johannes Weberhofer 2019-06-11 13:15:31 +00:00 committed by Git OBS Bridge
parent 4d4d053410
commit 1080a2c48e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 11 12:42:54 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
-------------------------------------------------------------------
Sat Feb 16 22:28:49 UTC 2019 - chris@computersalat.de

View File

@ -64,7 +64,7 @@ BuildArch: noarch
%if 0%{?suse_version} >= 1230
# systemd
BuildRequires: python-systemd
BuildRequires: systemd
BuildRequires: pkgconfig(systemd)
Requires: python-systemd
Requires: systemd > 204
%{?systemd_requires}