This commit is contained in:
parent
cd7a0729f8
commit
15b5b5f641
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8f349811785beb158ba5e1340289b89ebfa4b3a0b1bbea7cdffc5205f5cc6779
|
|
||||||
size 3340487
|
|
@ -1,6 +1,6 @@
|
|||||||
--- src/cf.defs.h
|
--- src/cf.defs.h
|
||||||
+++ src/cf.defs.h
|
+++ src/cf.defs.h
|
||||||
@@ -457,7 +457,7 @@
|
@@ -456,7 +456,7 @@
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
#define CF_GRAINS 64
|
#define CF_GRAINS 64
|
@ -1,6 +1,6 @@
|
|||||||
--- src/edittools.c
|
--- src/edittools.c
|
||||||
+++ src/edittools.c
|
+++ src/edittools.c
|
||||||
@@ -1355,7 +1355,7 @@
|
@@ -1368,7 +1368,7 @@
|
||||||
{
|
{
|
||||||
if (ptr->warn == 'y')
|
if (ptr->warn == 'y')
|
||||||
{
|
{
|
||||||
@ -11,7 +11,7 @@
|
|||||||
return false;
|
return false;
|
||||||
--- src/functions.c
|
--- src/functions.c
|
||||||
+++ src/functions.c
|
+++ src/functions.c
|
||||||
@@ -937,7 +937,7 @@
|
@@ -983,7 +983,7 @@
|
||||||
|
|
||||||
if (list->next != NULL && list->next->name != NULL)
|
if (list->next != NULL && list->next->name != NULL)
|
||||||
{
|
{
|
3
cfengine-2.2.3.tar.bz2
Normal file
3
cfengine-2.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:518bbd0a6a035b993d0cfbe0ede217b106122f41a1d2bfeda9b99a4084fe3518
|
||||||
|
size 3350469
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 15 14:37:49 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 2.2.3
|
||||||
|
* minor tweaks and bug fixes
|
||||||
|
* IgnoreInterfaceRegex( "vm.*" ) added to control
|
||||||
|
function added for removing data from special interfaces
|
||||||
|
from class data
|
||||||
|
* Option checkroot=true/false added to copy directive.
|
||||||
|
* Can escape colons in the strings now to avoid confusion with
|
||||||
|
expansion separator.
|
||||||
|
* cfenvgraph --erasehistory users,www_in etc will now set the
|
||||||
|
average and variance of learned cfenvd data to zero.
|
||||||
|
* audit=true/false flag added to most actions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 26 11:24:07 CET 2007 - anicka@suse.cz
|
Mon Nov 26 11:24:07 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cfengine (Version 2.2.2)
|
# spec file for package cfengine (Version 2.2.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -15,8 +15,8 @@ BuildRequires: bison db-devel flex openssl-devel
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.2.2
|
Version: 2.2.3
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: A Tool to Maintain Complicated Networks
|
Summary: A Tool to Maintain Complicated Networks
|
||||||
Url: http://www.cfengine.org/
|
Url: http://www.cfengine.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -103,6 +103,18 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libcfengine.a
|
|||||||
%attr(0755,root,root) %config /etc/init.d/*
|
%attr(0755,root,root) %config /etc/init.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 15 2008 - anicka@suse.cz
|
||||||
|
- update to 2.2.3
|
||||||
|
* minor tweaks and bug fixes
|
||||||
|
* IgnoreInterfaceRegex( "vm.*" ) added to control
|
||||||
|
function added for removing data from special interfaces
|
||||||
|
from class data
|
||||||
|
* Option checkroot=true/false added to copy directive.
|
||||||
|
* Can escape colons in the strings now to avoid confusion with
|
||||||
|
expansion separator.
|
||||||
|
* cfenvgraph --erasehistory users,www_in etc will now set the
|
||||||
|
average and variance of learned cfenvd data to zero.
|
||||||
|
* audit=true/false flag added to most actions
|
||||||
* Mon Nov 26 2007 - anicka@suse.cz
|
* Mon Nov 26 2007 - anicka@suse.cz
|
||||||
- remove .a and .la file from the package, fix
|
- remove .a and .la file from the package, fix
|
||||||
debuginfo package building
|
debuginfo package building
|
||||||
|
Loading…
Reference in New Issue
Block a user