]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- use gz payload when repackaging
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Mar 2008 20:39:21 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    repackage.sh -> 1.26

repackage.sh

index cb452bdb29d5e567d32f26e4cc6b843934b11d8c..a954ed0026795f08ac24a802deba23166b1b1f13 100644 (file)
@@ -35,6 +35,7 @@ rpmbuild() {
                --define 'check %%check \
                exit 0%{nil}' \
                --define '_source_payload w9.gzdio' \
+               --define '_binary_payload w9.gzdio' \
                --define '__spec_install_pre %___build_pre' \
                --define '__spec_clean_body %{nil}' \
                "$@" || exit
This page took 0.03954 seconds and 4 git commands to generate.