commit | a9c7c4364a6c1e0d95790cf2c8697b5b6ff30b1b | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Jan 30 09:45:11 2010 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jan 30 13:56:50 2010 -0800 |
tree | f3f181f3dad1f6990ebfe3822aa26385d9935984 | |
parent | bfac23d9534ea88ed2b033cf0cb17b22ec0e4cdb [diff] |
RPM packaging: don't include foreign-scm-helper bits yet The files in /usr/lib/python* are only the support infrastructure for foreign scm interface yet to be written and/or shipped with git. Don't include them in the binary package (this will also free us from Python dependency). When we ship with foreign scm interface, we will need to package these files with it in a separate subpackage, but we are not there yet. Signed-off-by: Junio C Hamano <gitster@pobox.com>