From aba9ef7b74341d383dfe4306ee98c1d8e0052a7b3a78ce20848c803b2b06d0ad Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Wed, 5 Jun 2019 22:42:49 +0000 Subject: [PATCH] Accepting request 707878 from home:dimstar:Factory - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to make the build dep chain cheaper by using systemd-mini. - USe systemd_ordering instead of systemd_requires: only ask for systemd to be early in the transaction, but don't forcibly require systemd to be present. OBS-URL: https://build.opensuse.org/request/show/707878 OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=17 --- dictd.changes | 9 +++++++++ dictd.spec | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/dictd.changes b/dictd.changes index f3aa508..8797d67 100644 --- a/dictd.changes +++ b/dictd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 5 15:29:38 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + make the build dep chain cheaper by using systemd-mini. +- USe systemd_ordering instead of systemd_requires: only ask for + systemd to be early in the transaction, but don't forcibly + require systemd to be present. + ------------------------------------------------------------------- Wed Apr 24 12:04:26 CEST 2019 - Matej Cepl diff --git a/dictd.spec b/dictd.spec index 79d1ef9..5e29df5 100644 --- a/dictd.spec +++ b/dictd.spec @@ -35,12 +35,12 @@ BuildRequires: gcc BuildRequires: libdbi-devel BuildRequires: libmaa-devel BuildRequires: libtool -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) BuildRequires: zlib-devel # libtool-ltdl-devel byacc %if 0%{?suse_version} BuildRequires: systemd-rpm-macros -%{?systemd_requires} +%{?systemd_ordering} %endif %description