This commit is contained in:
parent
134405d89e
commit
35f15c5e99
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user