Accepting request 506774 from systemsmanagement

1

OBS-URL: https://build.opensuse.org/request/show/506774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2017-06-29 13:16:00 +00:00 committed by Git OBS Bridge
commit 824c412790
2 changed files with 15 additions and 15 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 19 18:14:29 UTC 2017 - jengelh@inai.de
- Reword description to have less marketing speak.
- Remove two unnecessary ldconfig calls.
-------------------------------------------------------------------
Fri Mar 31 06:06:41 UTC 2017 - kkaempf@suse.com

View File

@ -39,7 +39,7 @@ Release: 0
# This is the place where workdir should be
#define basedir /var/lib/%{name}
#define workdir %{basedir}/work
Summary: CFEngine automates large-scale IT computing infrastructure
Summary: Configuration management framework
License: GPL-3.0
Group: Productivity/Networking/System
Url: http://www.cfengine.org/
@ -124,14 +124,10 @@ BuildRequires: perl-Exporter
%endif
%description
CFEngine is the core of a configuration management system: ensuring
the availability, security and compliance of mission-critical
applications and services. Based on popular and flexible open source
configuration management software, CFEngine configuration management
products are highly scalable through decentralized, autonomous agents
that can continuously monitor, self-repair, and update the IT
infrastructure of a global multi-site enterprise - with negligible
impact on system resources or performance.
CFEngine is the core of a configuration management system. It
combines modeling and monitoring to move a system into compliance
with a user-defined model (the Desired State). A domain-specific
language is used for setting this up.
%package -n %{libsoname}
Summary: Shared library of cfengine
@ -151,24 +147,24 @@ Provides: %{name}-devel = %{version}
Obsoletes: %{name}-devel < %{version}
%description -n %{libname}-devel
A high-speed character set detection library
A character set detection library.
This package contains the files needed to compile programs that use the
libpromises library.
%package doc
Summary: CFEngine automates large-scale IT computing infrastructure - documentation
Summary: Documentation for CFEngine, a config management framework
Group: Documentation/Other
%description doc
Full documentation for cfengine
Documentation for cfengine.
%package examples
Summary: CFEngine example promises
Group: Documentation/Other
%description examples
Lots of examples promises for CFEngine.
Lots of example promises for CFEngine.
%prep
%setup -q -n %{srcname}
@ -312,7 +308,6 @@ for i in execd monitord serverd; do
%fillup_and_insserv cf-${i}
done
%endif
/sbin/ldconfig
if [ $1 -lt 2 ]; then
# first install, generate key pair
cf-key
@ -340,7 +335,6 @@ if [ $1 -eq 0 ]; then
# clean up inputs cache dir on removal
rm -rf %{basedir}/inputs/*
fi
/sbin/ldconfig
%post -n %{libsoname} -p /sbin/ldconfig