OBS User unknown 2007-02-02 11:58:59 +00:00 committed by Git OBS Bridge
parent 256ea9353f
commit 95af885ef9
11 changed files with 42 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee9767a7e9b63baa003ba17964d595354e24fd3cd0b353c0348e54c34174820f
size 3184844

3
cfengine-2.1.22.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:489f7f0bdbc16c14c21fd211c2208bda03980778cf54dc9415b479993aea4ff6
size 3177876

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Feb 2 12:01:24 CET 2007 - anicka@suse.cz
- update to 2.1.22
* cfshow output formatting changes
* database internal format changes
* rewritten the checksum code, no caching anymore
* ShowState(rootprocs), ShowState(otherprocs) added for
better process reporting
* General code reorganization for better separation of concerns,
looking towards cfengine 3.
* cfconvert removed. Change of future strategy for cfengine 3
migration.
* Support for old Berkeley DB APIs abandoned.
* Encryption level added for full encryption of opendir traffic.
Must set FullEncryption = ( true ) in control for compatability
* bugfixes
-------------------------------------------------------------------
Wed Oct 18 10:28:12 CEST 2006 - anicka@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package cfengine (Version 2.1.21)
# spec file for package cfengine (Version 2.1.22)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,11 +12,11 @@
Name: cfengine
BuildRequires: db-devel libpng openssl-devel tcpd-devel te_ams te_latex
License: GNU General Public License (GPL) - all versions
License: GNU General Public License (GPL)
Group: Productivity/Networking/System
Autoreqprov: on
Version: 2.1.21
Release: 8
Version: 2.1.22
Release: 1
Summary: A Tool to Maintain Complicated Networks
URL: http://www.iu.hio.no/cfengine/
Source: %{name}-%{version}.tar.bz2
@ -96,6 +96,21 @@ ln -sf ../../etc/init.d/cfservd $RPM_BUILD_ROOT/%{_sbindir}/rccfservd
%attr(0755,root,root) %config /etc/init.d/*
%changelog -n cfengine
* Fri Feb 02 2007 - anicka@suse.cz
- update to 2.1.22
* cfshow output formatting changes
* database internal format changes
* rewritten the checksum code, no caching anymore
* ShowState(rootprocs), ShowState(otherprocs) added for
better process reporting
* General code reorganization for better separation of concerns,
looking towards cfengine 3.
* cfconvert removed. Change of future strategy for cfengine 3
migration.
* Support for old Berkeley DB APIs abandoned.
* Encryption level added for full encryption of opendir traffic.
Must set FullEncryption = ( true ) in control for compatability
* bugfixes
* Wed Oct 18 2006 - anicka@suse.cz
- fix array subscript out of range (#211160)
* Thu Sep 21 2006 - anicka@suse.cz
@ -109,7 +124,7 @@ ln -sf ../../etc/init.d/cfservd $RPM_BUILD_ROOT/%{_sbindir}/rccfservd
- Fix syntax error in configure script.
* Fri May 19 2006 - anicka@suse.cz
- update to 2.1.20:
- various minor bugfixes added
- various minor bugfixes added
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 05 2006 - anicka@suse.cz