Patch release 1.0.3
- fixes some build issues on various distros
This commit is contained in:
parent
ba8827d773
commit
48841be597
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/mod_auth_gssapi-1.0.1.tar.gz
|
/mod_auth_gssapi-1.0.1.tar.gz
|
||||||
/mod_auth_gssapi-1.0.2.tar.gz
|
/mod_auth_gssapi-1.0.2.tar.gz
|
||||||
|
/mod_auth_gssapi-1.0.3.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mod_auth_gssapi
|
Name: mod_auth_gssapi
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GSSAPI Authentication module for Apache
|
Summary: A GSSAPI Authentication module for Apache
|
||||||
|
|
||||||
@ -43,6 +43,10 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
|
|||||||
%{_httpd_moddir}/mod_auth_gssapi.so
|
%{_httpd_moddir}/mod_auth_gssapi.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 11 2014 Simo Sorce <simo@redhat.com> 1.0.3-1
|
||||||
|
- Patch release 1.0.3
|
||||||
|
- fixes some build issues on various distros
|
||||||
|
|
||||||
* Thu Aug 27 2014 Simo Sorce <simo@redhat.com> 1.0.2-1
|
* Thu Aug 27 2014 Simo Sorce <simo@redhat.com> 1.0.2-1
|
||||||
- Adds documntation to README
|
- Adds documntation to README
|
||||||
- fixes bad bug that crippled configuration
|
- fixes bad bug that crippled configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user