Accepting request 709157 from home:dimstar:Factory

Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709157
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=77
This commit is contained in:
nick wang 2019-06-12 02:19:00 +00:00 committed by Git OBS Bridge
parent a3be791fe0
commit 56d6477a85
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 11 12:42:01 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
-------------------------------------------------------------------
Tue May 28 05:59:13 UTC 2019 - nwang@suse.com

View File

@ -63,7 +63,7 @@ BuildRequires: glibc-devel
BuildRequires: libxslt
BuildRequires: make
BuildRequires: pkgconfig
BuildRequires: systemd
BuildRequires: pkgconfig(systemd)
BuildRequires: udev
%if %{with drbdmon}
BuildRequires: gcc-c++