forked from pool/apache2
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:
commit
83f5ae99b5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user