[cpio] build: don't patch config.guess/sub (done by %configure)

Pavel Raiskup praiskup at fedoraproject.org
Fri Sep 20 19:53:01 UTC 2013


commit 2f182f04e83cd0854f0ebb854efd69726da00c1c
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Fri Sep 20 21:42:50 2013 +0200

    build: don't patch config.guess/sub (done by %configure)
    
    Related: #951442
    Version: 2.11-22

 cpio.spec |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/cpio.spec b/cpio.spec
index 2021bb5..36baceb 100644
--- a/cpio.spec
+++ b/cpio.spec
@@ -26,13 +26,9 @@ Patch7: cpio-2.10-longnames-split.patch
 # cpio does Sum32 checksum, not CRC
 Patch8: cpio-2.11-crc-fips-nit.patch
 
-# use the config.guess/config.sub files from actual automake-1.13
-# ~> #925189
-Patch9: cpio-2.11-arm-config-sub-guess.patch
-
 # Properly trim "crc" checksum to 32 bit number
 # ~> downstream
-Patch10: cpio-2.11-crc-large-files.patch
+Patch9: cpio-2.11-crc-large-files.patch
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -65,8 +61,7 @@ Install cpio if you need a program to manage file archives.
 %patch6 -p1 -b .gnulib %{?_rawbuild}
 %patch7 -p1 -b .longnames
 %patch8 -p1 -b .sum32-fips
-%patch9 -p1 -b .arm-config-guess-sub
-%patch10 -p1 -b .crc-big-files
+%patch9 -p1 -b .crc-big-files
 
 autoreconf -v
 
@@ -117,6 +112,7 @@ fi
 %changelog
 * Fri Sep 20 2013 Pavel Raiskup <praiskup at redhat.com> - 2.11-22
 - properly trim "crc" checksum to 32 bits (#1001965)
+- remove unneeded patch for config.gues/config.sub (#951442)
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.11-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list