- Upgrade to 3.6.0b1

- New promise type "users" for managing local user accounts.
  - TLS authentication and fully encrypted network protocol
  - New attributes in 'bundle server access_rules'
  - New variable type 'data' for handling of structured data
  - Tagging of classes and variables with meta data
  - Many new built-in variables
  - Many new functions
  - Replace tokyocabinet with lmdb database

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=66
This commit is contained in:
Klaus Kämpf 2014-02-03 18:31:18 +00:00 committed by Git OBS Bridge
parent 225386a441
commit 04203f2cf0
5 changed files with 38 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e2d13ba1d75f826bf15411912ce21075734796a35e8fb8ecf545d70d60f41e1
size 1542468

3
cfengine-3.6.0b1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d4208a2459a17bd108a059c5fd3fb8dd3ce965ae764b81d8fd187193a1dae6a
size 1338409

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 3 18:30:23 UTC 2014 - kkaempf@suse.com
- Upgrade to 3.6.0b1
- New promise type "users" for managing local user accounts.
- TLS authentication and fully encrypted network protocol
- New attributes in 'bundle server access_rules'
- New variable type 'data' for handling of structured data
- Tagging of classes and variables with meta data
- Many new built-in variables
- Many new functions
- Replace tokyocabinet with lmdb database
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 11 07:25:59 UTC 2013 - kkaempf@suse.com Wed Dec 11 07:25:59 UTC 2013 - kkaempf@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package cfengine # spec file for package cfengine
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products 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
@ -17,6 +17,7 @@
Name: cfengine Name: cfengine
%define srcname core
%define libname libpromises %define libname libpromises
%define libsoname %{libname}3 %define libsoname %{libname}3
@ -28,10 +29,11 @@ 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.3 Version: 3.6.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
# there's no /usr/include/acl.h in SUSE or Fedora, kkaempf@suse.de # there's no /usr/include/acl.h in SUSE or Fedora, kkaempf@suse.de
Patch1: libacl-headers.patch Patch1: libacl-headers.patch
# SLE 11 or RHEL5 autoconf does not support AM_SUBST_NOTMAKE, kkaempf@suse.de # SLE 11 or RHEL5 autoconf does not support AM_SUBST_NOTMAKE, kkaempf@suse.de
@ -58,13 +60,16 @@ Source9: cf-serverd
%endif %endif
Source10: %{name}.cron Source10: %{name}.cron
Source11: %{name}-rpmlintrc Source11: %{name}-rpmlintrc
Source12: masterfiles-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison BuildRequires: bison
BuildRequires: db-devel BuildRequires: db-devel
BuildRequires: flex BuildRequires: flex
BuildRequires: libtokyocabinet-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: lmdb-devel
BuildRequires: pam-devel
# #
# Disable mysql for SLE_11: # Disable mysql for SLE_11:
# #
@ -160,7 +165,7 @@ This package contains the files of the cfengine server.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{srcname}-%{version}
%if 0%{?suse_version} || 0%{?fedora_version} || 0%{?rhel_version} %if 0%{?suse_version} || 0%{?fedora_version} || 0%{?rhel_version}
%patch1 -p1 %patch1 -p1
%endif %endif
@ -251,9 +256,12 @@ done
# Install masterfiles (as %%config(noreplace) ) # Install masterfiles (as %%config(noreplace) )
%{__install} -d %{buildroot}/%{basedir}/masterfiles %{__install} -d %{buildroot}/%{basedir}/masterfiles
%{__install} -m 0644 masterfiles/def.cf %{buildroot}/%{basedir}/masterfiles tar xf %{S:12}
%{__install} -m 0644 masterfiles/promises.cf %{buildroot}/%{basedir}/masterfiles cd masterfiles-%{version}
%{__install} -m 0644 masterfiles/libraries/cfengine_stdlib.cf %{buildroot}/%{basedir}/masterfiles make install DESTDIR=%{buildroot}/%{basedir}/masterfiles
# %{__install} -m 0644 masterfiles/def.cf %{buildroot}/%{basedir}/masterfiles
# %{__install} -m 0644 masterfiles/promises.cf %{buildroot}/%{basedir}/masterfiles
# %{__install} -m 0644 masterfiles/libraries/cfengine_stdlib.cf %{buildroot}/%{basedir}/masterfiles
rm -rf %{buildroot}/%{_libdir}/%{name}/libpromises.la rm -rf %{buildroot}/%{_libdir}/%{name}/libpromises.la
@ -380,6 +388,7 @@ fi
%{_sbindir}/cf-monitord %{_sbindir}/cf-monitord
%{_sbindir}/cf-promises %{_sbindir}/cf-promises
%{_sbindir}/cf-runagent %{_sbindir}/cf-runagent
%{_sbindir}/cf-upgrade
%{_sbindir}/rpmvercmp %{_sbindir}/rpmvercmp
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
%_unitdir/cf-execd.service %_unitdir/cf-execd.service
@ -398,8 +407,8 @@ fi
%exclude %{basedir}/config %exclude %{basedir}/config
#%%exclude %%{basedir}/failsafe #%%exclude %%{basedir}/failsafe
%dir %{_datadir}/%{name} # %dir %{_datadir}/%{name}
%{_datadir}/%{name}/* # %{_datadir}/%{name}/*
%dir %{workdir} %dir %{workdir}
%{workdir}/* %{workdir}/*

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:276b760241cd722801f79db163f2d4c7477a89af2338e03509c0005629c4f9d2
size 167598