]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- source/binary payload is rpm version specific. at least now
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 24 May 2006 08:51:56 +0000 (08:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-lzma2.patch -> 1.3

rpm-lzma2.patch

index b2d2972404ab8505c7a5b2c009f4d8fd1e36ea21..416ba6777568b3c5b2f9ed9ce12c6cef87ce4d92 100644 (file)
@@ -512,3 +512,16 @@ diff -Nru rpm-4.4.5.old/tools/rpmtool.c rpm-4.4.5/tools/rpmtool.c
  
                gzdi = Fdopen(fdi, rpmio_flags);        /* XXX gzdi == fdi */
                if (gzdi == NULL) {
+--- rpm-4.4.6/macros.in~       2006-05-24 11:46:48.794530959 +0300
++++ rpm-4.4.6/macros.in        2006-05-24 11:49:38.438332239 +0300
+@@ -330,8 +330,8 @@
+ #             "w9.gzdio"      gzip level 9 (default).
+ #             "w9.bzdio"      bzip2 level 9.
+ #
+-#%_source_payload     w9.gzdio
+-#%_binary_payload     w9.gzdio
++%_source_payload      w9.gzdio
++%_binary_payload      w9.lzdio
+ #     Archive formats to use for source/binary package payloads.
+ #             "cpio"          cpio archive (default)
This page took 0.03726 seconds and 4 git commands to generate.