Accepting request 338807 from home:pgajdos:apache2

Yeah I know apache_branch as string is awful, we will need to convert it to a number soon.

OBS-URL: https://build.opensuse.org/request/show/338807
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_nss?expand=0&rev=16
This commit is contained in:
Vítězslav Čížek 2015-10-19 15:09:08 +00:00 committed by Git OBS Bridge
parent abada88a70
commit caa7c1c7aa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 14 09:23:18 UTC 2015 - pgajdos@suse.com
- mod_nss-httpd24.patch applied depending on %{apache_branch}
instead of %{suse_version}, fixes build for sle11 with new apache
-------------------------------------------------------------------
Fri Oct 2 14:35:41 UTC 2015 - pgajdos@suse.com

View File

@ -128,7 +128,7 @@ security library.
%patch28 -p1 -b .reverse_proxy_send_SNI.rpmpatch
# keep this last, otherwise we get fuzzyness from above
%if 0%{?suse_version} >= 1300
%if "%{apache_branch}" != "2.2"
%patch9 -p1 -b .http24
%endif