Accepting request 358373 from systemsmanagement
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/358373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=60
This commit is contained in:
commit
d5d8ed2fec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21743034e3e3e0bea1faba956462079260e8486423eaa955e5f0e58d1ddf5088
|
|
||||||
size 2142690
|
|
3
cfengine-3.8.1.tar.gz
Normal file
3
cfengine-3.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28c7fab3e674ac9ce4b05a4acfca066378319c16ef76401f08fd0890cbad96d5
|
||||||
|
size 2149823
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 12:53:33 UTC 2016 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Update to 3.8.1
|
||||||
|
Changes:
|
||||||
|
- Upgrade CFEngine dependencies to the following versions:
|
||||||
|
- OpenSSL 1.0.2e
|
||||||
|
- PCRE 8.38
|
||||||
|
- libxml2 2.9.3
|
||||||
|
- OpenLDAP 2.4.43
|
||||||
|
- libcurl 7.46.0
|
||||||
|
- Upgrade LMDB to version 0.9.17. (Redmine #7879)
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- @if minimum_version now correctly ignores lines starting with '@'
|
||||||
|
(Redmine #7862)
|
||||||
|
- Add guard for binary upgrade during bootstrap (Redmine #7861)
|
||||||
|
- Namespaced classes can now be specified on the command line.
|
||||||
|
- Fix bad option nlwp to vzps on Proxmox / OpenVZ. (Redmine #6961)
|
||||||
|
- Fix two cases where action_policy warn still produces errors
|
||||||
|
(Redmine #7274)
|
||||||
|
- Parse def.json vars, classes and inputs from the C code. This
|
||||||
|
fixes a bug where certain entries in this file would be parsed
|
||||||
|
too late to have any effect on the evaluation. (Redmine #7453, #7615)
|
||||||
|
- Fix HP-UX specific bug that caused a lot of log output to disappear.
|
||||||
|
- Check for empty server response in RemoteDirList after decryption
|
||||||
|
(Redmine #7908)
|
||||||
|
- getvalues() will now return a list also for data containers,
|
||||||
|
and will descend recursively into the containers. (Redmine #7116)
|
||||||
|
- Define (bootstrap|failsafe)_mode during update.cf when triggerd
|
||||||
|
from failsafe.cf (Redmine #7861)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 7 13:10:16 UTC 2015 - kkaempf@suse.com
|
Mon Dec 7 13:10:16 UTC 2015 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cfengine
|
# spec file for package cfengine
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 3.8.0
|
%define srcversion 3.8.1
|
||||||
%define srcname %{name}-%{srcversion}
|
%define srcname %{name}-%{srcversion}
|
||||||
%define libname libpromises
|
%define libname libpromises
|
||||||
%define libsoname %{libname}3
|
%define libsoname %{libname}3
|
||||||
@ -72,10 +72,10 @@ BuildRequires: flex
|
|||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: lmdb-devel
|
BuildRequires: lmdb-devel >= 0.9.17
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel >= 1.0.2e
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel >= 8.38
|
||||||
%if 0%{?suse_version} == 0
|
%if 0%{?suse_version} == 0
|
||||||
# for testing on RHEL/Fedora
|
# for testing on RHEL/Fedora
|
||||||
BuildRequires: fakeroot
|
BuildRequires: fakeroot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user