From 90d006a32038c858b2a6c31ca62f8f5560bbf870f9f65ab1d2163455d5b089ad Mon Sep 17 00:00:00 2001 From: Factory Maintainer Date: Mon, 16 Jun 2014 10:16:35 +0000 Subject: [PATCH] Accepting request 237495 from openSUSE:Factory:Staging:B - switch from buildrequire systemd to pkgconfig(systemd) to avoid cycles OBS-URL: https://build.opensuse.org/request/show/237495 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=149 --- mariadb.changes | 5 +++++ mariadb.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mariadb.changes b/mariadb.changes index eaa8236..1e1b4b8 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 16 09:55:54 UTC 2014 - coolo@suse.com + +- switch from buildrequire systemd to pkgconfig(systemd) to avoid cycles + ------------------------------------------------------------------- Fri May 23 09:04:30 CEST 2014 - mhrusecky@suse.cz diff --git a/mariadb.spec b/mariadb.spec index d1f0ce8..fb7f27a 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # Few definitions which will alter build %define preferred 01 %define use_systemd 01 @@ -103,7 +104,7 @@ Requires: %{name}-errormessages = %version Requires: perl-base # systemd requirements for openSUSE >= 12.1 %if 0%{?suse_version} >= 1210 -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %{?systemd_requires} %endif %if "%{name}" != mysql