[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Fedora 11 + rpm 4.7.0 + mock EL5 issue
- From: Remi Collet <Fedora FamilleCollet com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: Fedora 11 + rpm 4.7.0 + mock EL5 issue
- Date: Fri, 08 May 2009 12:39:45 +0200
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]