Accepting request 454378 from systemsmanagement

1

OBS-URL: https://build.opensuse.org/request/show/454378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2017-02-07 11:02:53 +00:00 committed by Git OBS Bridge
commit f2f9b4382a
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