From: Wart <wa...@ko...> - 2004-09-09 06:18:53
|
I'm trying to develop an updated spec file for tclhttpd so that it can be included in future Fedora releases. While testing out the packaging, I noticed that tclhttpd has a binary file checked into cvs: htdocs/cgi-bin/env What is this file used for, and why is it in CVS as a binary file instead of compiling it from source? The inclusion of this file wreaks havoc on the rpm dependency list because it generates a requirement on libc.so.1, which isn't part of any recent Fedora/Redhat distributions. --Wart |