fix build failure in rawhide build system (gets undefined)
This commit is contained in:
parent
98bca5b808
commit
0d1dd0b745
@ -3,7 +3,7 @@
|
|||||||
Summary: A GNU archiving program
|
Summary: A GNU archiving program
|
||||||
Name: cpio
|
Name: cpio
|
||||||
Version: 2.11
|
Version: 2.11
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://www.gnu.org/software/cpio/
|
URL: http://www.gnu.org/software/cpio/
|
||||||
@ -20,6 +20,8 @@ Patch3: cpio-2.9-dev_number.patch
|
|||||||
Patch4: cpio-2.9.90-defaultremoteshell.patch
|
Patch4: cpio-2.9.90-defaultremoteshell.patch
|
||||||
#fix segfault with nonexisting file with patternnames(#567022)
|
#fix segfault with nonexisting file with patternnames(#567022)
|
||||||
Patch5: cpio-2.10-patternnamesigsegv.patch
|
Patch5: cpio-2.10-patternnamesigsegv.patch
|
||||||
|
#fix rawhide buildfailure by updating gnulib's stdio.in.h
|
||||||
|
Patch6: cpio-2.11-stdio.in.patch
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
@ -47,6 +49,7 @@ Install cpio if you need a program to manage file archives.
|
|||||||
%patch3 -p1 -b .dev_number
|
%patch3 -p1 -b .dev_number
|
||||||
%patch4 -p1 -b .defaultremote
|
%patch4 -p1 -b .defaultremote
|
||||||
%patch5 -p1 -b .patternsegv
|
%patch5 -p1 -b .patternsegv
|
||||||
|
%patch6 -p1 -b .gnulib
|
||||||
|
|
||||||
autoheader
|
autoheader
|
||||||
|
|
||||||
@ -96,6 +99,9 @@ fi
|
|||||||
%{_infodir}/*.info*
|
%{_infodir}/*.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 04 2012 Ondrej Vasik <ovasik@redhat.com> 2.11-9
|
||||||
|
- fix build failure in rawhide build system (gets undefined)
|
||||||
|
|
||||||
* Wed May 30 2012 Ondrej Vasik <ovasik@redhat.com> 2.11-8
|
* Wed May 30 2012 Ondrej Vasik <ovasik@redhat.com> 2.11-8
|
||||||
- drop unnecessary patches: cpio-2.9-dir_perm.patch and
|
- drop unnecessary patches: cpio-2.9-dir_perm.patch and
|
||||||
cpio-2.9-sys_umask.patch - reported by M.Castellini
|
cpio-2.9-sys_umask.patch - reported by M.Castellini
|
||||||
|
Loading…
Reference in New Issue
Block a user