SHA256
1
0
forked from pool/mariadb

Accepting request 612828 from server:database

OBS-URL: https://build.opensuse.org/request/show/612828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2018-06-03 10:32:19 +00:00 committed by Git OBS Bridge
commit 0713a5ce06
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 23 15:23:00 CEST 2018 - kukuk@suse.de
- Don't require systemd explicit, spec file can handle both cases
correct and in containers we don't have systemd.
-------------------------------------------------------------------
Fri May 18 11:02:12 UTC 2018 - kstreitova@suse.com

View File

@ -147,7 +147,11 @@ Provides: %{extra_provides} = %{version}
Obsoletes: %{extra_provides} < %{version}
Provides: %{extra_provides}-debug-version = %{version}
Obsoletes: %{extra_provides}-debug-version < %{version}
%if 0%{?suse_version} < 1500
# Explicit requires of systemd is not needed anymore and
# creates a problem for containers
%{?systemd_requires}
%endif
# Do not BuildRequires lzo for i586 and arm
# https://lists.launchpad.net/maria-discuss/msg04639.html
%ifnarch i586 %{arm}