Accepting request 174401 from systemsmanagement
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/174401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=34
This commit is contained in:
commit
25c261ccff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39ab4e6237a52c8b41698f0ca0f0ecddcc4b722782eedab07ba359d6bd3c71fa
|
|
||||||
size 4767372
|
|
3
cfengine-3.5.0b1.tar.gz
Normal file
3
cfengine-3.5.0b1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c85472e45a572a26617b5b17476d3cc7e541757928edcc89c6fe2e9e3f9adcb7
|
||||||
|
size 4774388
|
@ -1,8 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 14:41:48 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Build with libvirt
|
||||||
|
- run cf-key on first install
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 15 07:12:33 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Update to 3.5.0 - Beta 1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 08:12:52 UTC 2013 - kkaempf@suse.com
|
Mon Mar 18 08:12:52 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
- Update to 3.5.0 - Alpha 2
|
- Update to 3.5.0 - Alpha 2
|
||||||
New features:
|
New features:
|
||||||
|
- new built-in functions: classesmatching, strftime, filestat,
|
||||||
|
ifelse, maparray
|
||||||
- cf-promises flag --parse-tree is replaced by --policy-output-format=,
|
- cf-promises flag --parse-tree is replaced by --policy-output-format=,
|
||||||
requiring the user to specify the output format (none, cf, json)
|
requiring the user to specify the output format (none, cf, json)
|
||||||
- cf-promises allows partial check of policy (without body common
|
- cf-promises allows partial check of policy (without body common
|
||||||
@ -16,7 +29,12 @@ Mon Mar 18 08:12:52 UTC 2013 - kkaempf@suse.com
|
|||||||
- add scope attribute for body classes (Redmine #2013)
|
- add scope attribute for body classes (Redmine #2013)
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
- action_policy => "warn" causes not_kept classes to be set on
|
||||||
|
promise needing repair.
|
||||||
|
- command line option version (-V) now prints a shorter
|
||||||
|
parsable version without graphic
|
||||||
|
- implicit execution of server and common bundles taking
|
||||||
|
arguments is skipped in cf-serverd.
|
||||||
- WARNING: option --policy-server removed, require option to
|
- WARNING: option --policy-server removed, require option to
|
||||||
--bootstrap instead
|
--bootstrap instead
|
||||||
- process promises don't log if processes are out of range unless
|
- process promises don't log if processes are out of range unless
|
||||||
@ -26,7 +44,7 @@ Mon Mar 18 08:12:52 UTC 2013 - kkaempf@suse.com
|
|||||||
- cf-execd: --once implies --no-fork
|
- cf-execd: --once implies --no-fork
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
- ifvarclass checked from classes promises in common bundles
|
||||||
- do not wait for splaytime when executing only once
|
- do not wait for splaytime when executing only once
|
||||||
- disable xml editing functionality when libxml2 doesn't provide
|
- disable xml editing functionality when libxml2 doesn't provide
|
||||||
necessary APIs (Redmine #1937)
|
necessary APIs (Redmine #1937)
|
||||||
|
@ -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.0a2
|
Version: 3.5.0b1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.cfengine.org/
|
Url: http://www.cfengine.org/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
@ -63,6 +63,7 @@ BuildRequires: libxml2-devel
|
|||||||
%if 0%{?suse_version} != 1110
|
%if 0%{?suse_version} != 1110
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: libvirt-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
@ -228,6 +229,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/README
|
|||||||
%install_info --name=%{name} --info-dir=%{_infodir} %{_infodir}/cf3-reference.info.gz
|
%install_info --name=%{name} --info-dir=%{_infodir} %{_infodir}/cf3-reference.info.gz
|
||||||
%endif
|
%endif
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
if [ $1 -lt 2 ]; then
|
||||||
|
cf-key
|
||||||
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%service_del_preun cf-execd.service cf-monitord.service
|
%service_del_preun cf-execd.service cf-monitord.service
|
||||||
|
Loading…
Reference in New Issue
Block a user