Hello community,
here is the log from the commit of package apache2-mod_authn_otp for
openSUSE:Factory checked in at 2015-12-21 12:04:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_authn_otp (Old)
and /work/SRC/openSUSE:Factory/.apache2-mod_authn_otp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_authn_otp"
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache2-mod_authn_otp/apache2-mod_authn_otp.changes
2015-10-20 00:05:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.apache2-mod_authn_otp.new/apache2-mod_authn_otp.changes
2015-12-21 12:04:36.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Dec 11 11:59:26 UTC 2015 - [email protected]
+
+- %{apache_branch} converted to number
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_authn_otp.spec ++++++
--- /var/tmp/diff_new_pack.HJr1iO/_old 2015-12-21 12:04:37.000000000 +0100
+++ /var/tmp/diff_new_pack.HJr1iO/_new 2015-12-21 12:04:37.000000000 +0100
@@ -104,7 +104,7 @@
</Directory>
EOF
exit_code=0
-%if "%{apache_branch}" != "2.2"
+%if %{apache_branch} >= 204
# 2.4 and up
base_authn_module='authn_core'
%else