SHA256
1
0
forked from pool/mariadb

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
This commit is contained in:
Factory Maintainer 2014-06-16 10:16:35 +00:00 committed by Git OBS Bridge
parent 3b1ee643d8
commit 90d006a320
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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