From 9f162d6cbbc40a1fc4800c69022465e1ccdfa6e15625602e784ec5332943d989 Mon Sep 17 00:00:00 2001 From: Matei Albu Date: Wed, 12 Jun 2019 15:18:05 +0000 Subject: [PATCH] Accepting request 709481 from home:dimstar:Factory Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709481 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=166 --- tomcat.changes | 6 ++++++ tomcat.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tomcat.changes b/tomcat.changes index d43edab..7c61caa 100644 --- a/tomcat.changes +++ b/tomcat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 12 14:50:12 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Mon May 20 20:40:08 UTC 2019 - Matei diff --git a/tomcat.spec b/tomcat.spec index f074724..0bfc043 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -109,7 +109,7 @@ BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: log4j BuildRequires: sed -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) BuildRequires: systemd-rpm-macros BuildRequires: unzip BuildRequires: wsdl4j