From 2a48a64ac1c051977af616cc0f2774e2512c0688e07eeac59dc1f430df8f770b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 12 Jun 2019 15:10:34 +0000 Subject: [PATCH] Accepting request 709440 from home:dimstar:Factory Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709440 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=138 --- vsftpd.changes | 6 ++++++ vsftpd.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/vsftpd.changes b/vsftpd.changes index 5f443bd..b001316 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 12 14:16:40 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Tue Oct 23 22:05:43 UTC 2018 - Christian Boltz diff --git a/vsftpd.spec b/vsftpd.spec index 87a04ed..69a0b78 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -99,7 +99,7 @@ Requires: user(ftp) Requires(pre): group(nobody) %endif %if %{with_systemd} -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %{?systemd_requires} %else Requires(post): %insserv_prereq