From 4a30255df00d07bcaa40f9ae1c876506b2a7aecaf7d6527f844b4c3ae4980946 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 28 Jun 2017 11:38:23 +0000 Subject: [PATCH] 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 --- cfengine.changes | 6 ++++++ cfengine.spec | 24 +++++++++--------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cfengine.changes b/cfengine.changes index 88bfc10..8e00f6a 100644 --- a/cfengine.changes +++ b/cfengine.changes @@ -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 diff --git a/cfengine.spec b/cfengine.spec index 29900e6..a7a1086 100644 --- a/cfengine.spec +++ b/cfengine.spec @@ -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