auto-import glibc-2.3.3-90 on branch devel from glibc-2.3.3-90.src.rpm
This commit is contained in:
parent
61d52d11e8
commit
fed967a9be
@ -1,2 +1,2 @@
|
|||||||
glibc-20041208T1024.tar.bz2
|
glibc-20041210T0634.tar.bz2
|
||||||
glibc-fedora-20041208T1024.tar.bz2
|
glibc-fedora-20041210T0634.tar.bz2
|
||||||
|
2039
glibc-fedora.patch
2039
glibc-fedora.patch
File diff suppressed because it is too large
Load Diff
18
glibc.spec
18
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcdate 20041208T1024
|
%define glibcdate 20041210T0634
|
||||||
%define glibcversion 2.3.3
|
%define glibcversion 2.3.3
|
||||||
%define glibcrelease 89
|
%define glibcrelease 90
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define prelinkarches noarch
|
%define prelinkarches noarch
|
||||||
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
||||||
@ -288,6 +288,9 @@ cat > asm/unistd.h <<EOF
|
|||||||
#define __NR_mq_notify 436
|
#define __NR_mq_notify 436
|
||||||
#define __NR_mq_getsetattr 437
|
#define __NR_mq_getsetattr 437
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __NR_waitid
|
||||||
|
#define __NR_waitid 438
|
||||||
|
#endif
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
#ifndef __NR_mq_open
|
#ifndef __NR_mq_open
|
||||||
@ -322,6 +325,9 @@ cat > asm/unistd.h <<EOF
|
|||||||
#define __NR_mq_notify 1266
|
#define __NR_mq_notify 1266
|
||||||
#define __NR_mq_getsetattr 1267
|
#define __NR_mq_getsetattr 1267
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __NR_waitid
|
||||||
|
#define __NR_waitid 1270
|
||||||
|
#endif
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc
|
%ifarch ppc
|
||||||
#ifndef __NR_utimes
|
#ifndef __NR_utimes
|
||||||
@ -1261,6 +1267,14 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
|
||||||
|
- update from CVS
|
||||||
|
- regex speedups
|
||||||
|
- use | cat in ldd if running under bash3+ to allow running
|
||||||
|
it on binaries that are not through SELinux allowed to access
|
||||||
|
console or tty
|
||||||
|
- add __NR_waitid defines for alpha and ia64
|
||||||
|
|
||||||
* Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
|
* Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- fix clone2 on ia64
|
- fix clone2 on ia64
|
||||||
|
Loading…
Reference in New Issue
Block a user