Accepting request 709443 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709443 OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=37
This commit is contained in:
parent
691ba48f2e
commit
7b3235fb25
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 12 14:18:23 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 25 07:40:26 UTC 2018 - eich@suse.com
|
Tue Sep 25 07:40:26 UTC 2018 - eich@suse.com
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ BuildRequires: freeipmi-devel
|
|||||||
Source0: https://github.com/dun/conman/archive/%{name}-%{version}.tar.gz
|
Source0: https://github.com/dun/conman/archive/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}.service.in
|
Source1: %{name}.service.in
|
||||||
%if 0%{?have_systemd}
|
%if 0%{?have_systemd}
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
|
Loading…
Reference in New Issue
Block a user