Skip to content

Commit

Permalink
Merge branch 'tz/maint-rpm' into maint
Browse files Browse the repository at this point in the history
* tz/maint-rpm:
  Makefile: Ensure rpm packages can be read by older rpm versions
  • Loading branch information
Junio C Hamano committed Nov 16, 2009
2 parents 1f9d282 + a96e9c2 commit ee16339
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee16339

Please sign in to comment.