Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2015-02-27 10:59:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cfengine (Old)
 and      /work/SRC/openSUSE:Factory/.cfengine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cfengine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes        2015-02-06 
22:37:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2015-02-27 
10:59:35.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Feb 24 18:18:21 UTC 2015 - dims...@opensuse.org
+
+- Remove install-info calls in post/postun: there is no info page
+  being installed.
+- rop texlive BuildRequires (there is no info page, and even if,
+  makeinfo would be sufficien).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cfengine.spec ++++++
--- /var/tmp/diff_new_pack.Lketz1/_old  2015-02-27 10:59:37.000000000 +0100
+++ /var/tmp/diff_new_pack.Lketz1/_new  2015-02-27 10:59:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cfengine
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -127,11 +127,6 @@
 %endif
 %endif
 
-%if 0%{?suse_version}
-PreReq:         %install_info_prereq
-BuildRequires:  texlive
-%endif
-
 %if %have_systemd
 BuildRequires:  systemd
 %{?systemd_requires}
@@ -351,9 +346,6 @@
 
 %post
 %service_add_post cf-execd.service cf-monitord.service cf-serverd.service
-%if 0%{?suse_version} > 1010
-%install_info --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
-%endif
 /sbin/ldconfig
 if [ $1 -lt 2 ]; then
   # first install, generate key pair
@@ -365,9 +357,6 @@
 
 %postun
 %service_del_postun cf-execd.service cf-monitord.service cf-serverd.service
-%if 0%{?suse_version} > 1010
-%install_info_delete --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
-%endif
 if [ $1 -eq 0 ]; then
   # clean up inputs cache dir on removal
   rm -rf %{basedir}/inputs/*
@@ -392,14 +381,10 @@
 %endif
 
 %post
-%if 0%{?suse_version} > 1010
-%install_info --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
-%endif
 /sbin/ldconfig
 
 %postun
 %if 0%{?suse_version} > 1010
-%install_info_delete --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
 %insserv_cleanup
   for i in execd monitord serverd; do
     %restart_on_update cf-${i}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to