From 8f9bab6c018d0bae9d563e84cba3ee8b81e9469e653fbea00a4dddfd1c5a4612 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 12 Jun 2019 15:17:25 +0000 Subject: [PATCH] Accepting request 709502 from home:dimstar:Factory Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709502 OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=38 --- hsqldb.changes | 6 ++++++ hsqldb.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hsqldb.changes b/hsqldb.changes index b24e9fa..b3416af 100644 --- a/hsqldb.changes +++ b/hsqldb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 12 15:07:02 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Thu Jul 12 07:59:04 UTC 2018 - fstrba@suse.com diff --git a/hsqldb.spec b/hsqldb.spec index 4ac222d..54f1ea4 100644 --- a/hsqldb.spec +++ b/hsqldb.spec @@ -54,7 +54,7 @@ BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: servletapi5 -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) BuildRequires: unzip Requires: java >= 1.8 Requires: servletapi5