forked from pool/cloud-init
Accepting request 709156 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709156 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=141
This commit is contained in:
parent
dcd29516da
commit
4eef7cf985
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 12:37:16 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||||
shortcut the build queues by allowing usage of systemd-mini
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 12:42:49 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
@ -126,8 +126,7 @@ Requires: dmidecode
|
||||
%define initsys sysvinit_suse
|
||||
%else
|
||||
%define initsys systemd
|
||||
BuildRequires: systemd
|
||||
Requires: systemd
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%{?systemd_requires}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} == 1220
|
||||
%define systemd_prefix /lib
|
||||
|
Loading…
Reference in New Issue
Block a user