Accepting request 588443 from Apache

- Replace SuSEFirewall2 by firewalld II (fate#323460) [bsc#1083492]

OBS-URL: https://build.opensuse.org/request/show/588443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=143
This commit is contained in:
Dominique Leuenberger 2018-03-26 09:52:11 +00:00 committed by Git OBS Bridge
commit 83f5ae99b5
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 19 07:53:04 UTC 2018 - pgajdos@suse.com
- Replace SuSEFirewall2 by firewalld II (fate#323460) [bsc#1083492]
-------------------------------------------------------------------
Mon Feb 5 07:14:03 UTC 2018 - pgajdos@suse.com

View File

@ -153,6 +153,9 @@ BuildRequires: apr-util-devel
#Since 2.4.7 the event MPM requires apr 1.5.0 or later.
BuildRequires: apr-devel >= 1.5.0
BuildRequires: automake
%if %{use_firewalld}
BuildRequires: firewall-macros
%endif
%if 0%{?suse_version} >= 1315
BuildRequires: pkgconfig(libbrotlidec)
BuildRequires: pkgconfig(libbrotlienc)
@ -1492,6 +1495,9 @@ if [ -n "$HTTPD_MPM" ]; then
ln -sf $HTTPD_SBIN_BASE-$HTTPD_MPM $HTTPD_SBIN_BASE
fi
#
%if %{use_firewalld}
%firewalld_reload
%endif
exit 0
%posttrans