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

Related: #951442
Version: 2.11-22
This commit is contained in:
Pavel Raiskup 2013-09-20 21:42:50 +02:00
parent fff6894380
commit 2f182f04e8

View File

@ -26,13 +26,9 @@ Patch7: cpio-2.10-longnames-split.patch
# cpio does Sum32 checksum, not CRC # cpio does Sum32 checksum, not CRC
Patch8: cpio-2.11-crc-fips-nit.patch 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 # Properly trim "crc" checksum to 32 bit number
# ~> downstream # ~> downstream
Patch10: cpio-2.11-crc-large-files.patch Patch9: cpio-2.11-crc-large-files.patch
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /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} %patch6 -p1 -b .gnulib %{?_rawbuild}
%patch7 -p1 -b .longnames %patch7 -p1 -b .longnames
%patch8 -p1 -b .sum32-fips %patch8 -p1 -b .sum32-fips
%patch9 -p1 -b .arm-config-guess-sub %patch9 -p1 -b .crc-big-files
%patch10 -p1 -b .crc-big-files
autoreconf -v autoreconf -v
@ -117,6 +112,7 @@ fi
%changelog %changelog
* Fri Sep 20 2013 Pavel Raiskup <praiskup@redhat.com> - 2.11-22 * Fri Sep 20 2013 Pavel Raiskup <praiskup@redhat.com> - 2.11-22
- properly trim "crc" checksum to 32 bits (#1001965) - 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@lists.fedoraproject.org> - 2.11-21 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild