From 35f15c5e996747f8470439da9c32df82a8828754de316c80a37faeba18cca19c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 14 Apr 2009 17:12:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=13 --- cfengine.changes | 5 +++++ cfengine.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/cfengine.changes b/cfengine.changes index fbc727c..26d6538 100644 --- a/cfengine.changes +++ b/cfengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 10 17:33:15 CEST 2009 - anicka@suse.cz + +- fix %preun script (bnc#487781) + ------------------------------------------------------------------- Mon Oct 27 12:30:53 CET 2008 - anicka@suse.cz diff --git a/cfengine.spec b/cfengine.spec index ee54a65..393f0ec 100644 --- a/cfengine.spec +++ b/cfengine.spec @@ -1,7 +1,7 @@ # # spec file for package cfengine (Version 2.2.8) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ License: GPL v2 or later Group: Productivity/Networking/System AutoReqProv: on Version: 2.2.8 -Release: 4 +Release: 5 Summary: A Tool to Maintain Complicated Networks Url: http://www.cfengine.org/ Source: %{name}-%{version}.tar.bz2 @@ -97,9 +97,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libcfengine.a %insserv_cleanup %preun -%stop_on_removal /etc/init.d/cfenvd -%stop_on_removal /etc/init.d/cfservd -%stop_on_removal /etc/init.d/cfexecd +%stop_on_removal cfenvd +%stop_on_removal cfservd +%stop_on_removal cfexecd %files %defattr(-,root,root) @@ -110,6 +110,8 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libcfengine.a %attr(0755,root,root) %config /etc/init.d/* %changelog +* Fri Apr 10 2009 anicka@suse.cz +- fix %%preun script (bnc#487781) * Mon Oct 27 2008 anicka@suse.cz - fix bad printf specifier (bnc#439040) * Thu Sep 11 2008 anicka@suse.cz