diff --git a/apache2-mod_nss.changes b/apache2-mod_nss.changes index a3d68c4..a2a6dd7 100644 --- a/apache2-mod_nss.changes +++ b/apache2-mod_nss.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 11 12:08:09 UTC 2015 - pgajdos@suse.com + +- %{apache_branch} converted to number + ------------------------------------------------------------------- Wed Oct 14 09:23:18 UTC 2015 - pgajdos@suse.com diff --git a/apache2-mod_nss.spec b/apache2-mod_nss.spec index dc9824a..2c1b266 100644 --- a/apache2-mod_nss.spec +++ b/apache2-mod_nss.spec @@ -128,7 +128,7 @@ security library. %patch28 -p1 -b .reverse_proxy_send_SNI.rpmpatch # keep this last, otherwise we get fuzzyness from above -%if "%{apache_branch}" != "2.2" +%if %{apache_branch} >= 204 %patch9 -p1 -b .http24 %endif