Remove forward basic auth and fix docs
[mod_auth_gssapi.git] / contrib / mod_auth_gssapi.spec
index 8d72b9c..3577ab1 100644 (file)
@@ -1,5 +1,5 @@
 Name:           mod_auth_gssapi
-Version:        1.0.0
+Version:        1.0.4
 Release:        1%{?dist}
 Summary:        A GSSAPI Authentication module for Apache
 
@@ -13,7 +13,7 @@ Requires:       httpd-mmn = %{_httpd_mmn}
 Requires:       krb5-libs >= 1.11.5
 
 %description
-The modauht_gssapi module is an authentication service that implements the
+The mod_auth_gssapi module is an authentication service that implements the
 SPNEGO based HTTP Authentication protocol defined in RFC4559.
 
 %prep
@@ -43,5 +43,17 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
 %{_httpd_moddir}/mod_auth_gssapi.so
 
 %changelog
-* Tue Jun 24 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
-- First spec
+* Sat Nov  8 2014 Simo Sorce <simo@redhat.com> 1.0.4-1
+- Patch release 1.0.4
+
+* Sat Oct 11 2014 Simo Sorce <simo@redhat.com> 1.0.3-1
+- Patch release 1.0.3
+
+* Thu Aug 26 2014 Simo Sorce <simo@redhat.com> 1.0.2-1
+- Patch release 1.0.2
+
+* Thu Aug 14 2014 Simo Sorce <simo@redhat.com> 1.0.1-1
+- Patch release 1.0.1
+
+* Mon Aug  4 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
+- First release