summaryrefslogtreecommitdiffstats
path: root/git.spec
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-12-07 21:31:52 -0500
committerTodd Zullinger <tmz@pobox.com>2008-12-23 10:27:03 -0500
commit5b05644cce52e24ab2e140bb831803efdb365660 (patch)
tree73973de9d50deb9e1b64361d6170ffbb3b95bc02 /git.spec
parenta59ef2a254f9e856fd30a5fb4b6087a5064dce2f (diff)
downloadgit-package-5b05644cce52e24ab2e140bb831803efdb365660.tar.gz
git-package-5b05644cce52e24ab2e140bb831803efdb365660.tar.xz
git-package-5b05644cce52e24ab2e140bb831803efdb365660.zip
Include DirectoryIndex in gitweb httpd-config (bug 471692)
Diffstat (limited to 'git.spec')
-rw-r--r--git.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.spec b/git.spec
index 24b0043..d343911 100644
--- a/git.spec
+++ b/git.spec
@@ -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