OK, no warentee ... use at your own risk.

The patch below will enable rpm-3 to handle SRPMS built with rpm-4.  I have NOT
tried to handle binary installs!!  However, this will enable someone to install
and rebuild from source.

rpm-4 is NOT considered stable enough for production use (yet).

Gene

diff -uNr rpm-3.0.4.orig/lib/package.c rpm-3.0.4/lib/package.c
--- rpm-3.0.4.orig/lib/package.c        Sat Oct 30 12:43:29 1999
+++ rpm-3.0.4/lib/package.c     Wed Jun 14 17:26:07 2000
@@ -265,6 +265,7 @@
 
     case 2:
     case 3:
+    case 4:
        if (rpmReadSignature(fd, sigs, lead->signature_type)) {
           return 2;
        }

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to