forked from pool/mariadb
Accepting request 611836 from home:kukuk:branches:server:database
- Don't require systemd explicit, spec file can handle both cases correct and in containers we don't have systemd. OBS-URL: https://build.opensuse.org/request/show/611836 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=213
This commit is contained in:
parent
faeb8f39fd
commit
455598d98c
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user