Accepting request 769555 from home:dimstar:Factory
Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769555 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=183
This commit is contained in:
parent
30ad6c641f
commit
4c853334d0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 12:08:28 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||||
shortcut through the -mini flavors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 13:25:37 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cfengine
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -108,7 +108,7 @@ BuildRequires: libvirt-devel
|
||||
BuildRequires: postgresql-devel
|
||||
%endif
|
||||
%if %{have_systemd}
|
||||
BuildRequires: systemd
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%{?systemd_requires}
|
||||
%else
|
||||
# Without systemd we require cron
|
||||
|
Loading…
Reference in New Issue
Block a user