From 1080a2c48e0642525ed7da1c9dedf962604f1e4d3b19de13961361ed40673cf9 Mon Sep 17 00:00:00 2001 From: Johannes Weberhofer Date: Tue, 11 Jun 2019 13:15:31 +0000 Subject: [PATCH] Accepting request 709167 from home:dimstar:Factory Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709167 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=94 --- fail2ban.changes | 6 ++++++ fail2ban.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fail2ban.changes b/fail2ban.changes index b40406a..4274770 100644 --- a/fail2ban.changes +++ b/fail2ban.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 11 12:42:54 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut the build queues by allowing usage of systemd-mini + ------------------------------------------------------------------- Sat Feb 16 22:28:49 UTC 2019 - chris@computersalat.de diff --git a/fail2ban.spec b/fail2ban.spec index 0ce47a7..bcfdf77 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -64,7 +64,7 @@ BuildArch: noarch %if 0%{?suse_version} >= 1230 # systemd BuildRequires: python-systemd -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) Requires: python-systemd Requires: systemd > 204 %{?systemd_requires}