Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2019-07-29 17:23:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind"

Mon Jul 29 17:23:04 2019 rev:142 rq:717460 version:9.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2019-04-18 
13:57:38.271979471 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new.4126/bind.changes      2019-07-29 
17:23:08.126374527 +0200
@@ -1,0 +2,8 @@
+Fri Jul 12 08:43:29 UTC 2019 - [email protected]
+
+- removal of SuSEfirewall2 service from Factory, since SuSEfirewall2 has been
+  replaced by firewalld, see [1].
+
+  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.CxhrNB/_old  2019-07-29 17:23:09.678373953 +0200
+++ /var/tmp/diff_new_pack.CxhrNB/_new  2019-07-29 17:23:09.686373950 +0200
@@ -48,6 +48,11 @@
 %else
 %define with_systemd 0
 %endif
+%if 0%{?suse_version} < 1315
+%define with_sfw2 1
+%else
+%define with_sfw2 0
+%endif
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
@@ -390,9 +395,11 @@
        %{buildroot}%{_mandir}/{man1,man3,man5,man8} \
        %{buildroot}%{_fillupdir} \
        %{buildroot}/%{_rundir} \
-       %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services \
        %{buildroot}%{_includedir}/bind/dns \
        %{buildroot}%{_libexecdir}/bind
+%if %{with_sfw2}
+mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
+%endif
 %make_install
 # install errno2result.h, some dynamic DB plugins could use it.
 install -m 0755 -d %{buildroot}%{_includedir}/isc/
@@ -442,7 +449,9 @@
 for file in named-common named-named syslog-named; do
        install -m 0644 vendor-files/sysconfig/${file} 
%{buildroot}%{_fillupdir}/sysconfig.${file}
 done
+%if %{with_sfw2}
 install -m 644 vendor-files/sysconfig/SuSEFirewall.named 
%{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/bind
+%endif
 # Cleanup doc
 rm doc/misc/Makefile*
 find doc/arm -type f ! -name '*.html' -print0 | xargs -0 rm -f
@@ -576,7 +585,9 @@
 %else
 %config /%{_sysconfdir}/init.d/named
 %endif
+%if %{with_sfw2}
 %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/bind
+%endif
 %{_bindir}/bind9-config
 %{_bindir}/named-rrchecker
 %{_sbindir}/rcnamed




Reply via email to