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:
Klaus Kämpf 2020-02-03 12:20:07 +00:00 committed by Git OBS Bridge
parent 30ad6c641f
commit 4c853334d0
2 changed files with 8 additions and 2 deletions

View File

@ -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> Mon Dec 16 13:25:37 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cfengine # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -108,7 +108,7 @@ BuildRequires: libvirt-devel
BuildRequires: postgresql-devel BuildRequires: postgresql-devel
%endif %endif
%if %{have_systemd} %if %{have_systemd}
BuildRequires: systemd BuildRequires: pkgconfig(systemd)
%{?systemd_requires} %{?systemd_requires}
%else %else
# Without systemd we require cron # Without systemd we require cron