Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2019-07-24 20:50:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cfengine (Old)
 and      /work/SRC/openSUSE:Factory/.cfengine.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cfengine"

Wed Jul 24 20:50:21 2019 rev:75 rq:718258 version:3.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes        2019-03-26 
15:43:15.212215406 +0100
+++ /work/SRC/openSUSE:Factory/.cfengine.new.4126/cfengine.changes      
2019-07-24 20:50:22.530453277 +0200
@@ -1,0 +2,8 @@
+Tue Jul 23 11:23:47 UTC 2019 - [email protected]
+
+- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
+  firewalld, see [1].
+
+  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cfengine.spec ++++++
--- /var/tmp/diff_new_pack.V5eHh4/_old  2019-07-24 20:50:23.906453067 +0200
+++ /var/tmp/diff_new_pack.V5eHh4/_new  2019-07-24 20:50:23.906453067 +0200
@@ -27,6 +27,11 @@
 %else
 %define have_systemd 0
 %endif
+%if 0%{?suse_version} <= 150100
+%define with_sfw2 1
+%else
+%define with_sfw2 0
+%endif
 # pass --with-bla to enable the build
 %bcond_with mysql
 %bcond_with postgresql
@@ -289,7 +294,9 @@
 done
 
 # Firewall
+%if %{with_sfw2}
 install -D -m 644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/cfengine
+%endif
 
 # Ckeabyo dyoes
 %if 0%{?suse_version} > 1020
@@ -366,7 +373,9 @@
 %{_sbindir}/rccf-execd
 %{_sbindir}/rccf-monitord
 %{_sbindir}/rccf-serverd
+%if %{with_sfw2}
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/cfengine
+%endif
 %{_mandir}/man8/*
 %dir %{basedir}
 %dir %{workdir}


Reply via email to