[Lunar-commits] <moonbase> rpmunpack: Fixing SOURCE2 sha1 and fixing the patch so it does not get

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Apr 17 17:22:36 CEST 2010


commit 9add0a488c9562bac58e62e6f0bdb41ec8979320
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 17 11:22:36 2010 -0400

    rpmunpack: Fixing SOURCE2 sha1 and fixing the patch so it does not get
    
    rejected on patching rpm2cpio. You might want to rm /var/spool/lunar/rpm*.
---
 archive/rpmunpack/BUILD   |    2 +-
 archive/rpmunpack/DETAILS |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/archive/rpmunpack/BUILD b/archive/rpmunpack/BUILD
index ccf9f0a..9534f5d 100644
--- a/archive/rpmunpack/BUILD
+++ b/archive/rpmunpack/BUILD
@@ -1,6 +1,6 @@
 (
   cp ${SOURCE_CACHE}/$SOURCE2 rpm2cpio  &&
-  patch_it $SOURCE3 1 &&
+  patch_it $SOURCE3 0 &&
   make                &&
   prepare_install     &&
   install  -s  rpmunpack  /usr/bin  &&
diff --git a/archive/rpmunpack/DETAILS b/archive/rpmunpack/DETAILS
index 5a04ead..76cdb59 100644
--- a/archive/rpmunpack/DETAILS
+++ b/archive/rpmunpack/DETAILS
@@ -2,14 +2,14 @@
           VERSION=0
            SOURCE=$MODULE.tar.gz
           SOURCE2=rpm2cpio
-          SOURCE3=rpmunpack_lzma-1.patch.bz2
+          SOURCE3=rpmunpack_lzma-2.patch
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
        SOURCE_URL=http://www.ibiblio.org/pub/Linux/utils/package
       SOURCE2_URL=http://www.iagora.com/~espel
       SOURCE3_URL=$PATCH_URL
        SOURCE_VFY=sha1:2ac43b6727d149c64347faade0827ec0f7a839e2
-      SOURCE2_VFY=sha1:eb0175ecaf6f8b5386fed8b51f4edfc1441d7697
-      SOURCE3_VFY=sha1:db61165a6a7302ff8d39131bc7c4c375e006513f
+      SOURCE2_VFY=sha1:e100284331132245b9dbb9e9c11af7d41e65940f
+      SOURCE3_VFY=sha1:3a9f9109c7e2aeaa06d9136b2ec0efc3921c970b
          WEB_SITE=unknown
           ENTERED=20011017
           UPDATED=20091031


More information about the Lunar-commits mailing list