Accepting request 709152 from home:dimstar:Factory

Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709152
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/distcc?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal 2019-06-11 12:51:56 +00:00 committed by Git OBS Bridge
parent 4fb0b6ede6
commit 4c5c008a43
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 11 12:32:07 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 May 19 00:25:49 UTC 2018 - bjorn.lie@gmail.com

View File

@ -43,7 +43,7 @@ BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: systemd
BuildRequires: pkgconfig(systemd)
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(gtk+-2.0)