X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=a41537c30374e312835672a277f07e6ea5ba635e;hb=bff62a43e565642d7fb9607b9c9977f8a94e80cd;hp=bb974202ed62fcb27190181c152a30bc06d2cbbe;hpb=03f1138aade053ebda5554e259ad433a01ded97e;p=build.git diff --git a/Makefile b/Makefile index bb974202..a41537c3 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ #################### # exported to spec files as plrelease -PLANETLAB_RELEASE = 4.3 +PLANETLAB_RELEASE = 5.0 # # Default values @@ -147,7 +147,7 @@ include $(PLDISTROCONTENTS) #################### include -tags.mk # describes where to fetch components, and the related tags if using cvs -ifeq "$PLDISTROTAGS" "" +ifeq "$(PLDISTROTAGS)" "" PLDISTROTAGS := $(PLDISTRO)-tags.mk endif include $(PLDISTROTAGS) @@ -315,6 +315,11 @@ header.spec: echo "%define distroname $(DISTRONAME)" >> $@ echo "%define pldistro $(PLDISTRO)" >> $@ echo "%define plrelease $(PLANETLAB_RELEASE)" >> $@ + echo "# use MD5 and gzip for binary and source files" << $@ + echo "%global _binary_filedigest_algorithm 1" >> $@ + echo "%global _source_filedigest_algorithm 1" >> $@ + echo "%global _source_payload w9.gzdio" >> $@ + echo "%global _binary_payload w9.gzdio" >> $@ ### extract spec file from scm define target_spec