From ac317fe173899778750bcbf296bb1f47938fe934a7f4aa555e67f7da747b034a Mon Sep 17 00:00:00 2001 From: Mel Gorman Date: Wed, 12 Jun 2019 15:19:41 +0000 Subject: [PATCH] Accepting request 709487 from home:dimstar:Factory Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709487 OBS-URL: https://build.opensuse.org/package/show/hardware/numad?expand=0&rev=5 --- numad.changes | 6 ++++++ numad.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/numad.changes b/numad.changes index 2ede3ca..e1f8915 100644 --- a/numad.changes +++ b/numad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 12 14:58:50 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Mon Feb 20 09:52:57 CET 2017 - kukuk@suse.de diff --git a/numad.spec b/numad.spec index 9550b04..6f794ab 100644 --- a/numad.spec +++ b/numad.spec @@ -34,7 +34,7 @@ Patch6: numad-opensuse-systemd.patch Patch7: numad-systemd-simple-type.patch %if 0%{?suse_version} > 1140 -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %{?systemd_requires} %define has_systemd 1 %endif