Fedora 11 + rpm 4.7.0 + mock EL5 issue

Remi Collet Fedora at FamilleCollet.com
Fri May 8 10:39:45 UTC 2009


Le 08/05/2009 10:49, Paul Howarth a écrit :

> Try adding this to your ~/.rpmmacros
> 
> # Use MD5 hashes for cross-release compatibility
> %_source_filedigest_algorithm    0
> %_binary_filedigest_algorithm    0

Thanks for this :)

I will use (to not change my F11 rpm, but only my .src.rpm)

	rpmbuild -bs \
		--define "_source_filedigest_algorithm 0" \
		--define "_binary_filedigest_algorithm 0" \
		foo.spec

And yes, it's work.

Thanks again.
Remi




More information about the devel mailing list