auto-import changelog data from cpio-2.5-5.src.rpm

Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- do not link against -lnsl
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
This commit is contained in:
cvsdist 2004-09-09 03:57:51 +00:00
parent 70c5bf1d77
commit f1e9394a48
2 changed files with 20 additions and 1 deletions

11
cpio-2.5-nolibnsl.patch Normal file
View File

@ -0,0 +1,11 @@
--- cpio-2.5/configure.lr 2003-09-12 06:26:31.000000000 -0600
+++ cpio-2.5/configure 2003-09-12 06:27:20.000000000 -0600
@@ -1940,7 +1940,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lnsl $LIBS"
+LIBS="-lXXXnsl $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1945 "configure"
#include "confdefs.h"

View File

@ -6,7 +6,7 @@
Summary: A GNU archiving program. Summary: A GNU archiving program.
Name: cpio Name: cpio
Version: 2.5 Version: 2.5
Release: 3 Release: 5
License: GPL License: GPL
Group: Applications/Archiving Group: Applications/Archiving
URL: ftp://ftp.gnu.org/pub/gnu/cpio/ URL: ftp://ftp.gnu.org/pub/gnu/cpio/
@ -15,6 +15,7 @@ Patch0: cpio-2.5-rh.patch
Patch10: cpio-2.4.2-freebsd.patch Patch10: cpio-2.4.2-freebsd.patch
Patch11: cpio-2.4.2-bug56346.patch Patch11: cpio-2.4.2-bug56346.patch
Patch12: cpio-2.5-i18n-0.1.patch Patch12: cpio-2.5-i18n-0.1.patch
Patch13: cpio-2.5-nolibnsl.patch
%ifnos linux %ifnos linux
Prereq: /sbin/rmt Prereq: /sbin/rmt
@ -43,6 +44,7 @@ Install cpio if you need a program to manage file archives.
#%patch10 -p1 -b .fbsd #%patch10 -p1 -b .fbsd
#%patch11 -p1 -b .multilink #%patch11 -p1 -b .multilink
%patch12 -p1 -b .i18n %patch12 -p1 -b .i18n
%patch13 -p1
%build %build
@ -90,6 +92,12 @@ fi
%{_infodir}/*.info* %{_infodir}/*.info*
%changelog %changelog
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- do not link against -lnsl
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 2.5-3 * Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 2.5-3
- setlocale for i18n compliance (#79136). - setlocale for i18n compliance (#79136).