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:
parent
3b1ee643d8
commit
90d006a320
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user