- Update to 3.8.2
Fixes: - Reduce verbosity of apt_get package module (Redmine #7485) - Reduce verbosity of yum package module (Redmine #7485) - The isvariable() function call now correctly accepts all array variables when specified inline. Previously it would not accept certain special characters, even though they could be specified indirectly by using a variable to hold it. (Redmine #7088) - Don't follow symbolic links when copying extended attributes. - Fix a bug which sometimes caused package promises to be skipped with "XX Another cf-agent seems to have done this since I started" messages in the log, most notably in long running cf-agent runs (longer than one minute). (Redmine #7933) - Fix bug which could render host unable to recover from a syntax error, even if failsafe.cf was utilized. This could happen if the file containing the syntax error was specified in the def.json special file. (Redmine #7961) - Change: Policy files specified in the "inputs" section of def.json will no longer be auto-loaded. One has to refer to the $(def.augments_inputs) variable in the policy (the standard masterfiles policies include this by default). This only affects installations which are not based on the standard masterfiles, and which are using the "inputs" field inside def.json. (Redmine #7961) - Fix file descriptor leak when there are network errors. - Fix cf-serverd error messages with classic protocol clients (Redmine #7818) - Installing packages containing version numbers using yum now works correctly. (Redmine #7825) - Fix ps options for FreeBSD to check processes only in current host and not in jails OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=139
This commit is contained in:
parent
83b2d2f0a0
commit
a0e3d96145
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28c7fab3e674ac9ce4b05a4acfca066378319c16ef76401f08fd0890cbad96d5
|
||||
size 2149823
|
3
cfengine-3.8.2.tar.gz
Normal file
3
cfengine-3.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5059a5c37784b3cd5f5217ee9aa9fde8c268f922c162247205a9f53271fac33
|
||||
size 2155283
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 07:00:50 UTC 2016 - kkaempf@suse.com
|
||||
|
||||
- Update to 3.8.2
|
||||
Fixes:
|
||||
- Reduce verbosity of apt_get package module (Redmine #7485)
|
||||
- Reduce verbosity of yum package module (Redmine #7485)
|
||||
- The isvariable() function call now correctly accepts all
|
||||
array variables when specified inline. Previously it would not accept
|
||||
certain special characters, even though they could be specified
|
||||
indirectly by using a variable to hold it. (Redmine #7088)
|
||||
- Don't follow symbolic links when copying extended attributes.
|
||||
- Fix a bug which sometimes caused package promises to be
|
||||
skipped with "XX Another cf-agent seems to have done this
|
||||
since I started" messages in the log, most notably in long running cf-agent
|
||||
runs (longer than one minute). (Redmine #7933)
|
||||
- Fix bug which could render host unable to recover from a
|
||||
syntax error, even if failsafe.cf was utilized. This could
|
||||
happen if the file containing the syntax error was specified in the def.json
|
||||
special file. (Redmine #7961)
|
||||
- Change: Policy files specified in the "inputs" section of
|
||||
def.json will no longer be auto-loaded. One has to refer to the
|
||||
$(def.augments_inputs) variable in the policy (the standard
|
||||
masterfiles policies include this by default). This only affects
|
||||
installations which are not based on the standard masterfiles, and
|
||||
which are using the "inputs" field inside def.json. (Redmine #7961)
|
||||
- Fix file descriptor leak when there are network errors.
|
||||
- Fix cf-serverd error messages with classic protocol clients
|
||||
(Redmine #7818)
|
||||
- Installing packages containing version numbers using yum
|
||||
now works correctly. (Redmine #7825)
|
||||
- Fix ps options for FreeBSD to check processes only in
|
||||
current host and not in jails
|
||||
- fix build failure on FreeBSD 7.1 (Redmine #7415)
|
||||
- Show errors regarding failure to copy extended attributes
|
||||
when doing a local file copy. Errors could happen when copying
|
||||
across two different mount points where the support for extended
|
||||
attributes is different between the mount points.
|
||||
- Fix classes being set because of hash collision in the implementation.
|
||||
(Redmine #7912)
|
||||
- Allow def.json up to 5MB instead of 4K.
|
||||
- Fix a regression which would sometimes cause "Permission
|
||||
denied" errors on files inside directories with very restricted
|
||||
permissions. (Redmine #7808)
|
||||
- Change: Suppress standard services noise on SUSE (Redmine #6968)
|
||||
|
||||
Changes:
|
||||
- Change: classesmatching(): order of classes changed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 12:53:33 UTC 2016 - kkaempf@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 3.8.1
|
||||
%define srcversion 3.8.2
|
||||
%define srcname %{name}-%{srcversion}
|
||||
%define libname libpromises
|
||||
%define libsoname %{libname}3
|
||||
@ -34,7 +34,7 @@
|
||||
%bcond_with postgresql
|
||||
%bcond_with libvirt
|
||||
Name: cfengine
|
||||
Version: 3.8.0
|
||||
Version: %{srcversion}
|
||||
Release: 0
|
||||
# This is the place where workdir should be
|
||||
#define basedir /var/lib/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user