diff options
| author | Todd Zullinger <tmz@pobox.com> | 2008-12-07 21:31:52 -0500 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2008-12-23 10:27:03 -0500 |
| commit | 5b05644cce52e24ab2e140bb831803efdb365660 (patch) | |
| tree | 73973de9d50deb9e1b64361d6170ffbb3b95bc02 | |
| parent | a59ef2a254f9e856fd30a5fb4b6087a5064dce2f (diff) | |
| download | git-package-5b05644cce52e24ab2e140bb831803efdb365660.tar.gz git-package-5b05644cce52e24ab2e140bb831803efdb365660.tar.xz git-package-5b05644cce52e24ab2e140bb831803efdb365660.zip | |
Include DirectoryIndex in gitweb httpd-config (bug 471692)
| -rw-r--r-- | git.conf.httpd | 1 | ||||
| -rw-r--r-- | git.spec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/git.conf.httpd b/git.conf.httpd index 3611943..4f4eac7 100644 --- a/git.conf.httpd +++ b/git.conf.httpd @@ -3,4 +3,5 @@ Alias /git /var/www/git <Directory /var/www/git> Options +ExecCGI AddHandler cgi-script .cgi + DirectoryIndex gitweb.cgi </Directory> @@ -270,6 +270,7 @@ rm -rf $RPM_BUILD_ROOT * Sat Dec 20 2008 Todd Zullinger <tmz@pobox.com> 1.6.0.6-2 - Install git-* commands in %%{_libexecdir}/git-core, the upstream default - Remove libcurl from Requires, rpm will pick this up automatically +- Include DirectoryIndex in gitweb httpd-config (bug 471692) - Preserve timestamps on installed files - Quiet some rpmlint complaints - Use macros more consistently |
