Scott Henson wrote:
> If you have an f11 system handy, you can rebuild the srcrpm with
> rpmbuild-md5.

Worth noting that rpmbuild-md5 comes from fedora-packager.  It's a
very simple wrapper that just sets two definitions so that the
packages created by newer rpm versions can be read by older versions.
To do it manually, just use:

rpmbuild --define "_source_filedigest_algorithm md5"  \
         --define "_binary_filedigest_algorithm md5" ...

This might be good to add to any automated rpm creation scripts if
they're creating packages meant for use on RHEL or Fedora 10 systems.

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Never argue with an idiot. First, they drag you down to their level,
then beat you with experience.
    -- Ben Adams

Attachment: pgprz0zF9mvI6.pgp
Description: PGP signature

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to