Accepting request 506721 from home:jengelh:branches:systemsmanagement

- Reword description to have less marketing speak.
- Remove two unnecessary ldconfig calls.

OBS-URL: https://build.opensuse.org/request/show/506721
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=160
This commit is contained in:
Adam Majer 2017-06-28 11:38:23 +00:00 committed by Git OBS Bridge
parent a2521605aa
commit 4a30255df0
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 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 # This is the place where workdir should be
#define basedir /var/lib/%{name} #define basedir /var/lib/%{name}
#define workdir %{basedir}/work #define workdir %{basedir}/work
Summary: CFEngine automates large-scale IT computing infrastructure Summary: Configuration management framework
License: GPL-3.0 License: GPL-3.0
Group: Productivity/Networking/System Group: Productivity/Networking/System
Url: http://www.cfengine.org/ Url: http://www.cfengine.org/
@ -124,14 +124,10 @@ BuildRequires: perl-Exporter
%endif %endif
%description %description
CFEngine is the core of a configuration management system: ensuring CFEngine is the core of a configuration management system. It
the availability, security and compliance of mission-critical combines modeling and monitoring to move a system into compliance
applications and services. Based on popular and flexible open source with a user-defined model (the Desired State). A domain-specific
configuration management software, CFEngine configuration management language is used for setting this up.
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.
%package -n %{libsoname} %package -n %{libsoname}
Summary: Shared library of cfengine Summary: Shared library of cfengine
@ -151,24 +147,24 @@ Provides: %{name}-devel = %{version}
Obsoletes: %{name}-devel < %{version} Obsoletes: %{name}-devel < %{version}
%description -n %{libname}-devel %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 This package contains the files needed to compile programs that use the
libpromises library. libpromises library.
%package doc %package doc
Summary: CFEngine automates large-scale IT computing infrastructure - documentation Summary: Documentation for CFEngine, a config management framework
Group: Documentation/Other Group: Documentation/Other
%description doc %description doc
Full documentation for cfengine Documentation for cfengine.
%package examples %package examples
Summary: CFEngine example promises Summary: CFEngine example promises
Group: Documentation/Other Group: Documentation/Other
%description examples %description examples
Lots of examples promises for CFEngine. Lots of example promises for CFEngine.
%prep %prep
%setup -q -n %{srcname} %setup -q -n %{srcname}
@ -312,7 +308,6 @@ for i in execd monitord serverd; do
%fillup_and_insserv cf-${i} %fillup_and_insserv cf-${i}
done done
%endif %endif
/sbin/ldconfig
if [ $1 -lt 2 ]; then if [ $1 -lt 2 ]; then
# first install, generate key pair # first install, generate key pair
cf-key cf-key
@ -340,7 +335,6 @@ if [ $1 -eq 0 ]; then
# clean up inputs cache dir on removal # clean up inputs cache dir on removal
rm -rf %{basedir}/inputs/* rm -rf %{basedir}/inputs/*
fi fi
/sbin/ldconfig
%post -n %{libsoname} -p /sbin/ldconfig %post -n %{libsoname} -p /sbin/ldconfig