forked from pool/apache2
This commit is contained in:
parent
79b876e8c1
commit
76392f579e
@ -190,8 +190,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%endif
|
||||
# sigh, nghttp2 does not propagate into SLE-12-SP3 for some reason
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} == 120200
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(libnghttp2) >= 1.2.1
|
||||
%endif
|
||||
|
||||
@ -921,7 +920,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-prefork/mod_filter.so
|
||||
%{_libdir}/%{name}-prefork/mod_headers.so
|
||||
%{_libdir}/%{name}-prefork/mod_heartmonitor.so
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} == 120200
|
||||
%if 0%{?suse_version} > 1320
|
||||
%{_libdir}/%{name}-prefork/mod_http2.so
|
||||
%endif
|
||||
%{_libdir}/%{name}-prefork/mod_imagemap.so
|
||||
@ -1046,7 +1045,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-worker/mod_filter.so
|
||||
%{_libdir}/%{name}-worker/mod_headers.so
|
||||
%{_libdir}/%{name}-worker/mod_heartmonitor.so
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} == 120200
|
||||
%if 0%{?suse_version} > 1320
|
||||
%{_libdir}/%{name}-worker/mod_http2.so
|
||||
%endif
|
||||
%{_libdir}/%{name}-worker/mod_imagemap.so
|
||||
@ -1170,7 +1169,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-event/mod_file_cache.so
|
||||
%{_libdir}/%{name}-event/mod_filter.so
|
||||
%{_libdir}/%{name}-event/mod_headers.so
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} == 120200
|
||||
%if 0%{?suse_version} > 1320
|
||||
%{_libdir}/%{name}-event/mod_http2.so
|
||||
%endif
|
||||
%{_libdir}/%{name}-event/mod_heartmonitor.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user