Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tz/maint-rpm' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 16 Nov 2009 07:08:42 +0000
(23:08 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 16 Nov 2009 07:08:42 +0000
(23:08 -0800)
* tz/maint-rpm:
Makefile: Ensure rpm packages can be read by older rpm versions
Makefile
patch
|
blob
|
history
raw
(from parent 1:
1f9d282
)
diff --git
a/Makefile
b/Makefile
index 30656cf62cdd41b0c4456c5e0220cb2338048654..856ba098b8a6383b81fd7d7b716fae9fc39c7f85 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1804,7
+1804,10
@@
dist: git.spec git-archive$(X) configure
gzip -f -9 $(GIT_TARNAME).tar
rpm: dist
- $(RPMBUILD) -ta $(GIT_TARNAME).tar.gz
+ $(RPMBUILD) \
+ --define "_source_filedigest_algorithm md5" \
+ --define "_binary_filedigest_algorithm md5" \
+ -ta $(GIT_TARNAME).tar.gz
htmldocs = git-htmldocs-$(GIT_VERSION)
manpages = git-manpages-$(GIT_VERSION)