File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.69] )
2
- AC_INIT ( [ mod_auth_gssapi] , [ 1.0.0 ] , [ simo@redhat.com] )
2
+ AC_INIT ( [ mod_auth_gssapi] , [ 1.0.1 ] , [ simo@redhat.com] )
3
3
AC_CONFIG_SRCDIR ( [ src/mod_auth_gssapi.c] )
4
4
AM_INIT_AUTOMAKE ( [ -Wall foreign subdir-objects tar-pax] )
5
5
m4_ifdef ( [ AM_PROG_AR] , [ AM_PROG_AR] )
Original file line number Diff line number Diff line change 1
1
Name: mod_auth_gssapi
2
- Version: 1.0.0
2
+ Version: 1.0.1
3
3
Release: 1%{?dist }
4
4
Summary: A GSSAPI Authentication module for Apache
5
5
@@ -43,5 +43,8 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}
43
43
%{_httpd_moddir }/mod_auth_gssapi.so
44
44
45
45
%changelog
46
- * Tue Jun 24 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
47
- - First spec
46
+ * Thu Aug 14 2014 Simo Sorce <simo@redhat.com> 1.0.1-1
47
+ - Patch release 1.0.1
48
+
49
+ * Mon Aug 4 2014 Simo Sorce <simo@redhat.com> 1.0.0-1
50
+ - First release
You can’t perform that action at this time.
0 commit comments