Accepting request 454270 from home:bmwiedemann:branches:systemsmanagement

Fix build with rpm-4.13

OBS-URL: https://build.opensuse.org/request/show/454270
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=154
This commit is contained in:
Klaus Kämpf 2017-02-03 09:23:39 +00:00 committed by Git OBS Bridge
parent f100158c09
commit 3e2294682c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 2 04:29:47 UTC 2017 - bwiedemann@suse.com
- Fix build with rpm-4.13
-------------------------------------------------------------------
Fri Dec 30 12:46:35 UTC 2016 - adam.majer@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package cfengine
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -374,7 +374,9 @@ fi
%dir %{basedir}
%dir %{workdir}
%{workdir}/*
%if !%{have_systemd}
%if %{have_systemd}
%{_docdir}/%{name}/cfengine.cron
%else
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
%endif