[cpio] Allow to build even if the glibc is broken (#872336)

Pavel Raiskup praiskup at fedoraproject.org
Fri Nov 2 10:54:10 UTC 2012


commit a9280177bff7410232fc4e7d7c938d6e011a9bef
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Fri Nov 2 11:44:39 2012 +0100

    Allow to build even if the glibc is broken (#872336)

 cpio.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/cpio.spec b/cpio.spec
index 9c75988..fa6b5dd 100644
--- a/cpio.spec
+++ b/cpio.spec
@@ -27,6 +27,8 @@ Patch6: cpio-2.11-stdio.in.patch
 Patch7: cpio-2.10-longnames-split.patch
 # cpio does Sum32 checksum, not CRC
 Patch8: cpio-2.11-crc-fips-nit.patch
+# allow to build since the glibc is not fixed yet (see: #872336)
+Patch9: cpio-2.11-temporary-allow-build.patch
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -58,6 +60,7 @@ Install cpio if you need a program to manage file archives.
 %patch6 -p1 -b .gnulib
 %patch7 -p1 -b .longnames
 %patch8 -p1 -b .sum32-fips
+%patch9 -p1 -b .allow-to-build
 
 autoheader
 
@@ -109,6 +112,8 @@ fi
 %changelog
 * Fri Nov 02 2012 Pavel Raiskup <praiskup at redhat.com> - 2.11-14
 - fix bad changelog entries
+- allow to build in Fedora Rawhide (temporarily because of #872336) (the value
+  is guessed from from /usr/include/asm-generic/fcntl.h)
 
 * Mon Oct 22 2012 Pavel Raiskup <praiskup at redhat.com> 2.11-13
 - move RH-only manual page cpio.1 from look-aside cache into dist-git repository


More information about the scm-commits mailing list