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:
parent
f100158c09
commit
3e2294682c
@ -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
|
Fri Dec 30 12:46:35 UTC 2016 - adam.majer@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cfengine
|
# 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
|
# 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
|
||||||
@ -374,7 +374,9 @@ fi
|
|||||||
%dir %{basedir}
|
%dir %{basedir}
|
||||||
%dir %{workdir}
|
%dir %{workdir}
|
||||||
%{workdir}/*
|
%{workdir}/*
|
||||||
%if !%{have_systemd}
|
%if %{have_systemd}
|
||||||
|
%{_docdir}/%{name}/cfengine.cron
|
||||||
|
%else
|
||||||
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
|
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user