- Update to 3.5.2
Bug-fixes in the CFEngine Core: - fix delayed abortclasses checking (Redmine #2316, #3114, #3003) - fix maplist arguments bug (Redmine #3256) - fix segfaults in cf-pomises (Redmine #3173, 3194) - fix build on Solaris 10/SmartOS (Redmine #3097) - sanitize characters from /etc/issue in sys.flavor for Debian (Redmine #2988) - Fix segfault when dealing with files or data > 4K (Redmine #2912, 2698) - Don't truncate keys to 126 characters in getindices (Redmine #2626) - files created via log_* actions now have mode 600 (Redmine #1578) - fix wrong log message when a promise is ignored due to 'ifvarclass' not matching - fix lifetime of persistent classes (Redmine #3259) - fix segfault when process_select body had no process_result attribute - Default to AND'ed expression of all specified attributes (Redmine #3224) - include system message in output when acl promises fail - fix invocation of standard_services bundle and corresponding promise compliance (Redmine #2869) - run fdupes after install OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=60
This commit is contained in:
parent
542ac7fe91
commit
eada620998
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d2484d5bdeaa5b6d5435b58a92a8da2bafc18294bb8eae348614e663f934429
|
|
||||||
size 1509646
|
|
3
cfengine-3.5.2.tar.gz
Normal file
3
cfengine-3.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0362224d2968929cb4a1f2b4e98efbb6f5d1ecea5e9e9ae3e86fa8d083a70d6a
|
||||||
|
size 1560750
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 12:58:49 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Update to 3.5.2
|
||||||
|
Bug-fixes in the CFEngine Core:
|
||||||
|
- fix delayed abortclasses checking (Redmine #2316, #3114, #3003)
|
||||||
|
- fix maplist arguments bug (Redmine #3256)
|
||||||
|
- fix segfaults in cf-pomises (Redmine #3173, 3194)
|
||||||
|
- fix build on Solaris 10/SmartOS (Redmine #3097)
|
||||||
|
- sanitize characters from /etc/issue in sys.flavor for Debian
|
||||||
|
(Redmine #2988)
|
||||||
|
- Fix segfault when dealing with files or data > 4K
|
||||||
|
(Redmine #2912, 2698)
|
||||||
|
- Don't truncate keys to 126 characters in getindices
|
||||||
|
(Redmine #2626)
|
||||||
|
- files created via log_* actions now have mode 600
|
||||||
|
(Redmine #1578)
|
||||||
|
- fix wrong log message when a promise is ignored due to
|
||||||
|
'ifvarclass' not matching
|
||||||
|
- fix lifetime of persistent classes (Redmine #3259)
|
||||||
|
- fix segfault when process_select body had no process_result
|
||||||
|
attribute
|
||||||
|
- Default to AND'ed expression of all specified attributes
|
||||||
|
(Redmine #3224)
|
||||||
|
- include system message in output when acl promises fail
|
||||||
|
- fix invocation of standard_services bundle and corresponding
|
||||||
|
promise compliance (Redmine #2869)
|
||||||
|
|
||||||
|
- run fdupes after install
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 2 07:14:21 UTC 2013 - kkaempf@suse.com
|
Fri Aug 2 07:14:21 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Name: cfengine
|
|||||||
Summary: CFEngine automates large-scale IT computing infrastructure
|
Summary: CFEngine automates large-scale IT computing infrastructure
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
Version: 3.5.1
|
Version: 3.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.cfengine.org/
|
Url: http://www.cfengine.org/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
@ -97,6 +97,10 @@ BuildRequires: systemd
|
|||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 01020
|
||||||
|
BuildRequires: fdupes
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CFEngine is the core of a configuration management system: ensuring
|
CFEngine is the core of a configuration management system: ensuring
|
||||||
the availability, security and compliance of mission-critical
|
the availability, security and compliance of mission-critical
|
||||||
@ -253,6 +257,10 @@ rm -rf %{buildroot}/%{_libdir}/%{name}/libpromises.la
|
|||||||
rm -rf %{buildroot}/%{_datadir}/%{name}/ChangeLog
|
rm -rf %{buildroot}/%{_datadir}/%{name}/ChangeLog
|
||||||
rm -rf %{buildroot}/%{_datadir}/%{name}/README
|
rm -rf %{buildroot}/%{_datadir}/%{name}/README
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 01020
|
||||||
|
%fdupes %{buildroot}/usr/share/cfengine
|
||||||
|
%endif
|
||||||
|
|
||||||
# systemd
|
# systemd
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user