forked from pool/apache2
- do not build mod_http2 for 13.2
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=474
This commit is contained in:
parent
230a8ed7fa
commit
634cc9df6a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 07:48:44 UTC 2016 - pgajdos@suse.com
|
||||
|
||||
- do not build mod_http2 for 13.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 04:43:21 UTC 2016 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -172,7 +172,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1320
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(libnghttp2) >= 1.0.0
|
||||
%endif
|
||||
|
||||
@ -887,7 +887,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
|
||||
%if 0%{?suse_version} > 1320
|
||||
%{_libdir}/%{name}-prefork/mod_http2.so
|
||||
%endif
|
||||
%{_libdir}/%{name}-prefork/mod_imagemap.so
|
||||
@ -1011,7 +1011,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
|
||||
%if 0%{?suse_version} > 1320
|
||||
%{_libdir}/%{name}-worker/mod_http2.so
|
||||
%endif
|
||||
%{_libdir}/%{name}-worker/mod_imagemap.so
|
||||
@ -1134,7 +1134,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
|
||||
%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